Skip to content

Commit 3494996

Browse files
authored
Merge pull request #2538 from lann/upgrade-wasmtime-21-0-1
Upgrade to wasmtime 21.0.1
2 parents 11e8888 + 2398a5a commit 3494996

File tree

3 files changed

+160
-161
lines changed

3 files changed

+160
-161
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)