Skip to content

Commit 6735ba3

Browse files
authored
Merge pull request #2003 from mintlayer/run_cargo_vet_fmt
Run `cargo vet fmt` with the latest `cargo-vet` to fix the CI
2 parents b6312ae + f21f21f commit 6735ba3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

supply-chain/imports.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3123,7 +3123,7 @@ aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_p
31233123
who = "Lukasz Anforowicz <lukasza@chromium.org>"
31243124
criteria = "safe-to-deploy"
31253125
delta = "1.14.0 -> 1.15.0"
3126-
notes = "The delta in `lib.rs` only tweaks doc comments and `#[cfg(feature = \"std\")]`."
3126+
notes = 'The delta in `lib.rs` only tweaks doc comments and `#[cfg(feature = "std")]`.'
31273127
aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
31283128

31293129
[[audits.google.audits.equivalent]]
@@ -3235,7 +3235,7 @@ who = "Lukasz Anforowicz <lukasza@chromium.org>"
32353235
criteria = "safe-to-deploy"
32363236
version = "0.5.2"
32373237
notes = """
3238-
Grepped for \"unsafe\", \"crypt\", \"cipher\", \"fs\", \"net\" - there were no
3238+
Grepped for "unsafe", "crypt", "cipher", "fs", "net" - there were no
32393239
hits except for 3 `unsafe impl bytemuck::SomeTrait for ...`. Each `impl` had a
32403240
reasonable safety comment and there were no actual `unsafe` blocks, so I think
32413241
this can be treated as `ub-risk-1`. Additional `unsafe` review comments can be
@@ -3689,8 +3689,8 @@ who = "Lukasz Anforowicz <lukasza@chromium.org>"
36893689
criteria = "safe-to-deploy"
36903690
version = "0.19.0"
36913691
notes = """
3692-
Grepped for \"unsafe\", \"crypt\", \"cipher\", \"fs\", \"net\" - there were no hits
3693-
(except for benign \"fs\" hit in `skrifa-0.19.0/src/color/traversal_tests/mod.rs`).
3692+
Grepped for "unsafe", "crypt", "cipher", "fs", "net" - there were no hits
3693+
(except for benign "fs" hit in `skrifa-0.19.0/src/color/traversal_tests/mod.rs`).
36943694

36953695
For overall `safe-to-deploy` and `does-not-implement-crypto` I am mostly
36963696
relying on certification by the Chromium engineers who work on the library

0 commit comments

Comments
 (0)