diff --git a/Cargo.lock b/Cargo.lock index dbfde8f..e0f7df7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -506,9 +506,9 @@ checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" [[package]] name = "ryu" -version = "1.0.20" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" +checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" [[package]] name = "same-file" diff --git a/supply-chain/config.toml b/supply-chain/config.toml index a68bdc0..4e0d56c 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -124,10 +124,6 @@ criteria = "safe-to-run" suggest = false notes = "At time of review this was only built if targeting WASM, which is not an intended target." -[[exemptions.ryu]] -version = "1.0.20" -criteria = "safe-to-run" - [[exemptions.walkdir]] version = "2.5.0" criteria = "safe-to-run" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 3aba183..fb15f13 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -829,6 +829,12 @@ delta = "1.0.19 -> 1.0.20" notes = "Only minor updates to documentation and the mock today used for testing." aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT" +[[audits.google.audits.ryu]] +who = "Android Legacy" +criteria = "safe-to-run" +version = "1.0.5" +aggregated-from = "https://chromium.googlesource.com/chromiumos/third_party/rust_crates/+/refs/heads/main/cargo-vet/audits.toml?format=TEXT" + [[audits.google.audits.same-file]] who = "Android Legacy" criteria = "safe-to-run"