Skip to content

Commit 44c0853

Browse files
wasmtime-publishPeter Huene
andauthored
Release Wasmtime 0.34.1 (#3812)
* Bump Wasmtime to 0.34.1 [automatically-tag-and-release-this-commit] * Update RELEASES for 0.34.1. Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com> Co-authored-by: Peter Huene <phuene@fastly.com>
1 parent 886ecc5 commit 44c0853

42 files changed

Lines changed: 186 additions & 176 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

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

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmtime-cli"
3-
version = "0.34.0"
3+
version = "0.34.1"
44
authors = ["The Wasmtime Project Developers"]
55
description = "Command-line interface for Wasmtime"
66
license = "Apache-2.0 WITH LLVM-exception"
@@ -21,14 +21,14 @@ path = "src/bin/wasmtime.rs"
2121
doc = false
2222

2323
[dependencies]
24-
wasmtime = { path = "crates/wasmtime", version = "0.34.0", default-features = false, features = ['cache', 'cranelift'] }
25-
wasmtime-cache = { path = "crates/cache", version = "=0.34.0" }
26-
wasmtime-cranelift = { path = "crates/cranelift", version = "=0.34.0" }
27-
wasmtime-environ = { path = "crates/environ", version = "=0.34.0" }
28-
wasmtime-wast = { path = "crates/wast", version = "=0.34.0" }
29-
wasmtime-wasi = { path = "crates/wasi", version = "0.34.0" }
30-
wasmtime-wasi-crypto = { path = "crates/wasi-crypto", version = "0.34.0", optional = true }
31-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "0.34.0", optional = true }
24+
wasmtime = { path = "crates/wasmtime", version = "0.34.1", default-features = false, features = ['cache', 'cranelift'] }
25+
wasmtime-cache = { path = "crates/cache", version = "=0.34.1" }
26+
wasmtime-cranelift = { path = "crates/cranelift", version = "=0.34.1" }
27+
wasmtime-environ = { path = "crates/environ", version = "=0.34.1" }
28+
wasmtime-wast = { path = "crates/wast", version = "=0.34.1" }
29+
wasmtime-wasi = { path = "crates/wasi", version = "0.34.1" }
30+
wasmtime-wasi-crypto = { path = "crates/wasi-crypto", version = "0.34.1", optional = true }
31+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "0.34.1", optional = true }
3232
structopt = { version = "0.3.5", features = ["color", "suggestions"] }
3333
anyhow = "1.0.19"
3434
target-lexicon = { version = "0.12.0", default-features = false }
@@ -46,7 +46,7 @@ rustix = "0.33.0"
4646

4747
[dev-dependencies]
4848
# depend again on wasmtime to activate its default features for tests
49-
wasmtime = { path = "crates/wasmtime", version = "0.34.0" }
49+
wasmtime = { path = "crates/wasmtime", version = "0.34.1" }
5050
env_logger = "0.8.1"
5151
filecheck = "0.5.0"
5252
more-asserts = "0.2.1"

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
--------------------------------------------------------------------------------
44

5+
## 0.34.1
6+
7+
Released 2022-02-16.
8+
9+
### Security Fixes
10+
11+
* [CVE-2022-23636](https://github.com/bytecodealliance/wasmtime/security/advisories/GHSA-88xq-w8cq-xfg7):
12+
Fixed an invalid drop of a partially-initialized instance in the pooling instance
13+
allocator.
14+
515
## 0.34.0
616

717
Released 2022-02-07.

0 commit comments

Comments
 (0)