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:
Alex Crichton
2021-12-01 15:48:36 -06:00
committed by GitHub
parent ccf31a33b8
commit 0e90d4b903
7 changed files with 14 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ target-lexicon = "0.12"
log = { version = "0.4.6", default-features = false }
serde = { version = "1.0.94", features = ["derive"], optional = true }
bincode = { version = "1.2.1", optional = true }
gimli = { version = "0.25.0", default-features = false, features = ["write"], optional = true }
gimli = { version = "0.26.0", default-features = false, features = ["write"], optional = true }
smallvec = { version = "1.6.1" }
regalloc = { version = "0.0.33" }
souper-ir = { version = "2.1.0", optional = true }

View File

@@ -18,7 +18,7 @@ cranelift-reader = { path = "../reader", version = "0.78.0" }
cranelift-preopt = { path = "../preopt", version = "0.78.0" }
file-per-thread-logger = "0.1.2"
filecheck = "0.5.0"
gimli = { version = "0.25.0", default-features = false, features = ["read"] }
gimli = { version = "0.26.0", default-features = false, features = ["read"] }
log = "0.4.6"
memmap2 = "0.2.1"
num_cpus = "1.8.0"