@@ -508,7 +508,7 @@ delta = "0.3.27 -> 0.3.31"
508508who = "Pat Hickey <pat@moreproductive.org>"
509509criteria = "safe-to-deploy"
510510delta = "0.3.27 -> 0.3.31"
511- notes = " New waker_ref module contains \ "FIXME: panics on Arc::clone / refcount changes could wreak havoc...\ " comment, but this corner case feels low risk."
511+ notes = ' New waker_ref module contains "FIXME: panics on Arc::clone / refcount changes could wreak havoc..." comment, but this corner case feels low risk.'
512512
513513[[audits.bytecode-alliance.audits.gimli]]
514514who = "Alex Crichton <alex@alexcrichton.com>"
@@ -975,7 +975,7 @@ aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_p
975975who = "Lukasz Anforowicz <lukasza@chromium.org>"
976976criteria = "safe-to-deploy"
977977delta = "1.14.0 -> 1.15.0"
978- notes = " The delta in `lib.rs` only tweaks doc comments and `#[cfg(feature = \ "std\ ")]`."
978+ notes = ' The delta in `lib.rs` only tweaks doc comments and `#[cfg(feature = "std")]`.'
979979aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
980980
981981[[audits.google.audits.equivalent]]
@@ -1282,8 +1282,8 @@ who = "Lukasz Anforowicz <lukasza@chromium.org>"
12821282criteria = "safe-to-deploy"
12831283version = "1.0.78"
12841284notes = """
1285- Grepped for \ "crypt\ ", \ "cipher\ ", \ "fs\ ", \ "net\ " - there were no hits
1286- (except for a benign \ "fs\ " hit in a doc comment)
1285+ Grepped for "crypt", "cipher", "fs", "net" - there were no hits
1286+ (except for a benign "fs" hit in a doc comment)
12871287
12881288Notes from the `unsafe` review can be found in https://crrev.com/c/5385745.
12891289"""
@@ -1401,8 +1401,8 @@ who = "Lukasz Anforowicz <lukasza@chromium.org>"
14011401criteria = "safe-to-deploy"
14021402version = "1.0.35"
14031403notes = """
1404- Grepped for \ "unsafe\ ", \ "crypt\ ", \ "cipher\ ", \ "fs\ ", \ "net\ " - there were no hits
1405- (except for benign \ "net\ " hit in tests and \ "fs\ " hit in README.md)
1404+ Grepped for "unsafe", "crypt", "cipher", "fs", "net" - there were no hits
1405+ (except for benign "net" hit in tests and "fs" hit in README.md)
14061406"""
14071407aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
14081408
@@ -1480,7 +1480,7 @@ and there were no hits except for:
14801480* Using `unsafe` in a string:
14811481
14821482 ```
1483- src/constfn.rs: \ "unsafe\ " => Qualifiers::Unsafe,
1483+ src/constfn.rs: "unsafe" => Qualifiers::Unsafe,
14841484 ```
14851485
14861486* Using `std::fs` in `build/build.rs` to write `${OUT_DIR}/version.expr`
@@ -1668,7 +1668,7 @@ aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_p
16681668who = "Lukasz Anforowicz <lukasza@chromium.org>"
16691669criteria = "safe-to-deploy"
16701670version = "1.0.197"
1671- notes = " Grepped for \ "unsafe\ ", \ "crypt\ ", \ "cipher\ ", \ "fs\ ", \ "net\ " - there were no hits"
1671+ notes = ' Grepped for "unsafe", "crypt", "cipher", "fs", "net" - there were no hits'
16721672aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
16731673
16741674[[audits.google.audits.serde_derive]]
@@ -1687,7 +1687,7 @@ aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_p
16871687who = "Lukasz Anforowicz <lukasza@chromium.org>"
16881688criteria = "safe-to-deploy"
16891689delta = "1.0.202 -> 1.0.203"
1690- notes = " Grepped for \ "unsafe\ ", \ "crypt\ ", \ "cipher\ ", \ "fs\ ", \ "net\ " - there were no hits"
1690+ notes = ' Grepped for "unsafe", "crypt", "cipher", "fs", "net" - there were no hits'
16911691aggregated-from = "https://chromium.googlesource.com/chromium/src/+/main/third_party/rust/chromium_crates_io/supply-chain/audits.toml?format=TEXT"
16921692
16931693[[audits.google.audits.serde_derive]]
@@ -3630,7 +3630,7 @@ criteria = "safe-to-deploy"
36303630delta = "0.2.0 -> 0.2.1"
36313631notes = """
36323632- Changes to `unsafe` code blocks are just formatting.
3633- - Changes to `extern fn`s are to declare them explicitly as `extern \"C\ " fn`s.
3633+ - Changes to `extern fn`s are to declare them explicitly as `extern "C " fn`s.
36343634"""
36353635aggregated-from = "https://raw.githubusercontent.com/zcash/zcash/master/qa/supply-chain/audits.toml"
36363636
0 commit comments