Update cfg-if dependency
This commit is contained in:
18
Cargo.lock
generated
18
Cargo.lock
generated
@@ -555,7 +555,7 @@ version = "0.66.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"capstone",
|
"capstone",
|
||||||
"cfg-if 0.1.10",
|
"cfg-if 1.0.0",
|
||||||
"cranelift",
|
"cranelift",
|
||||||
"cranelift-codegen",
|
"cranelift-codegen",
|
||||||
"cranelift-entity",
|
"cranelift-entity",
|
||||||
@@ -2092,7 +2092,7 @@ name = "test-programs"
|
|||||||
version = "0.19.0"
|
version = "0.19.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cfg-if 0.1.10",
|
"cfg-if 1.0.0",
|
||||||
"os_pipe",
|
"os_pipe",
|
||||||
"pretty_env_logger",
|
"pretty_env_logger",
|
||||||
"target-lexicon",
|
"target-lexicon",
|
||||||
@@ -2324,7 +2324,7 @@ name = "wasi-common"
|
|||||||
version = "0.20.0"
|
version = "0.20.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cfg-if 0.1.10",
|
"cfg-if 1.0.0",
|
||||||
"cpu-time",
|
"cpu-time",
|
||||||
"filetime",
|
"filetime",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
@@ -2378,7 +2378,7 @@ dependencies = [
|
|||||||
"anyhow",
|
"anyhow",
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"bincode",
|
"bincode",
|
||||||
"cfg-if 0.1.10",
|
"cfg-if 1.0.0",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libc",
|
"libc",
|
||||||
"log",
|
"log",
|
||||||
@@ -2510,7 +2510,7 @@ name = "wasmtime-environ"
|
|||||||
version = "0.20.0"
|
version = "0.20.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cfg-if 0.1.10",
|
"cfg-if 1.0.0",
|
||||||
"cranelift-codegen",
|
"cranelift-codegen",
|
||||||
"cranelift-entity",
|
"cranelift-entity",
|
||||||
"cranelift-wasm",
|
"cranelift-wasm",
|
||||||
@@ -2560,7 +2560,7 @@ name = "wasmtime-jit"
|
|||||||
version = "0.20.0"
|
version = "0.20.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cfg-if 0.1.10",
|
"cfg-if 1.0.0",
|
||||||
"cranelift-codegen",
|
"cranelift-codegen",
|
||||||
"cranelift-entity",
|
"cranelift-entity",
|
||||||
"cranelift-frontend",
|
"cranelift-frontend",
|
||||||
@@ -2613,7 +2613,7 @@ name = "wasmtime-profiling"
|
|||||||
version = "0.20.0"
|
version = "0.20.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"cfg-if 0.1.10",
|
"cfg-if 1.0.0",
|
||||||
"gimli",
|
"gimli",
|
||||||
"ittapi-rs",
|
"ittapi-rs",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
@@ -2632,7 +2632,7 @@ version = "0.20.0"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"cc",
|
"cc",
|
||||||
"cfg-if 0.1.10",
|
"cfg-if 1.0.0",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libc",
|
"libc",
|
||||||
@@ -2851,7 +2851,7 @@ name = "yanix"
|
|||||||
version = "0.20.0"
|
version = "0.20.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"cfg-if 0.1.10",
|
"cfg-if 1.0.0",
|
||||||
"filetime",
|
"filetime",
|
||||||
"libc",
|
"libc",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ name = "clif-util"
|
|||||||
path = "src/clif-util.rs"
|
path = "src/clif-util.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cfg-if = "0.1"
|
cfg-if = "1.0"
|
||||||
cranelift-codegen = { path = "codegen", version = "0.67.0" }
|
cranelift-codegen = { path = "codegen", version = "0.67.0" }
|
||||||
cranelift-entity = { path = "entity", version = "0.67.0" }
|
cranelift-entity = { path = "entity", version = "0.67.0" }
|
||||||
cranelift-interpreter = { path = "interpreter", version = "0.67.0" }
|
cranelift-interpreter = { path = "interpreter", version = "0.67.0" }
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ thiserror = "1.0.4"
|
|||||||
serde = { version = "1.0.94", features = ["derive"] }
|
serde = { version = "1.0.94", features = ["derive"] }
|
||||||
log = { version = "0.4.8", default-features = false }
|
log = { version = "0.4.8", default-features = false }
|
||||||
more-asserts = "0.2.1"
|
more-asserts = "0.2.1"
|
||||||
cfg-if = "0.1.9"
|
cfg-if = "1.0"
|
||||||
gimli = "0.22"
|
gimli = "0.22"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ target-lexicon = { version = "0.11.0", default-features = false }
|
|||||||
wasmparser = "0.63.0"
|
wasmparser = "0.63.0"
|
||||||
more-asserts = "0.2.1"
|
more-asserts = "0.2.1"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
cfg-if = "0.1.9"
|
cfg-if = "1.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
gimli = { version = "0.22.0", default-features = false, features = ["write"] }
|
gimli = { version = "0.22.0", default-features = false, features = ["write"] }
|
||||||
object = { version = "0.21.1", default-features = false, features = ["write"] }
|
object = { version = "0.21.1", default-features = false, features = ["write"] }
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ edition = "2018"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
cfg-if = "0.1"
|
cfg-if = "1.0"
|
||||||
gimli = { version = "0.22.0", optional = true }
|
gimli = { version = "0.22.0", optional = true }
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
libc = { version = "0.2.60", default-features = false }
|
libc = { version = "0.2.60", default-features = false }
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ memoffset = "0.5.3"
|
|||||||
indexmap = "1.0.2"
|
indexmap = "1.0.2"
|
||||||
thiserror = "1.0.4"
|
thiserror = "1.0.4"
|
||||||
more-asserts = "0.2.1"
|
more-asserts = "0.2.1"
|
||||||
cfg-if = "0.1.9"
|
cfg-if = "1.0"
|
||||||
backtrace = "0.3.49"
|
backtrace = "0.3.49"
|
||||||
lazy_static = "1.3.0"
|
lazy_static = "1.3.0"
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ edition = "2018"
|
|||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cfg-if = "0.1.9"
|
cfg-if = "1.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
wasi-common = { path = "../wasi-common", version = "0.20.0" }
|
wasi-common = { path = "../wasi-common", version = "0.20.0" }
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ anyhow = "1.0"
|
|||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
getrandom = { version = "0.1.14", features = ["std"] }
|
getrandom = { version = "0.1.14", features = ["std"] }
|
||||||
cfg-if = "0.1.9"
|
cfg-if = "1.0"
|
||||||
filetime = "0.2.7"
|
filetime = "0.2.7"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
wig = { path = "wig", version = "0.20.0" }
|
wig = { path = "wig", version = "0.20.0" }
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ edition = "2018"
|
|||||||
tracing = "0.1.15"
|
tracing = "0.1.15"
|
||||||
libc = { version = "0.2", features = ["extra_traits"] }
|
libc = { version = "0.2", features = ["extra_traits"] }
|
||||||
bitflags = "1.2"
|
bitflags = "1.2"
|
||||||
cfg-if = "0.1.9"
|
cfg-if = "1.0"
|
||||||
filetime = "0.2.7"
|
filetime = "0.2.7"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ wasmparser = "0.63.0"
|
|||||||
anyhow = "1.0.19"
|
anyhow = "1.0.19"
|
||||||
region = "2.2.0"
|
region = "2.2.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
cfg-if = "0.1.9"
|
cfg-if = "1.0"
|
||||||
backtrace = "0.3.42"
|
backtrace = "0.3.42"
|
||||||
rustc-demangle = "0.1.16"
|
rustc-demangle = "0.1.16"
|
||||||
lazy_static = "1.4"
|
lazy_static = "1.4"
|
||||||
|
|||||||
Reference in New Issue
Block a user