Update gimli to 0.20 (#1361)

This commit is contained in:
bjorn3
2020-01-22 20:25:35 +01:00
committed by Andrew Brown
parent e1446cff8d
commit cc50e65f31
2 changed files with 2 additions and 2 deletions

View File

@@ -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 }

View File

@@ -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"