Update gimli to 0.20 (#1361)
This commit is contained in:
@@ -20,7 +20,7 @@ hashbrown = { version = "0.6", optional = true }
|
||||
target-lexicon = "0.10"
|
||||
log = { version = "0.4.6", default-features = false }
|
||||
serde = { version = "1.0.94", features = ["derive"], optional = true }
|
||||
gimli = { version = "0.19.0", default-features = false, features = ["write"], optional = true }
|
||||
gimli = { version = "0.20.0", default-features = false, features = ["write"], optional = true }
|
||||
smallvec = { version = "1.0.0" }
|
||||
thiserror = "1.0.4"
|
||||
byteorder = { version = "1.3.2", default-features = false }
|
||||
|
||||
@@ -16,7 +16,7 @@ cranelift-reader = { path = "../cranelift-reader", version = "0.56.0" }
|
||||
cranelift-preopt = { path = "../cranelift-preopt", version = "0.56.0" }
|
||||
file-per-thread-logger = "0.1.2"
|
||||
filecheck = "0.4.0"
|
||||
gimli = { version = "0.19.0", default-features = false, features = ["read"] }
|
||||
gimli = { version = "0.20.0", default-features = false, features = ["read"] }
|
||||
log = "0.4.6"
|
||||
memmap = "0.7.0"
|
||||
num_cpus = "1.8.0"
|
||||
|
||||
Reference in New Issue
Block a user