@@ -204,7 +204,7 @@ exclude = [
204204]
205205
206206[workspace .package ]
207- version = " 46.0.2 "
207+ version = " 46.0.3 "
208208authors = [" The Wasmtime Project Developers" ]
209209edition = " 2024"
210210# Wasmtime's current policy is that this number can be no larger than the
@@ -265,18 +265,18 @@ extra_unused_type_parameters = 'warn'
265265# tooling but aren't intended to be widely depended on.
266266#
267267# All of these crates are supported though in the sense that
268- wasmtime = { path = " crates/wasmtime" , version = " 46.0.2 " , default-features = false }
269- wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =46.0.2 " }
270- wasmtime-environ = { path = " crates/environ" , version = " =46.0.2 " }
271- wasmtime-wasi = { path = " crates/wasi" , version = " 46.0.2 " , default-features = false }
272- wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 46.0.2 " , default-features = false }
273- wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 46.0.2 " , default-features = false }
274- wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 46.0.2 " }
275- wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 46.0.2 " }
276- wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 46.0.2 " }
277- wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 46.0.2 " }
278- wasmtime-wasi-tls = { path = " crates/wasi-tls" , version = " 46.0.2 " }
279- wasmtime-wast = { path = " crates/wast" , version = " =46.0.2 " }
268+ wasmtime = { path = " crates/wasmtime" , version = " 46.0.3 " , default-features = false }
269+ wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =46.0.3 " }
270+ wasmtime-environ = { path = " crates/environ" , version = " =46.0.3 " }
271+ wasmtime-wasi = { path = " crates/wasi" , version = " 46.0.3 " , default-features = false }
272+ wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 46.0.3 " , default-features = false }
273+ wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 46.0.3 " , default-features = false }
274+ wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 46.0.3 " }
275+ wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 46.0.3 " }
276+ wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 46.0.3 " }
277+ wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 46.0.3 " }
278+ wasmtime-wasi-tls = { path = " crates/wasi-tls" , version = " 46.0.3 " }
279+ wasmtime-wast = { path = " crates/wast" , version = " =46.0.3 " }
280280
281281# Internal Wasmtime-specific crates.
282282#
@@ -285,55 +285,55 @@ wasmtime-wast = { path = "crates/wast", version = "=46.0.2" }
285285# that these are internal unsupported crates for external use. These exist as
286286# part of the project organization of other public crates in Wasmtime and are
287287# otherwise not supported in terms of CVEs for example.
288- wasmtime-core = { path = " crates/core" , version = " =46.0.2 " , package = ' wasmtime-internal-core' }
289- wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =46.0.2 " , package = ' wasmtime-internal-wmemcheck' }
290- wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =46.0.2 " , package = ' wasmtime-internal-c-api-macros' }
291- wasmtime-cache = { path = " crates/cache" , version = " =46.0.2 " , package = ' wasmtime-internal-cache' }
292- wasmtime-cranelift = { path = " crates/cranelift" , version = " =46.0.2 " , package = ' wasmtime-internal-cranelift' }
293- wasmtime-winch = { path = " crates/winch" , version = " =46.0.2 " , package = ' wasmtime-internal-winch' }
294- wasmtime-explorer = { path = " crates/explorer" , version = " =46.0.2 " , package = ' wasmtime-internal-explorer' }
295- wasmtime-fiber = { path = " crates/fiber" , version = " =46.0.2 " , package = ' wasmtime-internal-fiber' }
296- wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =46.0.2 " , package = ' wasmtime-internal-jit-debug' }
297- wasmtime-component-util = { path = " crates/component-util" , version = " =46.0.2 " , package = ' wasmtime-internal-component-util' }
298- wasmtime-component-macro = { path = " crates/component-macro" , version = " =46.0.2 " , package = ' wasmtime-internal-component-macro' }
299- wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =46.0.2 " , package = ' wasmtime-internal-versioned-export-macros' }
300- wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =46.0.2 " , package = ' wasmtime-internal-jit-icache-coherence' }
301- wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =46.0.2 " , package = ' wasmtime-internal-wit-bindgen' }
302- wasmtime-unwinder = { path = " crates/unwinder" , version = " =46.0.2 " , package = ' wasmtime-internal-unwinder' }
303- wasmtime-debugger = { path = " crates/debugger" , version = " =46.0.2 " , package = " wasmtime-internal-debugger" }
304- gdbstub-component-artifact = { path = " crates/gdbstub-component/artifact" , version = " =46.0.2 " , package = " wasmtime-internal-gdbstub-component-artifact" }
305- wasmtime-wizer = { path = " crates/wizer" , version = " 46.0.2 " }
288+ wasmtime-core = { path = " crates/core" , version = " =46.0.3 " , package = ' wasmtime-internal-core' }
289+ wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =46.0.3 " , package = ' wasmtime-internal-wmemcheck' }
290+ wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =46.0.3 " , package = ' wasmtime-internal-c-api-macros' }
291+ wasmtime-cache = { path = " crates/cache" , version = " =46.0.3 " , package = ' wasmtime-internal-cache' }
292+ wasmtime-cranelift = { path = " crates/cranelift" , version = " =46.0.3 " , package = ' wasmtime-internal-cranelift' }
293+ wasmtime-winch = { path = " crates/winch" , version = " =46.0.3 " , package = ' wasmtime-internal-winch' }
294+ wasmtime-explorer = { path = " crates/explorer" , version = " =46.0.3 " , package = ' wasmtime-internal-explorer' }
295+ wasmtime-fiber = { path = " crates/fiber" , version = " =46.0.3 " , package = ' wasmtime-internal-fiber' }
296+ wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =46.0.3 " , package = ' wasmtime-internal-jit-debug' }
297+ wasmtime-component-util = { path = " crates/component-util" , version = " =46.0.3 " , package = ' wasmtime-internal-component-util' }
298+ wasmtime-component-macro = { path = " crates/component-macro" , version = " =46.0.3 " , package = ' wasmtime-internal-component-macro' }
299+ wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =46.0.3 " , package = ' wasmtime-internal-versioned-export-macros' }
300+ wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =46.0.3 " , package = ' wasmtime-internal-jit-icache-coherence' }
301+ wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =46.0.3 " , package = ' wasmtime-internal-wit-bindgen' }
302+ wasmtime-unwinder = { path = " crates/unwinder" , version = " =46.0.3 " , package = ' wasmtime-internal-unwinder' }
303+ wasmtime-debugger = { path = " crates/debugger" , version = " =46.0.3 " , package = " wasmtime-internal-debugger" }
304+ gdbstub-component-artifact = { path = " crates/gdbstub-component/artifact" , version = " =46.0.3 " , package = " wasmtime-internal-gdbstub-component-artifact" }
305+ wasmtime-wizer = { path = " crates/wizer" , version = " 46.0.3 " }
306306
307307# Miscellaneous crates without a `wasmtime-*` prefix in their name but still
308308# used in the `wasmtime-*` family of crates depending on various features/etc.
309- wiggle = { path = " crates/wiggle" , version = " =46.0.2 " , default-features = false }
310- wiggle-macro = { path = " crates/wiggle/macro" , version = " =46.0.2 " }
311- wiggle-generate = { path = " crates/wiggle/generate" , version = " =46.0.2 " }
312- wasi-common = { path = " crates/wasi-common" , version = " =46.0.2 " , default-features = false }
313- pulley-interpreter = { path = ' pulley' , version = " =46.0.2 " }
314- pulley-macros = { path = ' pulley/macros' , version = " =46.0.2 " }
309+ wiggle = { path = " crates/wiggle" , version = " =46.0.3 " , default-features = false }
310+ wiggle-macro = { path = " crates/wiggle/macro" , version = " =46.0.3 " }
311+ wiggle-generate = { path = " crates/wiggle/generate" , version = " =46.0.3 " }
312+ wasi-common = { path = " crates/wasi-common" , version = " =46.0.3 " , default-features = false }
313+ pulley-interpreter = { path = ' pulley' , version = " =46.0.3 " }
314+ pulley-macros = { path = ' pulley/macros' , version = " =46.0.3 " }
315315
316316# Cranelift crates in this workspace
317- cranelift-assembler-x64 = { path = " cranelift/assembler-x64" , version = " 0.133.2 " }
318- cranelift-codegen = { path = " cranelift/codegen" , version = " 0.133.2 " , default-features = false , features = [" unwind" ] }
319- cranelift-frontend = { path = " cranelift/frontend" , version = " 0.133.2 " }
320- cranelift-entity = { path = " cranelift/entity" , version = " 0.133.2 " }
321- cranelift-native = { path = " cranelift/native" , version = " 0.133.2 " }
322- cranelift-module = { path = " cranelift/module" , version = " 0.133.2 " }
323- cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.133.2 " }
324- cranelift-reader = { path = " cranelift/reader" , version = " 0.133.2 " }
317+ cranelift-assembler-x64 = { path = " cranelift/assembler-x64" , version = " 0.133.3 " }
318+ cranelift-codegen = { path = " cranelift/codegen" , version = " 0.133.3 " , default-features = false , features = [" unwind" ] }
319+ cranelift-frontend = { path = " cranelift/frontend" , version = " 0.133.3 " }
320+ cranelift-entity = { path = " cranelift/entity" , version = " 0.133.3 " }
321+ cranelift-native = { path = " cranelift/native" , version = " 0.133.3 " }
322+ cranelift-module = { path = " cranelift/module" , version = " 0.133.3 " }
323+ cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.133.3 " }
324+ cranelift-reader = { path = " cranelift/reader" , version = " 0.133.3 " }
325325cranelift-filetests = { path = " cranelift/filetests" }
326- cranelift-object = { path = " cranelift/object" , version = " 0.133.2 " }
327- cranelift-jit = { path = " cranelift/jit" , version = " 0.133.2 " }
326+ cranelift-object = { path = " cranelift/object" , version = " 0.133.3 " }
327+ cranelift-jit = { path = " cranelift/jit" , version = " 0.133.3 " }
328328cranelift-fuzzgen = { path = " cranelift/fuzzgen" }
329- cranelift-bforest = { path = " cranelift/bforest" , version = " 0.133.2 " }
330- cranelift-bitset = { path = " cranelift/bitset" , version = " 0.133.2 " }
331- cranelift-control = { path = " cranelift/control" , version = " 0.133.2 " , default-features = false }
332- cranelift-srcgen = { path = " cranelift/srcgen" , version = " 0.133.2 " }
333- cranelift = { path = " cranelift/umbrella" , version = " 0.133.2 " }
329+ cranelift-bforest = { path = " cranelift/bforest" , version = " 0.133.3 " }
330+ cranelift-bitset = { path = " cranelift/bitset" , version = " 0.133.3 " }
331+ cranelift-control = { path = " cranelift/control" , version = " 0.133.3 " , default-features = false }
332+ cranelift-srcgen = { path = " cranelift/srcgen" , version = " 0.133.3 " }
333+ cranelift = { path = " cranelift/umbrella" , version = " 0.133.3 " }
334334
335335# Winch crates in this workspace.
336- winch-codegen = { path = " winch/codegen" , version = " =46.0.2 " }
336+ winch-codegen = { path = " winch/codegen" , version = " =46.0.3 " }
337337
338338# Internal crates not published to crates.io used in testing, builds, etc
339339wasi-preview1-component-adapter = { path = " crates/wasi-preview1-component-adapter" }
0 commit comments