From 207f162bef626d9438f17278dc25353f9ddf3234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 12:16:30 +0000 Subject: [PATCH] build(deps): bump wasmtime from 0.40.1 to 1.0.1 Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 0.40.1 to 1.0.1. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v0.40.1...v1.0.1) --- updated-dependencies: - dependency-name: wasmtime dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 246 +++++++++++++++++++++------ crates/fluvio-smartengine/Cargo.toml | 2 +- 2 files changed, 198 insertions(+), 50 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e08c757da7..b10e58fab5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,6 +86,12 @@ version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7" +[[package]] +name = "arrayvec" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" + [[package]] name = "asn1-rs" version = "0.5.1" @@ -814,23 +820,25 @@ dependencies = [ [[package]] name = "cranelift-bforest" -version = "0.87.1" +version = "0.88.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f91425bea5a5ac6d76b788477064944a7e21f0e240fd93f6f368a774a3efdd1" +checksum = "44409ccf2d0f663920cab563d2b79fcd6b2e9a2bcc6e929fef76c8f82ad6c17a" dependencies = [ - "cranelift-entity", + "cranelift-entity 0.88.1", ] [[package]] name = "cranelift-codegen" -version = "0.87.1" +version = "0.88.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b83b4bbf7bc96db77b7b5b5e41fafc4001536e9f0cbfd702ed7d4d8f848dc06" +checksum = "98de2018ad96eb97f621f7d6b900a0cc661aec8d02ea4a50e56ecb48e5a2fcaf" dependencies = [ + "arrayvec", + "bumpalo", "cranelift-bforest", "cranelift-codegen-meta", "cranelift-codegen-shared", - "cranelift-entity", + "cranelift-entity 0.88.1", "cranelift-isle", "gimli", "log", @@ -841,18 +849,18 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" -version = "0.87.1" +version = "0.88.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da02e8fff048c381b313a3dfef4deb2343976fb6d7acc8e7d9c86d4c93e3fa06" +checksum = "5287ce36e6c4758fbaf298bd1a8697ad97a4f2375a3d1b61142ea538db4877e5" dependencies = [ "cranelift-codegen-shared", ] [[package]] name = "cranelift-codegen-shared" -version = "0.87.1" +version = "0.88.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9abc2a06e8fc29e36660ebbc9e2503e18a051057072acbb1e75e7f7cf19cb95e" +checksum = "2855c24219e2f08827f3f4ffb2da92e134ae8d8ecc185b11ec8f9878cf5f588e" [[package]] name = "cranelift-entity" @@ -863,11 +871,20 @@ dependencies = [ "serde", ] +[[package]] +name = "cranelift-entity" +version = "0.88.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b65673279d75d34bf11af9660ae2dbd1c22e6d28f163f5c72f4e1dc56d56103" +dependencies = [ + "serde", +] + [[package]] name = "cranelift-frontend" -version = "0.87.1" +version = "0.88.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc1d301ccad6fce05d9c9793d433d225fafdd57661b98d268d8d162e9291ff2e" +checksum = "3ed2b3d7a4751163f6c4a349205ab1b7d9c00eecf19dcea48592ef1f7688eefc" dependencies = [ "cranelift-codegen", "log", @@ -877,15 +894,15 @@ dependencies = [ [[package]] name = "cranelift-isle" -version = "0.87.1" +version = "0.88.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd7b100db19320848986b4df1da19501dbddeb706a799f502222f72f889b0fab" +checksum = "3be64cecea9d90105fc6a2ba2d003e98c867c1d6c4c86cc878f97ad9fb916293" [[package]] name = "cranelift-native" -version = "0.87.1" +version = "0.88.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7be18d8b976cddc822e52343f328b7593d26dd2f1aeadd90da071596a210d524" +checksum = "c4a03a6ac1b063e416ca4b93f6247978c991475e8271465340caa6f92f3c16a4" dependencies = [ "cranelift-codegen", "libc", @@ -894,18 +911,18 @@ dependencies = [ [[package]] name = "cranelift-wasm" -version = "0.87.1" +version = "0.88.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f9e48bb632a2e189b38a9fa89fa5a6eea687a5a4c613bbef7c2b7522c3ad0e0" +checksum = "c699873f7b30bc5f20dd03a796b4183e073a46616c91704792ec35e45d13f913" dependencies = [ "cranelift-codegen", - "cranelift-entity", + "cranelift-entity 0.88.1", "cranelift-frontend", "itertools", "log", "smallvec", - "wasmparser", - "wasmtime-types", + "wasmparser 0.89.1", + "wasmtime-types 1.0.1", ] [[package]] @@ -1964,7 +1981,7 @@ dependencies = [ "nix 0.25.0", "thiserror", "tracing", - "wasmtime", + "wasmtime 1.0.1", "wasmtime-wasi", ] @@ -5145,11 +5162,45 @@ dependencies = [ "indexmap", ] +[[package]] +name = "wasmparser" +version = "0.89.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ab5d3e08b13876f96dd55608d03cd4883a0545884932d5adf11925876c96daef" +dependencies = [ + "indexmap", +] + [[package]] name = "wasmtime" version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a020a3f6587fa7a7d98a021156177735ebb07212a6239a85ab5f14b2f728508f" +dependencies = [ + "anyhow", + "bincode", + "cfg-if", + "indexmap", + "libc", + "log", + "object", + "once_cell", + "paste", + "psm", + "serde", + "target-lexicon", + "wasmparser 0.88.0", + "wasmtime-environ 0.40.1", + "wasmtime-jit 0.40.1", + "wasmtime-runtime 0.40.1", + "windows-sys", +] + +[[package]] +name = "wasmtime" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1f511c4917c83d04da68333921107db75747c4e11a2f654a8e909cc5e0520dc" dependencies = [ "anyhow", "async-trait", @@ -5165,13 +5216,13 @@ dependencies = [ "rayon", "serde", "target-lexicon", - "wasmparser", + "wasmparser 0.89.1", "wasmtime-cache", "wasmtime-cranelift", - "wasmtime-environ", + "wasmtime-environ 1.0.1", "wasmtime-fiber", - "wasmtime-jit", - "wasmtime-runtime", + "wasmtime-jit 1.0.1", + "wasmtime-runtime 1.0.1", "wat", "windows-sys", ] @@ -5185,11 +5236,20 @@ dependencies = [ "cfg-if", ] +[[package]] +name = "wasmtime-asm-macros" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39bf3debfe744bf19dd3732990ce6f8c0ced7439e2370ba4e1d8f5a3660a3178" +dependencies = [ + "cfg-if", +] + [[package]] name = "wasmtime-cache" -version = "0.40.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d96a03a5732ef39b83943d9d72de8ac2d58623d3bfaaea4d9a92aea5fcd9acf5" +checksum = "ece42fa4676a263f7558cdaaf5a71c2592bebcbac22a0580e33cf3406c103da2" dependencies = [ "anyhow", "base64", @@ -5207,13 +5267,13 @@ dependencies = [ [[package]] name = "wasmtime-cranelift" -version = "0.40.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fc59c28fe895112db09e262fb9c483f9e7b82c78a82a6ded69567ccc0e9795b" +checksum = "058217e28644b012bdcdf0e445f58d496d78c2e0b6a6dd93558e701591dad705" dependencies = [ "anyhow", "cranelift-codegen", - "cranelift-entity", + "cranelift-entity 0.88.1", "cranelift-frontend", "cranelift-native", "cranelift-wasm", @@ -5222,8 +5282,8 @@ dependencies = [ "object", "target-lexicon", "thiserror", - "wasmparser", - "wasmtime-environ", + "wasmparser 0.89.1", + "wasmtime-environ 1.0.1", ] [[package]] @@ -5233,7 +5293,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11086e573d2635a45ac0d44697a8e4586e058cf1b190f76bea466ca2ec36c30a" dependencies = [ "anyhow", - "cranelift-entity", + "cranelift-entity 0.87.1", + "gimli", + "indexmap", + "log", + "object", + "serde", + "target-lexicon", + "thiserror", + "wasmparser 0.88.0", + "wasmtime-types 0.40.1", +] + +[[package]] +name = "wasmtime-environ" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7af06848df28b7661471d9a80d30a973e0f401f2e3ed5396ad7e225ed217047" +dependencies = [ + "anyhow", + "cranelift-entity 0.88.1", "gimli", "indexmap", "log", @@ -5241,20 +5320,20 @@ dependencies = [ "serde", "target-lexicon", "thiserror", - "wasmparser", - "wasmtime-types", + "wasmparser 0.89.1", + "wasmtime-types 1.0.1", ] [[package]] name = "wasmtime-fiber" -version = "0.40.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e27d519024f462fb69cc1733184c3e35f60982a6b5a04e940da7ce1a6c2c47a" +checksum = "18fc45a6497f557382fc19b8782ad5d47ce3fced469bdaf303ec6b5b2e83c1a6" dependencies = [ "cc", "cfg-if", "rustix", - "wasmtime-asm-macros", + "wasmtime-asm-macros 1.0.1", "windows-sys", ] @@ -5263,6 +5342,30 @@ name = "wasmtime-jit" version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5444a78b74144718633f8642eccd7c4858f4c6f0c98ae6a3668998adf177ba2" +dependencies = [ + "addr2line", + "anyhow", + "bincode", + "cfg-if", + "cpp_demangle", + "gimli", + "log", + "object", + "rustc-demangle", + "rustix", + "serde", + "target-lexicon", + "thiserror", + "wasmtime-environ 0.40.1", + "wasmtime-runtime 0.40.1", + "windows-sys", +] + +[[package]] +name = "wasmtime-jit" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9028fb63a54185b3c192b7500ef8039c7bb8d7f62bfc9e7c258483a33a3d13bb" dependencies = [ "addr2line", "anyhow", @@ -5278,9 +5381,9 @@ dependencies = [ "serde", "target-lexicon", "thiserror", - "wasmtime-environ", - "wasmtime-jit-debug", - "wasmtime-runtime", + "wasmtime-environ 1.0.1", + "wasmtime-jit-debug 1.0.1", + "wasmtime-runtime 1.0.1", "windows-sys", ] @@ -5289,6 +5392,15 @@ name = "wasmtime-jit-debug" version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2bf6a667d2a29b2b0ed42bcf7564f00c595d92c24acb4d241c7c4d950b1910c" +dependencies = [ + "once_cell", +] + +[[package]] +name = "wasmtime-jit-debug" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25e82d4ef93296785de7efca92f7679dc67fe68a13b625a5ecc8d7503b377a37" dependencies = [ "object", "once_cell", @@ -5300,6 +5412,30 @@ name = "wasmtime-runtime" version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee064ce7b563cc201cdf3bb1cc4b233f386d8c57a96e55f4c4afe6103f4bd6a1" +dependencies = [ + "anyhow", + "cc", + "cfg-if", + "indexmap", + "libc", + "log", + "mach", + "memoffset", + "paste", + "rand 0.8.5", + "rustix", + "thiserror", + "wasmtime-asm-macros 0.40.1", + "wasmtime-environ 0.40.1", + "wasmtime-jit-debug 0.40.1", + "windows-sys", +] + +[[package]] +name = "wasmtime-runtime" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f0e9bea7d517d114fe66b930b2124ee086516ee93eeebfd97f75f366c5b0553" dependencies = [ "anyhow", "cc", @@ -5314,10 +5450,10 @@ dependencies = [ "rand 0.8.5", "rustix", "thiserror", - "wasmtime-asm-macros", - "wasmtime-environ", + "wasmtime-asm-macros 1.0.1", + "wasmtime-environ 1.0.1", "wasmtime-fiber", - "wasmtime-jit-debug", + "wasmtime-jit-debug 1.0.1", "windows-sys", ] @@ -5327,10 +5463,22 @@ version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "01e104bd9e625181d53ead85910bbc0863aa5f0c6ef96836fe9a5cc65da11b69" dependencies = [ - "cranelift-entity", + "cranelift-entity 0.87.1", + "serde", + "thiserror", + "wasmparser 0.88.0", +] + +[[package]] +name = "wasmtime-types" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69b83e93ed41b8fdc936244cfd5e455480cf1eca1fd60c78a0040038b4ce5075" +dependencies = [ + "cranelift-entity 0.88.1", "serde", "thiserror", - "wasmparser", + "wasmparser 0.89.1", ] [[package]] @@ -5342,7 +5490,7 @@ dependencies = [ "anyhow", "wasi-cap-std-sync", "wasi-common", - "wasmtime", + "wasmtime 0.40.1", "wiggle", ] @@ -5417,7 +5565,7 @@ dependencies = [ "bitflags", "thiserror", "tracing", - "wasmtime", + "wasmtime 0.40.1", "wiggle-macro", ] diff --git a/crates/fluvio-smartengine/Cargo.toml b/crates/fluvio-smartengine/Cargo.toml index 5afaeb71e7..89b5565a78 100644 --- a/crates/fluvio-smartengine/Cargo.toml +++ b/crates/fluvio-smartengine/Cargo.toml @@ -20,7 +20,7 @@ wasi = ["wasmtime-wasi"] tracing = "0.1.27" thiserror = "1" anyhow = { version = "1.0.38" } -wasmtime = { version = "0.40.0"} +wasmtime = { version = "1.0.1"} wasmtime-wasi = { version = "0.40.0", optional = true} nix = { version = "0.25"} cfg-if = "1.0.0"