1
0
mirror of https://github.com/containers/youki synced 2024-11-26 14:13:49 +01:00

Merge pull request #2929 from YJDoc2/deps/update_wasmtime

deps: update wasmtime to 25.0.1
This commit is contained in:
Yashodhan 2024-09-26 10:49:16 +05:30 committed by GitHub
commit f5a85b54b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 126 additions and 128 deletions

250
Cargo.lock generated

@ -254,7 +254,7 @@ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"regex", "regex",
"rustc-hash", "rustc-hash 1.1.0",
"shlex", "shlex",
"syn 2.0.58", "syn 2.0.58",
] ]
@ -650,18 +650,18 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-bforest" name = "cranelift-bforest"
version = "0.111.0" version = "0.112.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b80c3a50b9c4c7e5b5f73c0ed746687774fc9e36ef652b110da8daebf0c6e0e6" checksum = "a6e376bd92bddd03dcfc443b14382611cae5d10012aa0b1628bbf18bb73f12f7"
dependencies = [ dependencies = [
"cranelift-entity 0.111.0", "cranelift-entity 0.112.1",
] ]
[[package]] [[package]]
name = "cranelift-bitset" name = "cranelift-bitset"
version = "0.111.0" version = "0.112.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38778758c2ca918b05acb2199134e0c561fb577c50574259b26190b6c2d95ded" checksum = "45ecbe07f25a8100e5077933516200e97808f1d7196b5a073edb85fa08fde32e"
dependencies = [ dependencies = [
"serde", "serde",
"serde_derive", "serde_derive",
@ -690,23 +690,23 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen" name = "cranelift-codegen"
version = "0.111.0" version = "0.112.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58258667ad10e468bfc13a8d620f50dfcd4bb35d668123e97defa2549b9ad397" checksum = "bc60913f32c1de18538c28bef74b8c87cf16de7841a1b0956fcf01b23237853a"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"cranelift-bforest 0.111.0", "cranelift-bforest 0.112.1",
"cranelift-bitset", "cranelift-bitset",
"cranelift-codegen-meta 0.111.0", "cranelift-codegen-meta 0.112.1",
"cranelift-codegen-shared 0.111.0", "cranelift-codegen-shared 0.112.1",
"cranelift-control", "cranelift-control",
"cranelift-entity 0.111.0", "cranelift-entity 0.112.1",
"cranelift-isle 0.111.0", "cranelift-isle 0.112.1",
"gimli 0.29.0", "gimli 0.29.0",
"hashbrown 0.14.3", "hashbrown 0.14.3",
"log", "log",
"regalloc2 0.9.3", "regalloc2 0.10.2",
"rustc-hash", "rustc-hash 2.0.0",
"smallvec", "smallvec",
"target-lexicon", "target-lexicon",
] ]
@ -722,11 +722,11 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen-meta" name = "cranelift-codegen-meta"
version = "0.111.0" version = "0.112.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043f0b702e529dcb07ff92bd7d40e7d5317b5493595172c5eb0983343751ee06" checksum = "bae009e7822f47aa55e7dcef846ccf3aa4eb102ca6b4bcb8a44b36f3f49aa85c"
dependencies = [ dependencies = [
"cranelift-codegen-shared 0.111.0", "cranelift-codegen-shared 0.112.1",
] ]
[[package]] [[package]]
@ -737,15 +737,15 @@ checksum = "278e52e29c53fcf32431ef08406c295699a70306d05a0715c5b1bf50e33a9ab7"
[[package]] [[package]]
name = "cranelift-codegen-shared" name = "cranelift-codegen-shared"
version = "0.111.0" version = "0.112.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7763578888ab53eca5ce7da141953f828e82c2bfadcffc106d10d1866094ffbb" checksum = "0c78f01a852536c68e34444450f845ed6e0782a1f047f85397fe460b8fbce8f1"
[[package]] [[package]]
name = "cranelift-control" name = "cranelift-control"
version = "0.111.0" version = "0.112.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32db15f08c05df570f11e8ab33cb1ec449a64b37c8a3498377b77650bef33d8b" checksum = "7a061b22e00a9e36b31f2660dfb05a9617b7775bd54b79754d3bb75a990dac06"
dependencies = [ dependencies = [
"arbitrary", "arbitrary",
] ]
@ -772,9 +772,9 @@ checksum = "9a59bcbca89c3f1b70b93ab3cbba5e5e0cbf3e63dadb23c7525cb142e21a9d4c"
[[package]] [[package]]
name = "cranelift-entity" name = "cranelift-entity"
version = "0.111.0" version = "0.112.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5289cdb399381a27e7bbfa1b42185916007c3d49aeef70b1d01cb4caa8010130" checksum = "95e2b261a3e74ae42f4e606906d5ffa44ee2684e8b1ae23bdf75d21908dc9233"
dependencies = [ dependencies = [
"cranelift-bitset", "cranelift-bitset",
"serde", "serde",
@ -795,11 +795,11 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-frontend" name = "cranelift-frontend"
version = "0.111.0" version = "0.112.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31ba8ab24eb9470477e98ddfa3c799a649ac5a0d9a2042868c4c952133c234e8" checksum = "fe14abba0e6bab42aca0f9ce757f96880f9187e88bc6cb975ed6acd8a42f7770"
dependencies = [ dependencies = [
"cranelift-codegen 0.111.0", "cranelift-codegen 0.112.1",
"log", "log",
"smallvec", "smallvec",
"target-lexicon", "target-lexicon",
@ -813,34 +813,34 @@ checksum = "393bc73c451830ff8dbb3a07f61843d6cb41a084f9996319917c0b291ed785bb"
[[package]] [[package]]
name = "cranelift-isle" name = "cranelift-isle"
version = "0.111.0" version = "0.112.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b72a3c5c166a70426dcb209bdd0bb71a787c1ea76023dc0974fbabca770e8f9" checksum = "311d91ae72b37d4262b51217baf8c9e01f1afd5148931468da1fdb7e9d011347"
[[package]] [[package]]
name = "cranelift-native" name = "cranelift-native"
version = "0.111.0" version = "0.112.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46a42424c956bbc31fc5c2706073df896156c5420ae8fa2a5d48dbc7b295d71b" checksum = "2a3f84c75e578189ff7a716c24ad83740b553bf583f2510b323bfe4c1a74bb93"
dependencies = [ dependencies = [
"cranelift-codegen 0.111.0", "cranelift-codegen 0.112.1",
"libc", "libc",
"target-lexicon", "target-lexicon",
] ]
[[package]] [[package]]
name = "cranelift-wasm" name = "cranelift-wasm"
version = "0.111.0" version = "0.112.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49778df4289933d735b93c30a345513e030cf83101de0036e19b760f8aa09f68" checksum = "f56b7b2476c47b2091eee5a20bc54a80fbb29ca5313ae2bd0dea52621abcfca1"
dependencies = [ dependencies = [
"cranelift-codegen 0.111.0", "cranelift-codegen 0.112.1",
"cranelift-entity 0.111.0", "cranelift-entity 0.112.1",
"cranelift-frontend 0.111.0", "cranelift-frontend 0.112.1",
"itertools", "itertools",
"log", "log",
"smallvec", "smallvec",
"wasmparser 0.215.0", "wasmparser 0.217.0",
"wasmtime-types", "wasmtime-types",
] ]
@ -1632,15 +1632,6 @@ dependencies = [
"ahash 0.7.8", "ahash 0.7.8",
] ]
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash 0.8.11",
]
[[package]] [[package]]
name = "hashbrown" name = "hashbrown"
version = "0.14.3" version = "0.14.3"
@ -3070,13 +3061,13 @@ dependencies = [
[[package]] [[package]]
name = "regalloc2" name = "regalloc2"
version = "0.9.3" version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" checksum = "12908dbeb234370af84d0579b9f68258a0f67e201412dd9a2814e6f45b2fc0f0"
dependencies = [ dependencies = [
"hashbrown 0.13.2", "hashbrown 0.14.3",
"log", "log",
"rustc-hash", "rustc-hash 2.0.0",
"slice-group-by", "slice-group-by",
"smallvec", "smallvec",
] ]
@ -3276,6 +3267,12 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc-hash"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
[[package]] [[package]]
name = "rustc_version" name = "rustc_version"
version = "0.2.3" version = "0.2.3"
@ -4668,9 +4665,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]] [[package]]
name = "wasi-common" name = "wasi-common"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7336747832c6fe1086c81ef38b63dfeaeec48fc1b7c33a88fd16115cc940d178" checksum = "4738c7ff6d16fa9f21efa1982a23d428072a930a50d7f1dcb2638e36a0a52085"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bitflags 2.6.0", "bitflags 2.6.0",
@ -4783,9 +4780,9 @@ checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
[[package]] [[package]]
name = "wasm-encoder" name = "wasm-encoder"
version = "0.215.0" version = "0.217.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb56df3e06b8e6b77e37d2969a50ba51281029a9aeb3855e76b7f49b6418847" checksum = "7b88b0814c9a2b323a9b46c687e726996c255ac8b64aa237dd11c81ed4854760"
dependencies = [ dependencies = [
"leb128", "leb128",
] ]
@ -5097,9 +5094,9 @@ dependencies = [
[[package]] [[package]]
name = "wasmparser" name = "wasmparser"
version = "0.215.0" version = "0.217.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53fbde0881f24199b81cf49b6ff8f9c145ac8eb1b7fc439adb5c099734f7d90e" checksum = "ca917a21307d3adf2b9857b94dd05ebf8496bdcff4437a9b9fb3899d3e6c74e7"
dependencies = [ dependencies = [
"ahash 0.8.11", "ahash 0.8.11",
"bitflags 2.6.0", "bitflags 2.6.0",
@ -5111,20 +5108,20 @@ dependencies = [
[[package]] [[package]]
name = "wasmprinter" name = "wasmprinter"
version = "0.215.0" version = "0.217.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8e9a325d85053408209b3d2ce5eaddd0dd6864d1cff7a007147ba073157defc" checksum = "50dc568b3e0d47e8f96ea547c90790cfa783f0205160c40de894a427114185ce"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"termcolor", "termcolor",
"wasmparser 0.215.0", "wasmparser 0.217.0",
] ]
[[package]] [[package]]
name = "wasmtime" name = "wasmtime"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a5883d64dfc8423c56e3d8df27cffc44db25336aa468e8e0724fddf30a333d7" checksum = "03601559991d459a228236a49135364eac85ac00dc07b65fb95ae61a957793af"
dependencies = [ dependencies = [
"addr2line 0.22.0", "addr2line 0.22.0",
"anyhow", "anyhow",
@ -5159,8 +5156,8 @@ dependencies = [
"sptr", "sptr",
"target-lexicon", "target-lexicon",
"wasm-encoder", "wasm-encoder",
"wasmparser 0.215.0", "wasmparser 0.217.0",
"wasmtime-asm-macros 24.0.0", "wasmtime-asm-macros 25.0.1",
"wasmtime-cache", "wasmtime-cache",
"wasmtime-component-macro", "wasmtime-component-macro",
"wasmtime-component-util", "wasmtime-component-util",
@ -5170,7 +5167,7 @@ dependencies = [
"wasmtime-jit-debug", "wasmtime-jit-debug",
"wasmtime-jit-icache-coherence", "wasmtime-jit-icache-coherence",
"wasmtime-slab", "wasmtime-slab",
"wasmtime-versioned-export-macros 24.0.0", "wasmtime-versioned-export-macros 25.0.1",
"wasmtime-winch", "wasmtime-winch",
"wat", "wat",
"windows-sys 0.52.0", "windows-sys 0.52.0",
@ -5187,18 +5184,18 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-asm-macros" name = "wasmtime-asm-macros"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c4dc7e2a379c0dd6be5b55857d14c4b277f43a9c429a9e14403eb61776ae3be" checksum = "e453b3bde07312874c0c6703e2de9281daab46646172c1b71fa59a97226f858e"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
] ]
[[package]] [[package]]
name = "wasmtime-cache" name = "wasmtime-cache"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a5b179f263a318e08c93281ea77cbb95e2a0c8c11e99a6188b53ead77233722" checksum = "a35e1d7cce7b536cc71955e5898b099104a577d2583694b7b31a6f38c14c04a3"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -5216,9 +5213,9 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-component-macro" name = "wasmtime-component-macro"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b07773d1c3dab5f014ec61316ee317aa424033e17e70a63abdf7c3a47e58fcf" checksum = "4a6faeabbdbfd27e24e8d5204207ba9c247a13cf84181ea721b5f209f281fe01"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"proc-macro2", "proc-macro2",
@ -5231,44 +5228,45 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-component-util" name = "wasmtime-component-util"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e38d735320f4e83478369ce649ad8fe87c6b893220902e798547a225fc0c5874" checksum = "6b1b24db4aa3dc7c0d3181d1833b4fe9ec0cd3f08780b746415c84c0a9ec9011"
[[package]] [[package]]
name = "wasmtime-cranelift" name = "wasmtime-cranelift"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e570d831d0785d93d7d8c722b1eb9a34e0d0c1534317666f65892818358a2da9" checksum = "c737bef9ea94aab874e29ac6a8688b89ceb43c7b51f047079c43387972c07ee3"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if", "cfg-if",
"cranelift-codegen 0.111.0", "cranelift-codegen 0.112.1",
"cranelift-control", "cranelift-control",
"cranelift-entity 0.111.0", "cranelift-entity 0.112.1",
"cranelift-frontend 0.111.0", "cranelift-frontend 0.112.1",
"cranelift-native", "cranelift-native",
"cranelift-wasm", "cranelift-wasm",
"gimli 0.29.0", "gimli 0.29.0",
"log", "log",
"object 0.36.0", "object 0.36.0",
"smallvec",
"target-lexicon", "target-lexicon",
"thiserror", "thiserror",
"wasmparser 0.215.0", "wasmparser 0.217.0",
"wasmtime-environ", "wasmtime-environ",
"wasmtime-versioned-export-macros 24.0.0", "wasmtime-versioned-export-macros 25.0.1",
] ]
[[package]] [[package]]
name = "wasmtime-environ" name = "wasmtime-environ"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5fe80dfbd81687431a7d4f25929fae1ae96894786d5c96b14ae41164ee97377" checksum = "817bfa9ea878ec37aa24f85fd6912844e8d87d321662824cf920d561b698cdfd"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cpp_demangle", "cpp_demangle",
"cranelift-bitset", "cranelift-bitset",
"cranelift-entity 0.111.0", "cranelift-entity 0.112.1",
"gimli 0.29.0", "gimli 0.29.0",
"indexmap 2.2.6", "indexmap 2.2.6",
"log", "log",
@ -5280,7 +5278,7 @@ dependencies = [
"serde_derive", "serde_derive",
"target-lexicon", "target-lexicon",
"wasm-encoder", "wasm-encoder",
"wasmparser 0.215.0", "wasmparser 0.217.0",
"wasmprinter", "wasmprinter",
"wasmtime-component-util", "wasmtime-component-util",
"wasmtime-types", "wasmtime-types",
@ -5288,36 +5286,36 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-fiber" name = "wasmtime-fiber"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f39043d13c7b58db69dc9a0feb191a961e75a9ec2402aebf42de183c022bb8a" checksum = "5070971b479b4e4879dbae8a8e1efee738a36d047c5738acfedb38d6740b79d1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cc", "cc",
"cfg-if", "cfg-if",
"rustix", "rustix",
"wasmtime-asm-macros 24.0.0", "wasmtime-asm-macros 25.0.1",
"wasmtime-versioned-export-macros 24.0.0", "wasmtime-versioned-export-macros 25.0.1",
"windows-sys 0.52.0", "windows-sys 0.52.0",
] ]
[[package]] [[package]]
name = "wasmtime-jit-debug" name = "wasmtime-jit-debug"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aec346412363eb26067cb6473281a45bd273cbbcafa3dc862793c946eff6ba7f" checksum = "26fd0000903068c13465b9c023f56f0664f433035cbbd8eae69aa7c755f97637"
dependencies = [ dependencies = [
"object 0.36.0", "object 0.36.0",
"once_cell", "once_cell",
"rustix", "rustix",
"wasmtime-versioned-export-macros 24.0.0", "wasmtime-versioned-export-macros 25.0.1",
] ]
[[package]] [[package]]
name = "wasmtime-jit-icache-coherence" name = "wasmtime-jit-icache-coherence"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d15de8429db996f0d17a4163a35eccc3f874cbfb50f29c379951ea1bbb39452e" checksum = "48011232c0da424f89c3752a378d0b7f512fae321ea414a43e1e7a302a6a1f7e"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if", "cfg-if",
@ -5327,22 +5325,22 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-slab" name = "wasmtime-slab"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f68d38fa6b30c5e1fc7d608263062997306f79e577ebd197ddcd6b0f55d87d1" checksum = "d9858a22e656ae8574631221b474b8bebf63f1367fcac3f179873833eabc2ced"
[[package]] [[package]]
name = "wasmtime-types" name = "wasmtime-types"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6634e7079d9c5cfc81af8610ed59b488cc5b7f9777a2f4c1667a2565c2e45249" checksum = "4d14b8a9206fe94485a03edb1654cd530dbd2a859a85a43502cb4e99653a568c"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cranelift-entity 0.111.0", "cranelift-entity 0.112.1",
"serde", "serde",
"serde_derive", "serde_derive",
"smallvec", "smallvec",
"wasmparser 0.215.0", "wasmparser 0.217.0",
] ]
[[package]] [[package]]
@ -5358,9 +5356,9 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-versioned-export-macros" name = "wasmtime-versioned-export-macros"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3850e3511d6c7f11a72d571890b0ed5f6204681f7f050b9de2690e7f13123fed" checksum = "e9bb1f01efb8b542eadfda511e8ea1cc54309451aba97b69969e5b1a59cb7ded"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -5369,16 +5367,16 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-winch" name = "wasmtime-winch"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a25199625effa4c13dd790d64bd56884b014c69829431bfe43991c740bd5bc1" checksum = "b238eeaf55652df0e63a6829d1ca9ef726d63517f56194faa0f6b9941f8d9151"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cranelift-codegen 0.111.0", "cranelift-codegen 0.112.1",
"gimli 0.29.0", "gimli 0.29.0",
"object 0.36.0", "object 0.36.0",
"target-lexicon", "target-lexicon",
"wasmparser 0.215.0", "wasmparser 0.217.0",
"wasmtime-cranelift", "wasmtime-cranelift",
"wasmtime-environ", "wasmtime-environ",
"winch-codegen", "winch-codegen",
@ -5386,9 +5384,9 @@ dependencies = [
[[package]] [[package]]
name = "wasmtime-wit-bindgen" name = "wasmtime-wit-bindgen"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cb331ac7ed1d5ba49cddcdb6b11973752a857148858bb308777d2fc5584121f" checksum = "eb1596caa67b31ac675fd3da61685c4260f8b10832021db42c85d227b7ba8133"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"heck 0.4.1", "heck 0.4.1",
@ -5407,9 +5405,9 @@ dependencies = [
[[package]] [[package]]
name = "wast" name = "wast"
version = "215.0.0" version = "217.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ff1d00d893593249e60720be04a7c1f42f1c4dc3806a2869f4e66ab61eb54cb" checksum = "79004ecebded92d3c710d4841383368c7f04b63d0992ddd6b0c7d5029b7629b7"
dependencies = [ dependencies = [
"bumpalo", "bumpalo",
"leb128", "leb128",
@ -5420,11 +5418,11 @@ dependencies = [
[[package]] [[package]]
name = "wat" name = "wat"
version = "1.215.0" version = "1.217.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670bf4d9c8cf76ae242d70ded47c546525b6dafaa6871f9bcb065344bf2b4e3d" checksum = "c126271c3d92ca0f7c63e4e462e40c69cca52fd4245fcda730d1cf558fb55088"
dependencies = [ dependencies = [
"wast 215.0.0", "wast 217.0.0",
] ]
[[package]] [[package]]
@ -5507,9 +5505,9 @@ dependencies = [
[[package]] [[package]]
name = "wiggle" name = "wiggle"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc850ca3c02c5835934d23f28cec4c5a3fb66fe0b4ecd968bbb35609dda5ddc0" checksum = "e998c11dd3f293a8f657ce14e9c8fdc5cddd858f1e6448290d4ec04ca7ffe5b7"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
@ -5522,9 +5520,9 @@ dependencies = [
[[package]] [[package]]
name = "wiggle-generate" name = "wiggle-generate"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634b8804a67200bcb43ea8af5f7c53e862439a086b68b16fd333454bc74d5aab" checksum = "d0d8db385e5207c1ac431837868c8e48fc3f7e81f3a146793086d661875520ec"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"heck 0.4.1", "heck 0.4.1",
@ -5537,9 +5535,9 @@ dependencies = [
[[package]] [[package]]
name = "wiggle-macro" name = "wiggle-macro"
version = "24.0.0" version = "25.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "474b7cbdb942c74031e619d66c600bba7f73867c5800fc2c2306cf307649be2f" checksum = "2706ee9e7d1e106de80a3b3c6ec2f42920149e2def3e8060187c8e61f99bc0ef"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -5580,17 +5578,17 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]] [[package]]
name = "winch-codegen" name = "winch-codegen"
version = "0.22.0" version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "073efe897d9ead7fc609874f94580afc831114af5149b6a90ee0a3a39b497fe0" checksum = "4ac790aaeff15764481c731239a45346df3f0af966839ac1575f49989fdbb542"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cranelift-codegen 0.111.0", "cranelift-codegen 0.112.1",
"gimli 0.29.0", "gimli 0.29.0",
"regalloc2 0.9.3", "regalloc2 0.10.2",
"smallvec", "smallvec",
"target-lexicon", "target-lexicon",
"wasmparser 0.215.0", "wasmparser 0.217.0",
"wasmtime-cranelift", "wasmtime-cranelift",
"wasmtime-environ", "wasmtime-environ",
] ]
@ -5841,9 +5839,9 @@ dependencies = [
[[package]] [[package]]
name = "wit-parser" name = "wit-parser"
version = "0.215.0" version = "0.217.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "935a97eaffd57c3b413aa510f8f0b550a4a9fe7d59e79cd8b89a83dcb860321f" checksum = "fb893dcd6d370cfdf19a0d9adfcd403efb8e544e1a0ea3a8b81a21fe392eaa78"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"id-arena", "id-arena",
@ -5854,7 +5852,7 @@ dependencies = [
"serde_derive", "serde_derive",
"serde_json", "serde_json",
"unicode-xid", "unicode-xid",
"wasmparser 0.215.0", "wasmparser 0.217.0",
] ]
[[package]] [[package]]

@ -42,8 +42,8 @@ caps = "0.5.5"
wasmer = { version = "4.0.0", optional = true } wasmer = { version = "4.0.0", optional = true }
wasmer-wasix = { version = "0.9.0", optional = true } wasmer-wasix = { version = "0.9.0", optional = true }
wasmedge-sdk = { version = "0.14.0", optional = true } wasmedge-sdk = { version = "0.14.0", optional = true }
wasmtime = { version = "24.0.0", optional = true } wasmtime = { version = "25.0.1", optional = true }
wasi-common = { version = "24.0.0", optional = true } wasi-common = { version = "25.0.1", optional = true }
tracing = { version = "0.1.40", features = ["attributes"] } tracing = { version = "0.1.40", features = ["attributes"] }
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] } tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
tracing-journald = "0.3.0" tracing-journald = "0.3.0"