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:
@@ -20,7 +20,7 @@ target-lexicon = { version = "0.12.0", default-features = false }
|
||||
anyhow = "1.0"
|
||||
cfg-if = "1.0"
|
||||
gimli = { version = "0.26.0", default-features = false, features = ["std", "read"] }
|
||||
object = { version = "0.27.0", default-features = false, features = ["std", "read_core", "elf"] }
|
||||
object = { version = "0.28.0", default-features = false, features = ["std", "read_core", "elf"] }
|
||||
serde = { version = "1.0.94", features = ["derive"] }
|
||||
addr2line = { version = "0.17.0", default-features = false }
|
||||
ittapi-rs = { version = "0.2.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user