forked from bytecodealliance/wasmtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove yanked dependencies from
Cargo.lock
(bytecodealliance#6428)
* 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
1 parent
c45e17c
commit ac96ebb
Showing
3 changed files
with
46 additions
and
15 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters