diff --git a/cranelift/Cargo.toml b/cranelift/Cargo.toml index 39e3ef182a..e97cbbc000 100644 --- a/cranelift/Cargo.toml +++ b/cranelift/Cargo.toml @@ -26,7 +26,7 @@ cranelift-module = { path = "lib/module", version = "0.22.0" } cranelift-faerie = { path = "lib/faerie", version = "0.22.0" } cranelift-simplejit = { path = "lib/simplejit", version = "0.22.0" } cranelift = { path = "lib/umbrella", version = "0.22.0" } -filecheck = "0.3.0" +filecheck = "0.4.0" clap = "2.32.0" serde = "1.0.8" term = "0.5.1" diff --git a/lib/filetests/Cargo.toml b/lib/filetests/Cargo.toml index edb7f99ef5..59c4309563 100644 --- a/lib/filetests/Cargo.toml +++ b/lib/filetests/Cargo.toml @@ -12,6 +12,6 @@ publish = false cranelift-codegen = { path = "../codegen", version = "0.22.0" } cranelift-reader = { path = "../reader", version = "0.22.0" } file-per-thread-logger = "0.1.1" -filecheck = "0.3.0" +filecheck = "0.4.0" num_cpus = "1.8.0" log = "0.4.4"