@@ -182,7 +182,7 @@ exclude = [
182182]
183183
184184[workspace .package ]
185- version = " 39.0.0 "
185+ version = " 39.0.1 "
186186authors = [" The Wasmtime Project Developers" ]
187187edition = " 2024"
188188# Wasmtime's current policy is that this number can be no larger than the
@@ -235,19 +235,19 @@ multiple_bound_locations = 'warn'
235235# tooling but aren't intended to be widely depended on.
236236#
237237# All of these crates are supported though in the sense that
238- wasmtime = { path = " crates/wasmtime" , version = " 39.0.0 " , default-features = false }
239- wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =39.0.0 " }
240- wasmtime-environ = { path = " crates/environ" , version = " =39.0.0 " }
241- wasmtime-wasi = { path = " crates/wasi" , version = " 39.0.0 " , default-features = false }
242- wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 39.0.0 " , default-features = false }
243- wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 39.0.0 " , default-features = false }
244- wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 39.0.0 " }
245- wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 39.0.0 " }
246- wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 39.0.0 " }
247- wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 39.0.0 " }
248- wasmtime-wasi-tls = { path = " crates/wasi-tls" , version = " 39.0.0 " }
249- wasmtime-wasi-tls-nativetls = { path = " crates/wasi-tls-nativetls" , version = " 39.0.0 " }
250- wasmtime-wast = { path = " crates/wast" , version = " =39.0.0 " }
238+ wasmtime = { path = " crates/wasmtime" , version = " 39.0.1 " , default-features = false }
239+ wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =39.0.1 " }
240+ wasmtime-environ = { path = " crates/environ" , version = " =39.0.1 " }
241+ wasmtime-wasi = { path = " crates/wasi" , version = " 39.0.1 " , default-features = false }
242+ wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 39.0.1 " , default-features = false }
243+ wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 39.0.1 " , default-features = false }
244+ wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 39.0.1 " }
245+ wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 39.0.1 " }
246+ wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 39.0.1 " }
247+ wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 39.0.1 " }
248+ wasmtime-wasi-tls = { path = " crates/wasi-tls" , version = " 39.0.1 " }
249+ wasmtime-wasi-tls-nativetls = { path = " crates/wasi-tls-nativetls" , version = " 39.0.1 " }
250+ wasmtime-wast = { path = " crates/wast" , version = " =39.0.1 " }
251251
252252# Internal Wasmtime-specific crates.
253253#
@@ -256,54 +256,54 @@ wasmtime-wast = { path = "crates/wast", version = "=39.0.0" }
256256# that these are internal unsupported crates for external use. These exist as
257257# part of the project organization of other public crates in Wasmtime and are
258258# otherwise not supported in terms of CVEs for example.
259- wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =39.0.0 " , package = ' wasmtime-internal-wmemcheck' }
260- wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =39.0.0 " , package = ' wasmtime-internal-c-api-macros' }
261- wasmtime-cache = { path = " crates/cache" , version = " =39.0.0 " , package = ' wasmtime-internal-cache' }
262- wasmtime-cranelift = { path = " crates/cranelift" , version = " =39.0.0 " , package = ' wasmtime-internal-cranelift' }
263- wasmtime-winch = { path = " crates/winch" , version = " =39.0.0 " , package = ' wasmtime-internal-winch' }
264- wasmtime-explorer = { path = " crates/explorer" , version = " =39.0.0 " , package = ' wasmtime-internal-explorer' }
265- wasmtime-fiber = { path = " crates/fiber" , version = " =39.0.0 " , package = ' wasmtime-internal-fiber' }
266- wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =39.0.0 " , package = ' wasmtime-internal-jit-debug' }
267- wasmtime-component-util = { path = " crates/component-util" , version = " =39.0.0 " , package = ' wasmtime-internal-component-util' }
268- wasmtime-component-macro = { path = " crates/component-macro" , version = " =39.0.0 " , package = ' wasmtime-internal-component-macro' }
269- wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =39.0.0 " , package = ' wasmtime-internal-versioned-export-macros' }
270- wasmtime-slab = { path = " crates/slab" , version = " =39.0.0 " , package = ' wasmtime-internal-slab' }
271- wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =39.0.0 " , package = ' wasmtime-internal-jit-icache-coherence' }
272- wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =39.0.0 " , package = ' wasmtime-internal-wit-bindgen' }
273- wasmtime-math = { path = " crates/math" , version = " =39.0.0 " , package = ' wasmtime-internal-math' }
274- wasmtime-unwinder = { path = " crates/unwinder" , version = " =39.0.0 " , package = ' wasmtime-internal-unwinder' }
275- wasmtime-wizer = { path = " crates/wizer" , version = " 39.0.0 " }
259+ wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =39.0.1 " , package = ' wasmtime-internal-wmemcheck' }
260+ wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =39.0.1 " , package = ' wasmtime-internal-c-api-macros' }
261+ wasmtime-cache = { path = " crates/cache" , version = " =39.0.1 " , package = ' wasmtime-internal-cache' }
262+ wasmtime-cranelift = { path = " crates/cranelift" , version = " =39.0.1 " , package = ' wasmtime-internal-cranelift' }
263+ wasmtime-winch = { path = " crates/winch" , version = " =39.0.1 " , package = ' wasmtime-internal-winch' }
264+ wasmtime-explorer = { path = " crates/explorer" , version = " =39.0.1 " , package = ' wasmtime-internal-explorer' }
265+ wasmtime-fiber = { path = " crates/fiber" , version = " =39.0.1 " , package = ' wasmtime-internal-fiber' }
266+ wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =39.0.1 " , package = ' wasmtime-internal-jit-debug' }
267+ wasmtime-component-util = { path = " crates/component-util" , version = " =39.0.1 " , package = ' wasmtime-internal-component-util' }
268+ wasmtime-component-macro = { path = " crates/component-macro" , version = " =39.0.1 " , package = ' wasmtime-internal-component-macro' }
269+ wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =39.0.1 " , package = ' wasmtime-internal-versioned-export-macros' }
270+ wasmtime-slab = { path = " crates/slab" , version = " =39.0.1 " , package = ' wasmtime-internal-slab' }
271+ wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =39.0.1 " , package = ' wasmtime-internal-jit-icache-coherence' }
272+ wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =39.0.1 " , package = ' wasmtime-internal-wit-bindgen' }
273+ wasmtime-math = { path = " crates/math" , version = " =39.0.1 " , package = ' wasmtime-internal-math' }
274+ wasmtime-unwinder = { path = " crates/unwinder" , version = " =39.0.1 " , package = ' wasmtime-internal-unwinder' }
275+ wasmtime-wizer = { path = " crates/wizer" , version = " 39.0.1 " }
276276
277277# Miscellaneous crates without a `wasmtime-*` prefix in their name but still
278278# used in the `wasmtime-*` family of crates depending on various features/etc.
279- wiggle = { path = " crates/wiggle" , version = " =39.0.0 " , default-features = false }
280- wiggle-macro = { path = " crates/wiggle/macro" , version = " =39.0.0 " }
281- wiggle-generate = { path = " crates/wiggle/generate" , version = " =39.0.0 " }
282- wasi-common = { path = " crates/wasi-common" , version = " =39.0.0 " , default-features = false }
283- pulley-interpreter = { path = ' pulley' , version = " =39.0.0 " }
284- pulley-macros = { path = ' pulley/macros' , version = " =39.0.0 " }
279+ wiggle = { path = " crates/wiggle" , version = " =39.0.1 " , default-features = false }
280+ wiggle-macro = { path = " crates/wiggle/macro" , version = " =39.0.1 " }
281+ wiggle-generate = { path = " crates/wiggle/generate" , version = " =39.0.1 " }
282+ wasi-common = { path = " crates/wasi-common" , version = " =39.0.1 " , default-features = false }
283+ pulley-interpreter = { path = ' pulley' , version = " =39.0.1 " }
284+ pulley-macros = { path = ' pulley/macros' , version = " =39.0.1 " }
285285
286286# Cranelift crates in this workspace
287- cranelift-assembler-x64 = { path = " cranelift/assembler-x64" , version = " 0.126.0 " }
288- cranelift-codegen = { path = " cranelift/codegen" , version = " 0.126.0 " , default-features = false , features = [" std" , " unwind" ] }
289- cranelift-frontend = { path = " cranelift/frontend" , version = " 0.126.0 " }
290- cranelift-entity = { path = " cranelift/entity" , version = " 0.126.0 " }
291- cranelift-native = { path = " cranelift/native" , version = " 0.126.0 " }
292- cranelift-module = { path = " cranelift/module" , version = " 0.126.0 " }
293- cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.126.0 " }
294- cranelift-reader = { path = " cranelift/reader" , version = " 0.126.0 " }
287+ cranelift-assembler-x64 = { path = " cranelift/assembler-x64" , version = " 0.126.1 " }
288+ cranelift-codegen = { path = " cranelift/codegen" , version = " 0.126.1 " , default-features = false , features = [" std" , " unwind" ] }
289+ cranelift-frontend = { path = " cranelift/frontend" , version = " 0.126.1 " }
290+ cranelift-entity = { path = " cranelift/entity" , version = " 0.126.1 " }
291+ cranelift-native = { path = " cranelift/native" , version = " 0.126.1 " }
292+ cranelift-module = { path = " cranelift/module" , version = " 0.126.1 " }
293+ cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.126.1 " }
294+ cranelift-reader = { path = " cranelift/reader" , version = " 0.126.1 " }
295295cranelift-filetests = { path = " cranelift/filetests" }
296- cranelift-object = { path = " cranelift/object" , version = " 0.126.0 " }
297- cranelift-jit = { path = " cranelift/jit" , version = " 0.126.0 " }
296+ cranelift-object = { path = " cranelift/object" , version = " 0.126.1 " }
297+ cranelift-jit = { path = " cranelift/jit" , version = " 0.126.1 " }
298298cranelift-fuzzgen = { path = " cranelift/fuzzgen" }
299- cranelift-bforest = { path = " cranelift/bforest" , version = " 0.126.0 " }
300- cranelift-bitset = { path = " cranelift/bitset" , version = " 0.126.0 " }
301- cranelift-control = { path = " cranelift/control" , version = " 0.126.0 " }
302- cranelift-srcgen = { path = " cranelift/srcgen" , version = " 0.126.0 " }
303- cranelift = { path = " cranelift/umbrella" , version = " 0.126.0 " }
299+ cranelift-bforest = { path = " cranelift/bforest" , version = " 0.126.1 " }
300+ cranelift-bitset = { path = " cranelift/bitset" , version = " 0.126.1 " }
301+ cranelift-control = { path = " cranelift/control" , version = " 0.126.1 " }
302+ cranelift-srcgen = { path = " cranelift/srcgen" , version = " 0.126.1 " }
303+ cranelift = { path = " cranelift/umbrella" , version = " 0.126.1 " }
304304
305305# Winch crates in this workspace.
306- winch-codegen = { path = " winch/codegen" , version = " =39.0.0 " }
306+ winch-codegen = { path = " winch/codegen" , version = " =39.0.1 " }
307307
308308# Internal crates not published to crates.io used in testing, builds, etc
309309wasi-preview1-component-adapter = { path = " crates/wasi-preview1-component-adapter" }
0 commit comments