diff --git a/cranelift/simplejit/Cargo.toml b/cranelift/simplejit/Cargo.toml index ab053456d3..346adcc32e 100644 --- a/cranelift/simplejit/Cargo.toml +++ b/cranelift/simplejit/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" cranelift-module = { path = "../module", version = "0.65.0" } cranelift-native = { path = "../native", version = "0.65.0" } cranelift-codegen = { path = "../codegen", version = "0.65.0", default-features = false, features = ["std"] } -region = "2.1.0" +region = "2.2.0" libc = { version = "0.2.42" } errno = "0.2.4" target-lexicon = "0.10" diff --git a/crates/wasmtime/Cargo.toml b/crates/wasmtime/Cargo.toml index 88c6a822c5..adbdee49d9 100644 --- a/crates/wasmtime/Cargo.toml +++ b/crates/wasmtime/Cargo.toml @@ -17,7 +17,7 @@ wasmtime-profiling = { path = "../profiling", version = "0.18.0" } wasmparser = "0.58.0" target-lexicon = { version = "0.10.0", default-features = false } anyhow = "1.0.19" -region = "2.1.0" +region = "2.2.0" libc = "0.2" cfg-if = "0.1.9" backtrace = "0.3.42"