Drop a few crates from our dependency graph (#5009)
A minor update of a few other crates drops `semver` and `rustc_version` from `Cargo.lock`. I've audited the deltas in versions for the other crates here as well and they all look good.
This commit is contained in:
@@ -80,6 +80,17 @@ criteria = "safe-to-deploy"
|
||||
version = "0.26.0"
|
||||
notes = "The Bytecode Alliance is the author of this crate."
|
||||
|
||||
[[audits.cast]]
|
||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||
criteria = "safe-to-run"
|
||||
delta = "0.2.7 -> 0.3.0"
|
||||
notes = """
|
||||
This release appears to have brought support for 128-bit integers and removed a
|
||||
`transmute` around converting between float bits and the float itself.
|
||||
Otherwise no major changes except what was presumably minor API breaking changes
|
||||
due to the major version bump.
|
||||
"""
|
||||
|
||||
[[audits.cc]]
|
||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
@@ -92,6 +103,24 @@ criteria = "safe-to-deploy"
|
||||
version = "1.0.0"
|
||||
notes = "I am the author of this crate."
|
||||
|
||||
[[audits.criterion]]
|
||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||
criteria = "safe-to-run"
|
||||
delta = "0.3.5 -> 0.3.6"
|
||||
notes = """
|
||||
There were no major changes to code in this update, mostly just stylistic and
|
||||
updating some version dependency requirements.
|
||||
"""
|
||||
|
||||
[[audits.criterion-plot]]
|
||||
who = "Alex Crichton <alex@alexcrichton.com>"
|
||||
criteria = "safe-to-run"
|
||||
delta = "0.4.4 -> 0.4.5"
|
||||
notes = """
|
||||
No major changes in this update, it was almost entirely stylistic with what
|
||||
appears to be a few clippy fixes here and there.
|
||||
"""
|
||||
|
||||
[[audits.derive_arbitrary]]
|
||||
who = "Nick Fitzgerald <fitzgen@gmail.com>"
|
||||
criteria = "safe-to-deploy"
|
||||
|
||||
Reference in New Issue
Block a user