Skip to content

Commit cd50d92

Browse files
committed
Bump Wasmtime to 6.0.1
Includes a security fix: GHSA-ff4p-7xrq-q5r8
1 parent b2831d5 commit cd50d92

4 files changed

Lines changed: 64 additions & 64 deletions

File tree

Cargo.lock

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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
wasmtime (6.0.0)
4+
wasmtime (6.0.1)
55
rb_sys (~> 0.9.60)
66

77
GEM

ext/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ ruby-api = []
1717
lazy_static = "1.4.0"
1818
magnus = { version = "0.5", features = ["rb-sys-interop"] }
1919
rb-sys = "~0.9.65"
20-
wasmtime = "6.0.0"
21-
wasmtime-wasi = "6.0.0"
22-
wasi-common = "6.0.0"
23-
wasi-cap-std-sync = "6.0.0"
20+
wasmtime = "6.0.1"
21+
wasmtime-wasi = "6.0.1"
22+
wasi-common = "6.0.1"
23+
wasi-cap-std-sync = "6.0.1"
2424
cap-std = "1.0.5"
2525
anyhow = "*" # Use whatever Wasmtime uses
2626
wat = "1.0.59"

lib/wasmtime/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Wasmtime
4-
VERSION = "6.0.0"
4+
VERSION = "6.0.1"
55
end

0 commit comments

Comments
 (0)