Skip to content

Commit 3586726

Browse files
chore(deps): bump the wasmtime group with 4 updates
Bumps the wasmtime group with 4 updates: [wasmtime](https://github.com/bytecodealliance/wasmtime), [wasmtime-wasi](https://github.com/bytecodealliance/wasmtime), [wasmtime-wasi-http](https://github.com/bytecodealliance/wasmtime) and [wasmtime-wasi-io](https://github.com/bytecodealliance/wasmtime). Updates `wasmtime` from 38.0.3 to 38.0.4 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v38.0.4/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v38.0.3...v38.0.4) Updates `wasmtime-wasi` from 38.0.3 to 38.0.4 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v38.0.4/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v38.0.3...v38.0.4) Updates `wasmtime-wasi-http` from 38.0.3 to 38.0.4 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v38.0.4/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v38.0.3...v38.0.4) Updates `wasmtime-wasi-io` from 38.0.3 to 38.0.4 - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v38.0.4/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v38.0.3...v38.0.4) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 38.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: wasmtime - dependency-name: wasmtime-wasi dependency-version: 38.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: wasmtime - dependency-name: wasmtime-wasi-http dependency-version: 38.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: wasmtime - dependency-name: wasmtime-wasi-io dependency-version: 38.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: wasmtime ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a9e421 commit 3586726

File tree

2 files changed

+70
-70
lines changed

2 files changed

+70
-70
lines changed

Cargo.lock

Lines changed: 67 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ tar = { version = "0.4.44", default-features = false }
4040
tempfile = { version = "3.23.0", default-features = false }
4141
tokio = { version = "1.48.0", default-features = false }
4242
wasip2 = { version = "1" }
43-
wasmtime = { version = "38.0.3", default-features = false, features = [
43+
wasmtime = { version = "38.0.4", default-features = false, features = [
4444
"async",
4545
"cranelift"
4646
] }
47-
wasmtime-wasi = { version = "38.0.3", default-features = false }
48-
wasmtime-wasi-http = { version = "38.0.3", default-features = false, features = [
47+
wasmtime-wasi = { version = "38.0.4", default-features = false }
48+
wasmtime-wasi-http = { version = "38.0.4", default-features = false, features = [
4949
"default-send-request"
5050
] }
5151
wasmtime-wasi-io = { version = "38.0.3", default-features = false }

0 commit comments

Comments
 (0)