diff --git a/cranelift/Cargo.toml b/cranelift/Cargo.toml index df8956cba9..8fee3b6dbe 100644 --- a/cranelift/Cargo.toml +++ b/cranelift/Cargo.toml @@ -38,7 +38,7 @@ serde = "1.0.8" term = "0.6.1" capstone = { version = "0.6.0", optional = true } wabt = { version = "0.9.1", optional = true } -target-lexicon = "0.8.0" +target-lexicon = "0.8.1" pretty_env_logger = "0.3.0" file-per-thread-logger = "0.1.2" indicatif = "0.11.0" diff --git a/cranelift/codegen/Cargo.toml b/cranelift/codegen/Cargo.toml index 1ea0c59e07..2c5ccb4d2e 100644 --- a/cranelift/codegen/Cargo.toml +++ b/cranelift/codegen/Cargo.toml @@ -18,7 +18,7 @@ cranelift-bforest = { path = "../cranelift-bforest", version = "0.42.0", default failure = { version = "0.1.1", default-features = false, features = ["derive"] } failure_derive = { version = "0.1.1", default-features = false } hashmap_core = { version = "0.1.9", optional = true } -target-lexicon = "0.8.0" +target-lexicon = "0.8.1" log = { version = "0.4.6", default-features = false } serde = { version = "1.0.94", features = ["derive"], optional = true } # It is a goal of the cranelift-codegen crate to have minimal external dependencies. diff --git a/cranelift/faerie/Cargo.toml b/cranelift/faerie/Cargo.toml index 71feb0c0de..2f8f2258f0 100644 --- a/cranelift/faerie/Cargo.toml +++ b/cranelift/faerie/Cargo.toml @@ -15,7 +15,7 @@ cranelift-module = { path = "../cranelift-module", version = "0.42.0" } faerie = "0.11.0" goblin = "0.0.24" failure = "0.1.2" -target-lexicon = "0.8.0" +target-lexicon = "0.8.1" [badges] maintenance = { status = "experimental" } diff --git a/cranelift/frontend/Cargo.toml b/cranelift/frontend/Cargo.toml index c3e6d64a4f..3ef5a45641 100644 --- a/cranelift/frontend/Cargo.toml +++ b/cranelift/frontend/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] cranelift-codegen = { path = "../cranelift-codegen", version = "0.42.0", default-features = false } -target-lexicon = "0.8.0" +target-lexicon = "0.8.1" log = { version = "0.4.6", default-features = false } hashmap_core = { version = "0.1.9", optional = true } diff --git a/cranelift/fuzz/Cargo.toml b/cranelift/fuzz/Cargo.toml index adde8dce3a..f164491ef8 100644 --- a/cranelift/fuzz/Cargo.toml +++ b/cranelift/fuzz/Cargo.toml @@ -15,7 +15,7 @@ libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git" } cranelift-codegen = { path = "../cranelift-codegen" } cranelift-wasm = { path = "../cranelift-wasm" } cranelift-reader = { path = "../cranelift-reader" } -target-lexicon = "0.8.0" +target-lexicon = "0.8.1" # Prevent this from interfering with workspaces [workspace] diff --git a/cranelift/native/Cargo.toml b/cranelift/native/Cargo.toml index 5c2adb2202..b677ddae12 100644 --- a/cranelift/native/Cargo.toml +++ b/cranelift/native/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] cranelift-codegen = { path = "../cranelift-codegen", version = "0.42.0", default-features = false } -target-lexicon = "0.8.0" +target-lexicon = "0.8.1" [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dependencies] raw-cpuid = "6.0.0" diff --git a/cranelift/reader/Cargo.toml b/cranelift/reader/Cargo.toml index 3c4ff264b1..2a7216e8f7 100644 --- a/cranelift/reader/Cargo.toml +++ b/cranelift/reader/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" [dependencies] cranelift-codegen = { path = "../cranelift-codegen", version = "0.42.0" } -target-lexicon = "0.8.0" +target-lexicon = "0.8.1" [badges] maintenance = { status = "experimental" } diff --git a/cranelift/simplejit/Cargo.toml b/cranelift/simplejit/Cargo.toml index 70c196ae1e..706a39f384 100644 --- a/cranelift/simplejit/Cargo.toml +++ b/cranelift/simplejit/Cargo.toml @@ -16,7 +16,7 @@ cranelift-native = { path = "../cranelift-native", version = "0.42.0" } region = "2.0.0" libc = { version = "0.2.42" } errno = "0.2.4" -target-lexicon = "0.8.0" +target-lexicon = "0.8.1" memmap = { version = "0.7.0", optional = true } [target.'cfg(target_os = "windows")'.dependencies] diff --git a/cranelift/wasm/Cargo.toml b/cranelift/wasm/Cargo.toml index 5621eab84f..c140de53a7 100644 --- a/cranelift/wasm/Cargo.toml +++ b/cranelift/wasm/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1.0.94", features = ["derive"], optional = true } [dev-dependencies] wabt = "0.9.1" -target-lexicon = "0.8.0" +target-lexicon = "0.8.1" [features] default = ["std"]