@@ -189,7 +189,7 @@ exclude = [
189189]
190190
191191[workspace .package ]
192- version = " 44.0.0 "
192+ version = " 44.0.1 "
193193authors = [" The Wasmtime Project Developers" ]
194194edition = " 2024"
195195# Wasmtime's current policy is that this number can be no larger than the
@@ -247,18 +247,18 @@ extra_unused_type_parameters = 'warn'
247247# tooling but aren't intended to be widely depended on.
248248#
249249# All of these crates are supported though in the sense that
250- wasmtime = { path = " crates/wasmtime" , version = " 44.0.0 " , default-features = false }
251- wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =44.0.0 " }
252- wasmtime-environ = { path = " crates/environ" , version = " =44.0.0 " }
253- wasmtime-wasi = { path = " crates/wasi" , version = " 44.0.0 " , default-features = false }
254- wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 44.0.0 " , default-features = false }
255- wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 44.0.0 " , default-features = false }
256- wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 44.0.0 " }
257- wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 44.0.0 " }
258- wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 44.0.0 " }
259- wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 44.0.0 " }
260- wasmtime-wasi-tls = { path = " crates/wasi-tls" , version = " 44.0.0 " }
261- wasmtime-wast = { path = " crates/wast" , version = " =44.0.0 " }
250+ wasmtime = { path = " crates/wasmtime" , version = " 44.0.1 " , default-features = false }
251+ wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =44.0.1 " }
252+ wasmtime-environ = { path = " crates/environ" , version = " =44.0.1 " }
253+ wasmtime-wasi = { path = " crates/wasi" , version = " 44.0.1 " , default-features = false }
254+ wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 44.0.1 " , default-features = false }
255+ wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 44.0.1 " , default-features = false }
256+ wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 44.0.1 " }
257+ wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 44.0.1 " }
258+ wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 44.0.1 " }
259+ wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 44.0.1 " }
260+ wasmtime-wasi-tls = { path = " crates/wasi-tls" , version = " 44.0.1 " }
261+ wasmtime-wast = { path = " crates/wast" , version = " =44.0.1 " }
262262
263263# Internal Wasmtime-specific crates.
264264#
@@ -267,55 +267,55 @@ wasmtime-wast = { path = "crates/wast", version = "=44.0.0" }
267267# that these are internal unsupported crates for external use. These exist as
268268# part of the project organization of other public crates in Wasmtime and are
269269# otherwise not supported in terms of CVEs for example.
270- wasmtime-core = { path = " crates/core" , version = " =44.0.0 " , package = ' wasmtime-internal-core' }
271- wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =44.0.0 " , package = ' wasmtime-internal-wmemcheck' }
272- wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =44.0.0 " , package = ' wasmtime-internal-c-api-macros' }
273- wasmtime-cache = { path = " crates/cache" , version = " =44.0.0 " , package = ' wasmtime-internal-cache' }
274- wasmtime-cranelift = { path = " crates/cranelift" , version = " =44.0.0 " , package = ' wasmtime-internal-cranelift' }
275- wasmtime-winch = { path = " crates/winch" , version = " =44.0.0 " , package = ' wasmtime-internal-winch' }
276- wasmtime-explorer = { path = " crates/explorer" , version = " =44.0.0 " , package = ' wasmtime-internal-explorer' }
277- wasmtime-fiber = { path = " crates/fiber" , version = " =44.0.0 " , package = ' wasmtime-internal-fiber' }
278- wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =44.0.0 " , package = ' wasmtime-internal-jit-debug' }
279- wasmtime-component-util = { path = " crates/component-util" , version = " =44.0.0 " , package = ' wasmtime-internal-component-util' }
280- wasmtime-component-macro = { path = " crates/component-macro" , version = " =44.0.0 " , package = ' wasmtime-internal-component-macro' }
281- wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =44.0.0 " , package = ' wasmtime-internal-versioned-export-macros' }
282- wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =44.0.0 " , package = ' wasmtime-internal-jit-icache-coherence' }
283- wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =44.0.0 " , package = ' wasmtime-internal-wit-bindgen' }
284- wasmtime-unwinder = { path = " crates/unwinder" , version = " =44.0.0 " , package = ' wasmtime-internal-unwinder' }
285- wasmtime-debugger = { path = " crates/debugger" , version = " =44.0.0 " , package = " wasmtime-internal-debugger" }
286- gdbstub-component-artifact = { path = " crates/gdbstub-component/artifact" , version = " =44.0.0 " , package = " wasmtime-internal-gdbstub-component-artifact" }
287- wasmtime-wizer = { path = " crates/wizer" , version = " 44.0.0 " }
270+ wasmtime-core = { path = " crates/core" , version = " =44.0.1 " , package = ' wasmtime-internal-core' }
271+ wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =44.0.1 " , package = ' wasmtime-internal-wmemcheck' }
272+ wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =44.0.1 " , package = ' wasmtime-internal-c-api-macros' }
273+ wasmtime-cache = { path = " crates/cache" , version = " =44.0.1 " , package = ' wasmtime-internal-cache' }
274+ wasmtime-cranelift = { path = " crates/cranelift" , version = " =44.0.1 " , package = ' wasmtime-internal-cranelift' }
275+ wasmtime-winch = { path = " crates/winch" , version = " =44.0.1 " , package = ' wasmtime-internal-winch' }
276+ wasmtime-explorer = { path = " crates/explorer" , version = " =44.0.1 " , package = ' wasmtime-internal-explorer' }
277+ wasmtime-fiber = { path = " crates/fiber" , version = " =44.0.1 " , package = ' wasmtime-internal-fiber' }
278+ wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =44.0.1 " , package = ' wasmtime-internal-jit-debug' }
279+ wasmtime-component-util = { path = " crates/component-util" , version = " =44.0.1 " , package = ' wasmtime-internal-component-util' }
280+ wasmtime-component-macro = { path = " crates/component-macro" , version = " =44.0.1 " , package = ' wasmtime-internal-component-macro' }
281+ wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =44.0.1 " , package = ' wasmtime-internal-versioned-export-macros' }
282+ wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =44.0.1 " , package = ' wasmtime-internal-jit-icache-coherence' }
283+ wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =44.0.1 " , package = ' wasmtime-internal-wit-bindgen' }
284+ wasmtime-unwinder = { path = " crates/unwinder" , version = " =44.0.1 " , package = ' wasmtime-internal-unwinder' }
285+ wasmtime-debugger = { path = " crates/debugger" , version = " =44.0.1 " , package = " wasmtime-internal-debugger" }
286+ gdbstub-component-artifact = { path = " crates/gdbstub-component/artifact" , version = " =44.0.1 " , package = " wasmtime-internal-gdbstub-component-artifact" }
287+ wasmtime-wizer = { path = " crates/wizer" , version = " 44.0.1 " }
288288
289289# Miscellaneous crates without a `wasmtime-*` prefix in their name but still
290290# used in the `wasmtime-*` family of crates depending on various features/etc.
291- wiggle = { path = " crates/wiggle" , version = " =44.0.0 " , default-features = false }
292- wiggle-macro = { path = " crates/wiggle/macro" , version = " =44.0.0 " }
293- wiggle-generate = { path = " crates/wiggle/generate" , version = " =44.0.0 " }
294- wasi-common = { path = " crates/wasi-common" , version = " =44.0.0 " , default-features = false }
295- pulley-interpreter = { path = ' pulley' , version = " =44.0.0 " }
296- pulley-macros = { path = ' pulley/macros' , version = " =44.0.0 " }
291+ wiggle = { path = " crates/wiggle" , version = " =44.0.1 " , default-features = false }
292+ wiggle-macro = { path = " crates/wiggle/macro" , version = " =44.0.1 " }
293+ wiggle-generate = { path = " crates/wiggle/generate" , version = " =44.0.1 " }
294+ wasi-common = { path = " crates/wasi-common" , version = " =44.0.1 " , default-features = false }
295+ pulley-interpreter = { path = ' pulley' , version = " =44.0.1 " }
296+ pulley-macros = { path = ' pulley/macros' , version = " =44.0.1 " }
297297
298298# Cranelift crates in this workspace
299- cranelift-assembler-x64 = { path = " cranelift/assembler-x64" , version = " 0.131.0 " }
300- cranelift-codegen = { path = " cranelift/codegen" , version = " 0.131.0 " , default-features = false , features = [" std" , " unwind" ] }
301- cranelift-frontend = { path = " cranelift/frontend" , version = " 0.131.0 " }
302- cranelift-entity = { path = " cranelift/entity" , version = " 0.131.0 " }
303- cranelift-native = { path = " cranelift/native" , version = " 0.131.0 " }
304- cranelift-module = { path = " cranelift/module" , version = " 0.131.0 " }
305- cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.131.0 " }
306- cranelift-reader = { path = " cranelift/reader" , version = " 0.131.0 " }
299+ cranelift-assembler-x64 = { path = " cranelift/assembler-x64" , version = " 0.131.1 " }
300+ cranelift-codegen = { path = " cranelift/codegen" , version = " 0.131.1 " , default-features = false , features = [" std" , " unwind" ] }
301+ cranelift-frontend = { path = " cranelift/frontend" , version = " 0.131.1 " }
302+ cranelift-entity = { path = " cranelift/entity" , version = " 0.131.1 " }
303+ cranelift-native = { path = " cranelift/native" , version = " 0.131.1 " }
304+ cranelift-module = { path = " cranelift/module" , version = " 0.131.1 " }
305+ cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.131.1 " }
306+ cranelift-reader = { path = " cranelift/reader" , version = " 0.131.1 " }
307307cranelift-filetests = { path = " cranelift/filetests" }
308- cranelift-object = { path = " cranelift/object" , version = " 0.131.0 " }
309- cranelift-jit = { path = " cranelift/jit" , version = " 0.131.0 " }
308+ cranelift-object = { path = " cranelift/object" , version = " 0.131.1 " }
309+ cranelift-jit = { path = " cranelift/jit" , version = " 0.131.1 " }
310310cranelift-fuzzgen = { path = " cranelift/fuzzgen" }
311- cranelift-bforest = { path = " cranelift/bforest" , version = " 0.131.0 " }
312- cranelift-bitset = { path = " cranelift/bitset" , version = " 0.131.0 " }
313- cranelift-control = { path = " cranelift/control" , version = " 0.131.0 " , default-features = false }
314- cranelift-srcgen = { path = " cranelift/srcgen" , version = " 0.131.0 " }
315- cranelift = { path = " cranelift/umbrella" , version = " 0.131.0 " }
311+ cranelift-bforest = { path = " cranelift/bforest" , version = " 0.131.1 " }
312+ cranelift-bitset = { path = " cranelift/bitset" , version = " 0.131.1 " }
313+ cranelift-control = { path = " cranelift/control" , version = " 0.131.1 " , default-features = false }
314+ cranelift-srcgen = { path = " cranelift/srcgen" , version = " 0.131.1 " }
315+ cranelift = { path = " cranelift/umbrella" , version = " 0.131.1 " }
316316
317317# Winch crates in this workspace.
318- winch-codegen = { path = " winch/codegen" , version = " =44.0.0 " }
318+ winch-codegen = { path = " winch/codegen" , version = " =44.0.1 " }
319319
320320# Internal crates not published to crates.io used in testing, builds, etc
321321wasi-preview1-component-adapter = { path = " crates/wasi-preview1-component-adapter" }
0 commit comments