mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Update cargo-vet to v0.10.2
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
env:
|
||||
CARGO_VET_REV: c178261c96c9f820f67817e9c5458db655ddc21f # 0.10.1
|
||||
CARGO_VET_REV: 28f617ea97392d527799649db588a6dbb695da8d # 0.10.2
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
@@ -1,12 +1,6 @@
|
||||
|
||||
# cargo-vet audits file
|
||||
|
||||
[[audits.esplugin]]
|
||||
who = "Oliver Hamlet <git@ortham.net>"
|
||||
criteria = "safe-to-deploy"
|
||||
version = "6.1.4"
|
||||
notes = "This is my own crate published using Trusted Publishing, but I can't mark it as trusted by cargo-vet because it doesn't support Trusted Publishing and just sees that the publisher is unknown."
|
||||
|
||||
[[audits.regex]]
|
||||
who = "Oliver Hamlet <git@ortham.net>"
|
||||
criteria = "safe-to-deploy"
|
||||
@@ -31,10 +25,10 @@ delta = "0.4.11 -> 0.4.13"
|
||||
|
||||
[[trusted.esplugin]]
|
||||
criteria = "safe-to-deploy"
|
||||
user-id = 9999
|
||||
start = "2019-04-24"
|
||||
end = "2026-09-16"
|
||||
notes = "I'm the author."
|
||||
trusted-publisher = "github:Ortham/esplugin"
|
||||
start = "2025-09-29"
|
||||
end = "2027-01-19"
|
||||
notes = "This is my own crate, published from my own Git repo using Trusted Publishing."
|
||||
|
||||
[[trusted.libc]]
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
@@ -15,6 +15,11 @@ user-id = 4484
|
||||
user-login = "hsivonen"
|
||||
user-name = "Henri Sivonen"
|
||||
|
||||
[[publisher.esplugin]]
|
||||
version = "6.1.4"
|
||||
when = "2025-09-29"
|
||||
trusted-publisher = "github:Ortham/esplugin"
|
||||
|
||||
[[publisher.libc]]
|
||||
version = "0.2.176"
|
||||
when = "2025-09-23"
|
||||
@@ -544,7 +549,7 @@ aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_p
|
||||
who = "Lukasz Anforowicz <lukasza@chromium.org>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "1.14.0 -> 1.15.0"
|
||||
notes = "The delta in `lib.rs` only tweaks doc comments and `#[cfg(feature = \"std\")]`."
|
||||
notes = 'The delta in `lib.rs` only tweaks doc comments and `#[cfg(feature = "std")]`.'
|
||||
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
|
||||
|
||||
[[audits.google.audits.fastrand]]
|
||||
@@ -762,7 +767,7 @@ and there were no hits except for:
|
||||
* Using `unsafe` in a string:
|
||||
|
||||
```
|
||||
src/constfn.rs: \"unsafe\" => Qualifiers::Unsafe,
|
||||
src/constfn.rs: "unsafe" => Qualifiers::Unsafe,
|
||||
```
|
||||
|
||||
* Using `std::fs` in `build/build.rs` to write `${OUT_DIR}/version.expr`
|
||||
@@ -956,7 +961,7 @@ aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_p
|
||||
who = "Lukasz Anforowicz <lukasza@chromium.org>"
|
||||
criteria = "safe-to-deploy"
|
||||
version = "1.0.197"
|
||||
notes = "Grepped for \"unsafe\", \"crypt\", \"cipher\", \"fs\", \"net\" - there were no hits"
|
||||
notes = 'Grepped for "unsafe", "crypt", "cipher", "fs", "net" - there were no hits'
|
||||
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
|
||||
|
||||
[[audits.google.audits.serde_derive]]
|
||||
@@ -975,7 +980,7 @@ aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_p
|
||||
who = "Lukasz Anforowicz <lukasza@chromium.org>"
|
||||
criteria = "safe-to-deploy"
|
||||
delta = "1.0.202 -> 1.0.203"
|
||||
notes = "Grepped for \"unsafe\", \"crypt\", \"cipher\", \"fs\", \"net\" - there were no hits"
|
||||
notes = 'Grepped for "unsafe", "crypt", "cipher", "fs", "net" - there were no hits'
|
||||
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
|
||||
|
||||
[[audits.google.audits.serde_derive]]
|
||||
|
||||
Reference in New Issue
Block a user