diff --git a/cranelift/codegen/Cargo.toml b/cranelift/codegen/Cargo.toml index 188ecf5575..e135b166a2 100644 --- a/cranelift/codegen/Cargo.toml +++ b/cranelift/codegen/Cargo.toml @@ -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 } diff --git a/cranelift/filetests/Cargo.toml b/cranelift/filetests/Cargo.toml index ae0af21f68..c5ce847000 100644 --- a/cranelift/filetests/Cargo.toml +++ b/cranelift/filetests/Cargo.toml @@ -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"