@@ -186,7 +186,7 @@ exclude = [
186186]
187187
188188[workspace .package ]
189- version = " 42.0.0 "
189+ version = " 42.0.1 "
190190authors = [" The Wasmtime Project Developers" ]
191191edition = " 2024"
192192# Wasmtime's current policy is that this number can be no larger than the
@@ -240,20 +240,20 @@ extra_unused_type_parameters = 'warn'
240240# tooling but aren't intended to be widely depended on.
241241#
242242# All of these crates are supported though in the sense that
243- wasmtime = { path = " crates/wasmtime" , version = " 42.0.0 " , default-features = false }
244- wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =42.0.0 " }
245- wasmtime-environ = { path = " crates/environ" , version = " =42.0.0 " }
246- wasmtime-wasi = { path = " crates/wasi" , version = " 42.0.0 " , default-features = false }
247- wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 42.0.0 " , default-features = false }
248- wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 42.0.0 " , default-features = false }
249- wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 42.0.0 " }
250- wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 42.0.0 " }
251- wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 42.0.0 " }
252- wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 42.0.0 " }
253- wasmtime-wasi-tls = { path = " crates/wasi-tls" , version = " 42.0.0 " }
254- wasmtime-wasi-tls-nativetls = { path = " crates/wasi-tls-nativetls" , version = " 42.0.0 " }
255- wasmtime-wasi-tls-openssl = { path = " crates/wasi-tls-openssl" , version = " 42.0.0 " }
256- wasmtime-wast = { path = " crates/wast" , version = " =42.0.0 " }
243+ wasmtime = { path = " crates/wasmtime" , version = " 42.0.1 " , default-features = false }
244+ wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =42.0.1 " }
245+ wasmtime-environ = { path = " crates/environ" , version = " =42.0.1 " }
246+ wasmtime-wasi = { path = " crates/wasi" , version = " 42.0.1 " , default-features = false }
247+ wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 42.0.1 " , default-features = false }
248+ wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 42.0.1 " , default-features = false }
249+ wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 42.0.1 " }
250+ wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 42.0.1 " }
251+ wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 42.0.1 " }
252+ wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 42.0.1 " }
253+ wasmtime-wasi-tls = { path = " crates/wasi-tls" , version = " 42.0.1 " }
254+ wasmtime-wasi-tls-nativetls = { path = " crates/wasi-tls-nativetls" , version = " 42.0.1 " }
255+ wasmtime-wasi-tls-openssl = { path = " crates/wasi-tls-openssl" , version = " 42.0.1 " }
256+ wasmtime-wast = { path = " crates/wast" , version = " =42.0.1 " }
257257
258258# Internal Wasmtime-specific crates.
259259#
@@ -262,54 +262,54 @@ wasmtime-wast = { path = "crates/wast", version = "=42.0.0" }
262262# that these are internal unsupported crates for external use. These exist as
263263# part of the project organization of other public crates in Wasmtime and are
264264# otherwise not supported in terms of CVEs for example.
265- wasmtime-core = { path = " crates/core" , version = " =42.0.0 " , package = ' wasmtime-internal-core' }
266- wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =42.0.0 " , package = ' wasmtime-internal-wmemcheck' }
267- wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =42.0.0 " , package = ' wasmtime-internal-c-api-macros' }
268- wasmtime-cache = { path = " crates/cache" , version = " =42.0.0 " , package = ' wasmtime-internal-cache' }
269- wasmtime-cranelift = { path = " crates/cranelift" , version = " =42.0.0 " , package = ' wasmtime-internal-cranelift' }
270- wasmtime-winch = { path = " crates/winch" , version = " =42.0.0 " , package = ' wasmtime-internal-winch' }
271- wasmtime-explorer = { path = " crates/explorer" , version = " =42.0.0 " , package = ' wasmtime-internal-explorer' }
272- wasmtime-fiber = { path = " crates/fiber" , version = " =42.0.0 " , package = ' wasmtime-internal-fiber' }
273- wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =42.0.0 " , package = ' wasmtime-internal-jit-debug' }
274- wasmtime-component-util = { path = " crates/component-util" , version = " =42.0.0 " , package = ' wasmtime-internal-component-util' }
275- wasmtime-component-macro = { path = " crates/component-macro" , version = " =42.0.0 " , package = ' wasmtime-internal-component-macro' }
276- wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =42.0.0 " , package = ' wasmtime-internal-versioned-export-macros' }
277- wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =42.0.0 " , package = ' wasmtime-internal-jit-icache-coherence' }
278- wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =42.0.0 " , package = ' wasmtime-internal-wit-bindgen' }
279- wasmtime-unwinder = { path = " crates/unwinder" , version = " =42.0.0 " , package = ' wasmtime-internal-unwinder' }
280- wasmtime-debugger = { path = " crates/debugger" , version = " =42.0.0 " , package = " wasmtime-internal-debugger" }
281- wasmtime-wizer = { path = " crates/wizer" , version = " 42.0.0 " }
265+ wasmtime-core = { path = " crates/core" , version = " =42.0.1 " , package = ' wasmtime-internal-core' }
266+ wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =42.0.1 " , package = ' wasmtime-internal-wmemcheck' }
267+ wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =42.0.1 " , package = ' wasmtime-internal-c-api-macros' }
268+ wasmtime-cache = { path = " crates/cache" , version = " =42.0.1 " , package = ' wasmtime-internal-cache' }
269+ wasmtime-cranelift = { path = " crates/cranelift" , version = " =42.0.1 " , package = ' wasmtime-internal-cranelift' }
270+ wasmtime-winch = { path = " crates/winch" , version = " =42.0.1 " , package = ' wasmtime-internal-winch' }
271+ wasmtime-explorer = { path = " crates/explorer" , version = " =42.0.1 " , package = ' wasmtime-internal-explorer' }
272+ wasmtime-fiber = { path = " crates/fiber" , version = " =42.0.1 " , package = ' wasmtime-internal-fiber' }
273+ wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =42.0.1 " , package = ' wasmtime-internal-jit-debug' }
274+ wasmtime-component-util = { path = " crates/component-util" , version = " =42.0.1 " , package = ' wasmtime-internal-component-util' }
275+ wasmtime-component-macro = { path = " crates/component-macro" , version = " =42.0.1 " , package = ' wasmtime-internal-component-macro' }
276+ wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =42.0.1 " , package = ' wasmtime-internal-versioned-export-macros' }
277+ wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =42.0.1 " , package = ' wasmtime-internal-jit-icache-coherence' }
278+ wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =42.0.1 " , package = ' wasmtime-internal-wit-bindgen' }
279+ wasmtime-unwinder = { path = " crates/unwinder" , version = " =42.0.1 " , package = ' wasmtime-internal-unwinder' }
280+ wasmtime-debugger = { path = " crates/debugger" , version = " =42.0.1 " , package = " wasmtime-internal-debugger" }
281+ wasmtime-wizer = { path = " crates/wizer" , version = " 42.0.1 " }
282282
283283# Miscellaneous crates without a `wasmtime-*` prefix in their name but still
284284# used in the `wasmtime-*` family of crates depending on various features/etc.
285- wiggle = { path = " crates/wiggle" , version = " =42.0.0 " , default-features = false }
286- wiggle-macro = { path = " crates/wiggle/macro" , version = " =42.0.0 " }
287- wiggle-generate = { path = " crates/wiggle/generate" , version = " =42.0.0 " }
288- wasi-common = { path = " crates/wasi-common" , version = " =42.0.0 " , default-features = false }
289- pulley-interpreter = { path = ' pulley' , version = " =42.0.0 " }
290- pulley-macros = { path = ' pulley/macros' , version = " =42.0.0 " }
285+ wiggle = { path = " crates/wiggle" , version = " =42.0.1 " , default-features = false }
286+ wiggle-macro = { path = " crates/wiggle/macro" , version = " =42.0.1 " }
287+ wiggle-generate = { path = " crates/wiggle/generate" , version = " =42.0.1 " }
288+ wasi-common = { path = " crates/wasi-common" , version = " =42.0.1 " , default-features = false }
289+ pulley-interpreter = { path = ' pulley' , version = " =42.0.1 " }
290+ pulley-macros = { path = ' pulley/macros' , version = " =42.0.1 " }
291291
292292# Cranelift crates in this workspace
293- cranelift-assembler-x64 = { path = " cranelift/assembler-x64" , version = " 0.129.0 " }
294- cranelift-codegen = { path = " cranelift/codegen" , version = " 0.129.0 " , default-features = false , features = [" std" , " unwind" ] }
295- cranelift-frontend = { path = " cranelift/frontend" , version = " 0.129.0 " }
296- cranelift-entity = { path = " cranelift/entity" , version = " 0.129.0 " }
297- cranelift-native = { path = " cranelift/native" , version = " 0.129.0 " }
298- cranelift-module = { path = " cranelift/module" , version = " 0.129.0 " }
299- cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.129.0 " }
300- cranelift-reader = { path = " cranelift/reader" , version = " 0.129.0 " }
293+ cranelift-assembler-x64 = { path = " cranelift/assembler-x64" , version = " 0.129.1 " }
294+ cranelift-codegen = { path = " cranelift/codegen" , version = " 0.129.1 " , default-features = false , features = [" std" , " unwind" ] }
295+ cranelift-frontend = { path = " cranelift/frontend" , version = " 0.129.1 " }
296+ cranelift-entity = { path = " cranelift/entity" , version = " 0.129.1 " }
297+ cranelift-native = { path = " cranelift/native" , version = " 0.129.1 " }
298+ cranelift-module = { path = " cranelift/module" , version = " 0.129.1 " }
299+ cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.129.1 " }
300+ cranelift-reader = { path = " cranelift/reader" , version = " 0.129.1 " }
301301cranelift-filetests = { path = " cranelift/filetests" }
302- cranelift-object = { path = " cranelift/object" , version = " 0.129.0 " }
303- cranelift-jit = { path = " cranelift/jit" , version = " 0.129.0 " }
302+ cranelift-object = { path = " cranelift/object" , version = " 0.129.1 " }
303+ cranelift-jit = { path = " cranelift/jit" , version = " 0.129.1 " }
304304cranelift-fuzzgen = { path = " cranelift/fuzzgen" }
305- cranelift-bforest = { path = " cranelift/bforest" , version = " 0.129.0 " }
306- cranelift-bitset = { path = " cranelift/bitset" , version = " 0.129.0 " }
307- cranelift-control = { path = " cranelift/control" , version = " 0.129.0 " , default-features = false }
308- cranelift-srcgen = { path = " cranelift/srcgen" , version = " 0.129.0 " }
309- cranelift = { path = " cranelift/umbrella" , version = " 0.129.0 " }
305+ cranelift-bforest = { path = " cranelift/bforest" , version = " 0.129.1 " }
306+ cranelift-bitset = { path = " cranelift/bitset" , version = " 0.129.1 " }
307+ cranelift-control = { path = " cranelift/control" , version = " 0.129.1 " , default-features = false }
308+ cranelift-srcgen = { path = " cranelift/srcgen" , version = " 0.129.1 " }
309+ cranelift = { path = " cranelift/umbrella" , version = " 0.129.1 " }
310310
311311# Winch crates in this workspace.
312- winch-codegen = { path = " winch/codegen" , version = " =42.0.0 " }
312+ winch-codegen = { path = " winch/codegen" , version = " =42.0.1 " }
313313
314314# Internal crates not published to crates.io used in testing, builds, etc
315315wasi-preview1-component-adapter = { path = " crates/wasi-preview1-component-adapter" }
0 commit comments