Skip to content

Commit dcbc154

Browse files
committed
Upgrade to wasmtime 21.0.1
Signed-off-by: Lann Martin <[email protected]>
1 parent 482809c commit dcbc154

File tree

3 files changed

+158
-158
lines changed

3 files changed

+158
-158
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ hyper = { version = "1.0.0", features = ["full"] }
126126
reqwest = { version = "0.11", features = ["stream", "blocking"] }
127127
tracing = { version = "0.1", features = ["log"] }
128128

129-
wasi-common-preview1 = { version = "21.0.0", package = "wasi-common", features = ["tokio"] }
130-
wasmtime = "21.0.0"
131-
wasmtime-wasi = "21.0.0"
132-
wasmtime-wasi-http = "21.0.0"
129+
wasi-common-preview1 = { version = "21.0.1", package = "wasi-common", features = ["tokio"] }
130+
wasmtime = "21.0.1"
131+
wasmtime-wasi = "21.0.1"
132+
wasmtime-wasi-http = "21.0.1"
133133

134134
spin-componentize = { path = "crates/componentize" }
135135

0 commit comments

Comments
 (0)