Update addr2line and gimli deps (#3580)
Just a routine update, figured it was good to stay close to their most recent versions
This commit is contained in:
@@ -18,10 +18,10 @@ thiserror = "1.0.4"
|
||||
target-lexicon = { version = "0.12.0", default-features = false }
|
||||
anyhow = "1.0"
|
||||
cfg-if = "1.0"
|
||||
gimli = { version = "0.25.0", default-features = false, features = ["std", "read"] }
|
||||
gimli = { version = "0.26.0", default-features = false, features = ["std", "read"] }
|
||||
object = { version = "0.27.0", default-features = false, features = ["std", "read_core", "elf"] }
|
||||
serde = { version = "1.0.94", features = ["derive"] }
|
||||
addr2line = { version = "0.16.0", default-features = false }
|
||||
addr2line = { version = "0.17.0", default-features = false }
|
||||
ittapi-rs = { version = "0.1.5", optional = true }
|
||||
bincode = "1.2.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user