Skip to content

Commit

Permalink
build(deps): Bump serde from 1.0.214 to 1.0.215 (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 2383c4b commit 33e01f0
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 17 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,19 +161,10 @@ criteria = "safe-to-deploy"
version = "0.8.5"
criteria = "safe-to-deploy"

[[exemptions.rand_distr]]
version = "0.4.3"
criteria = "safe-to-run"

[[exemptions.safe_arch]]
version = "0.7.0"
criteria = "safe-to-run"

[[exemptions.sha2]]
version = "0.10.8"
criteria = "safe-to-deploy"
notes = "We do not use the new asm backend, either its feature or CPU architecture"

[[exemptions.simba]]
version = "0.6.0"
criteria = "safe-to-run"
Expand Down
35 changes: 31 additions & 4 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.serde]]
version = "1.0.214"
when = "2024-10-28"
version = "1.0.215"
when = "2024-11-11"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.serde_derive]]
version = "1.0.214"
when = "2024-10-28"
version = "1.0.215"
when = "2024-11-11"
user-id = 3618
user-login = "dtolnay"
user-name = "David Tolnay"
Expand Down Expand Up @@ -626,6 +626,16 @@ criteria = "safe-to-deploy"
delta = "0.6.3 -> 0.6.4"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.rand_distr]]
who = "Ben Dean-Kawamura <[email protected]>"
criteria = "safe-to-deploy"
version = "0.4.3"
notes = """
Simple crate that extends `rand`. It has little unsafe code and uses Miri to test it.
As far as I can tell, it does not have any file IO or network access.
"""
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.rayon]]
who = "Josh Stone <[email protected]>"
criteria = "safe-to-deploy"
Expand All @@ -639,6 +649,23 @@ criteria = "safe-to-deploy"
delta = "1.5.3 -> 1.6.1"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.sha2]]
who = "Mike Hommey <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.10.2 -> 0.10.6"
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.sha2]]
who = "Jeff Muizelaar <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.10.6 -> 0.10.8"
notes = """
The bulk of this is https://github.com/RustCrypto/hashes/pull/490 which adds aarch64 support along with another PR adding longson.
I didn't check the implementation thoroughly but there wasn't anything obviously nefarious. 0.10.8 has been out for more than a year
which suggests no one else has found anything either.
"""
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

[[audits.mozilla.audits.subtle]]
who = "Simon Friedberger <[email protected]>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit 33e01f0

Please sign in to comment.