Skip to content

Commit c8f2252

Browse files
Bump wasmtime from 0.38.1 to 0.39.1 in /botnet
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 0.38.1 to 0.39.1. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md) - [Commits](bytecodealliance/wasmtime@v0.38.1...v0.39.1) --- updated-dependencies: - dependency-name: wasmtime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1aeedde commit c8f2252

File tree

2 files changed

+100
-56
lines changed

2 files changed

+100
-56
lines changed

botnet/Cargo.lock

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

botnet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lto = true
88

99
[dependencies]
1010
botnet_api = { version = "0.1", default-features = false, path = "../botnet_api" }
11-
wasmtime = "0.38"
11+
wasmtime = "0.39"
1212
rkyv = "0.7"
1313
rayon = "1.5"
1414
crossbeam-channel = "0.5"

0 commit comments

Comments
 (0)