Skip to content

Commit dda568f

Browse files
authored
chore: bump wasmtime deps from 36 to 41 (#446)
1 parent de35d88 commit dda568f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/augurs-prophet/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ tempfile = { version = "3.13.0", optional = true }
3939
thiserror.workspace = true
4040
tracing.workspace = true
4141
ureq = { version = "3.0.0", optional = true }
42-
wasmtime = { version = "36", features = [
42+
wasmtime = { version = "41", features = [
4343
"runtime",
4444
"component-model",
4545
], optional = true }
46-
wasmtime-wasi = { version = "36", optional = true }
47-
wasmtime-wasi-io = { version = "36", optional = true }
46+
wasmtime-wasi = { version = "41", optional = true }
47+
wasmtime-wasi-io = { version = "41", optional = true }
4848
zip = { version = "5", optional = true }
4949

5050
[dev-dependencies]

0 commit comments

Comments
 (0)