Update some dependencies in Cargo.lock (#4081)
* Run a `cargo update` over our dependencies This'll notably fix a `cargo audit` error where we have a pinned version of the `regex` crate which has a CVE assigned to it. * Update to `object` and `hashbrown` crates Prune some duplicate versions showing up from the previous `cargo update`
This commit is contained in:
@@ -22,7 +22,7 @@ cranelift-native = { path = "../../cranelift/native", version = "0.84.0" }
|
||||
wasmparser = "0.84.0"
|
||||
target-lexicon = "0.12"
|
||||
gimli = { version = "0.26.0", default-features = false, features = ['read', 'std'] }
|
||||
object = { version = "0.27.0", default-features = false, features = ['write'] }
|
||||
object = { version = "0.28.0", default-features = false, features = ['write'] }
|
||||
more-asserts = "0.2.1"
|
||||
thiserror = "1.0.4"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user