diff --git a/Cargo.lock b/Cargo.lock index 02d4d98dc..5643cbf8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,24 +46,21 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cranelift-bforest" -version = "0.110.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "effa84ab2023f7138045ece6b326588c17447ca22e66db71ec15cb0a6c0c4ad2" +version = "0.111.0" +source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=release-24.0.0#bfc10d967ab8de9941cc6c9798b96b9d9cdf4d69" dependencies = [ "cranelift-entity", ] [[package]] name = "cranelift-bitset" -version = "0.110.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38a1dfc50dca188a15d938867c4400589530bcb0138f7022aae6d059d1d8c309" +version = "0.111.0" +source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=release-24.0.0#bfc10d967ab8de9941cc6c9798b96b9d9cdf4d69" [[package]] name = "cranelift-codegen" -version = "0.110.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "821c20c639350158ecca928dc2a244d0d1c9cef2377a378fc62a445a286eb1ca" +version = "0.111.0" +source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=release-24.0.0#bfc10d967ab8de9941cc6c9798b96b9d9cdf4d69" dependencies = [ "bumpalo", "cranelift-bforest", @@ -84,42 +81,37 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" -version = "0.110.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "064473f2fd59b44fa2c9aaa60de1f9c44db5e13521e28bc85d2b92ee535ef625" +version = "0.111.0" +source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=release-24.0.0#bfc10d967ab8de9941cc6c9798b96b9d9cdf4d69" dependencies = [ "cranelift-codegen-shared", ] [[package]] name = "cranelift-codegen-shared" -version = "0.110.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0f39b9ebfd2febdc2acfb9a0fca110665bcd5a6839502576307735ed07b2177" +version = "0.111.0" +source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=release-24.0.0#bfc10d967ab8de9941cc6c9798b96b9d9cdf4d69" [[package]] name = "cranelift-control" -version = "0.110.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94e125c189c3a1ca8dfe209fc6f46edba058a6d24e0b92aff69459a15f4711e7" +version = "0.111.0" +source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=release-24.0.0#bfc10d967ab8de9941cc6c9798b96b9d9cdf4d69" dependencies = [ "arbitrary", ] [[package]] name = "cranelift-entity" -version = "0.110.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea62eb109baec2247e1a6fa7b74c0f584b1e76e289cfd7017385b4b031fc8450" +version = "0.111.0" +source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=release-24.0.0#bfc10d967ab8de9941cc6c9798b96b9d9cdf4d69" dependencies = [ "cranelift-bitset", ] [[package]] name = "cranelift-frontend" -version = "0.110.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "722b089357aacb6c7528b2e59a5fe00917d61ce63448b25a3e477a5b7819fac8" +version = "0.111.0" +source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=release-24.0.0#bfc10d967ab8de9941cc6c9798b96b9d9cdf4d69" dependencies = [ "cranelift-codegen", "log", @@ -129,15 +121,13 @@ dependencies = [ [[package]] name = "cranelift-isle" -version = "0.110.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4b5005a48288e7fc2a2991a377831c534e26929b063c379c018060727785a9b" +version = "0.111.0" +source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=release-24.0.0#bfc10d967ab8de9941cc6c9798b96b9d9cdf4d69" [[package]] name = "cranelift-jit" -version = "0.110.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f843932baf8d1025c5f114b929eda172d74b7163d058e0de2597c308b567c7e9" +version = "0.111.0" +source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=release-24.0.0#bfc10d967ab8de9941cc6c9798b96b9d9cdf4d69" dependencies = [ "anyhow", "cranelift-codegen", @@ -155,9 +145,8 @@ dependencies = [ [[package]] name = "cranelift-module" -version = "0.110.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "449819ef1c4af139cf1b9717916fcaea0e23248853d3e95135139773a842d3eb" +version = "0.111.0" +source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=release-24.0.0#bfc10d967ab8de9941cc6c9798b96b9d9cdf4d69" dependencies = [ "anyhow", "cranelift-codegen", @@ -166,9 +155,8 @@ dependencies = [ [[package]] name = "cranelift-native" -version = "0.110.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ae2d48f38081a9e679ad795bd36bb29bedeb5552fc1c195185bf9885fa1b16e" +version = "0.111.0" +source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=release-24.0.0#bfc10d967ab8de9941cc6c9798b96b9d9cdf4d69" dependencies = [ "cranelift-codegen", "libc", @@ -177,9 +165,8 @@ dependencies = [ [[package]] name = "cranelift-object" -version = "0.110.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a39ee2cfd0ec485eca76f6b4dc17701a280fa406bc05137bb43f1635ed12c9f" +version = "0.111.0" +source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=release-24.0.0#bfc10d967ab8de9941cc6c9798b96b9d9cdf4d69" dependencies = [ "anyhow", "cranelift-codegen", @@ -213,9 +200,9 @@ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" [[package]] name = "gimli" -version = "0.28.1" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" +checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" dependencies = [ "fallible-iterator", "indexmap", @@ -403,9 +390,9 @@ dependencies = [ [[package]] name = "target-lexicon" -version = "0.12.15" +version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2" +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "unicode-ident" @@ -421,9 +408,8 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "wasmtime-jit-icache-coherence" -version = "23.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fddf3e2980fb1d123d1fcac55189e417fdd3dba4f62139b5a0a1f9efe5669d5" +version = "24.0.0" +source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=release-24.0.0#bfc10d967ab8de9941cc6c9798b96b9d9cdf4d69" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index a0df502da..6c3a92420 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,14 +8,14 @@ crate-type = ["dylib"] [dependencies] # These have to be in sync with each other -cranelift-codegen = { version = "0.110.1", default-features = false, features = ["std", "unwind", "all-arch"] } -cranelift-frontend = { version = "0.110.1" } -cranelift-module = { version = "0.110.1" } -cranelift-native = { version = "0.110.1" } -cranelift-jit = { version = "0.110.1", optional = true } -cranelift-object = { version = "0.110.1" } +cranelift-codegen = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-24.0.0", version = "0.111.0", default-features = false, features = ["std", "unwind", "all-arch"] } +cranelift-frontend = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-24.0.0", version = "0.111.0" } +cranelift-module = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-24.0.0", version = "0.111.0" } +cranelift-native = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-24.0.0", version = "0.111.0" } +cranelift-jit = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-24.0.0", version = "0.111.0", optional = true } +cranelift-object = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "release-24.0.0", version = "0.111.0" } target-lexicon = "0.12.0" -gimli = { version = "0.28", default-features = false, features = ["write"]} +gimli = { version = "0.29", default-features = false, features = ["write"] } object = { version = "0.36", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] } indexmap = "2.0.0"