Skip to content

Commit

Permalink
Remove yanked dependencies from Cargo.lock (bytecodealliance#6428)
Browse files Browse the repository at this point in the history
* Remove some yanked crates from `Cargo.lock`

This commit fixes some warnings that are cropping up during publishing
about yanked crates being in our `Cargo.lock`.

* Remove an unneeded vet `imports.lock` entry
  • Loading branch information
alexcrichton authored May 22, 2023
1 parent c45e17c commit ac96ebb
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 15 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

38 changes: 38 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,15 @@ criteria = "safe-to-deploy"
version = "0.2.4"
notes = "A few tiny blocks of `unsafe` but each of them is very obviously correct."

[[audits.cpufeatures]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.2.2 -> 0.2.7"
notes = """
This is a minor update that looks to add some more detected CPU features and
various other minor portability fixes such as MIRI support.
"""

[[audits.criterion]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-run"
Expand Down Expand Up @@ -630,6 +639,17 @@ criteria = "safe-to-deploy"
delta = "0.4.5 -> 0.5.0"
notes = "Just a version bump, only change to code is to remove an allow(deprecated)"

[[audits.crossbeam-channel]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.5.4 -> 0.5.8"
notes = """
This diff does what it says on the tin for this version range, notably fixing a
race condition, improving handling of durations, and additionally swapping out a
spin lock with a lock from the standard library. Minor bits of `unsafe` code
are modified but that's expected given the nature of this crate.
"""

[[audits.crypto-common]]
who = "Benjamin Bouvier <[email protected]>"
criteria = "safe-to-deploy"
Expand All @@ -652,6 +672,15 @@ who = "Benjamin Bouvier <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.9.0 -> 0.10.3"

[[audits.ed25519]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
delta = "1.4.1 -> 1.5.3"
notes = """
This diff brings in a number of minor updates of which none are related to
`unsafe` code or anything system-related like filesystems.
"""

[[audits.errno]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -978,6 +1007,15 @@ but also contains some other minor fixes as well. Everything looks A-OK and
as expected.
"""

[[audits.libm]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.2.4 -> 0.2.7"
notes = """
This is a minor update which has some testing affordances as well as some
updated math algorithms.
"""

[[audits.linux-raw-sys]]
who = "Dan Gohman <[email protected]>"
criteria = "safe-to-deploy"
Expand Down
7 changes: 0 additions & 7 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ user-id = 696
user-login = "fitzgen"
user-name = "Nick Fitzgerald"

[[publisher.regalloc2]]
version = "0.8.1"
when = "2023-05-01"
user-id = 3726
user-login = "cfallin"
user-name = "Chris Fallin"

[[publisher.regalloc2]]
version = "0.9.0"
when = "2023-05-17"
Expand Down

0 comments on commit ac96ebb

Please sign in to comment.