diff --git a/Cargo.lock b/Cargo.lock index 367a482a9741..1bf3aed764f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -467,12 +467,13 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.1.6" +version = "1.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f" +checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e" dependencies = [ "jobserver", "libc", + "shlex", ] [[package]] diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index e6ce2a06b15b..a17d3a3949c4 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -1387,6 +1387,12 @@ who = "Alex Crichton " criteria = "safe-to-deploy" delta = "1.0.83 -> 1.1.6" +[[audits.cc]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +delta = "1.1.6 -> 1.2.5" +notes = "Lots of minor updates here and there along with refactorings and such. Everything in line with what `cc` is expected to do." + [[audits.cfg-if]] who = "Alex Crichton " criteria = "safe-to-deploy" @@ -2807,6 +2813,12 @@ criteria = "safe-to-deploy" version = "0.1.4" notes = "I always really enjoy reading eliza's code, she left perfect comments at every use of unsafe." +[[audits.shlex]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +version = "1.1.0" +notes = "Only minor `unsafe` code blocks which look valid and otherwise does what it says on the tin." + [[audits.signal-hook-registry]] who = "Pat Hickey " criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 4261bd1ab592..1fd98d287e39 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -2343,6 +2343,12 @@ delta = "1.0.9 -> 1.0.14" notes = "Doc updates, minimal CI changes and a fix to build-script reruns" aggregated-from = "https://raw.githubusercontent.com/mozilla/glean/main/supply-chain/audits.toml" +[[audits.mozilla.audits.shlex]] +who = "Max Inden " +criteria = "safe-to-deploy" +delta = "1.1.0 -> 1.3.0" +aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml" + [[audits.mozilla.audits.similar]] who = "Nika Layzell " criteria = "safe-to-deploy"