@@ -129,66 +129,66 @@ exclude = [
129129]
130130
131131[workspace .package ]
132- version = " 14.0.2 "
132+ version = " 14.0.3 "
133133authors = [" The Wasmtime Project Developers" ]
134134edition = " 2021"
135135# Wasmtime's current policy is that this number can be no larger than the
136136# current stable release of Rust minus 2.
137137rust-version = " 1.70.0"
138138
139139[workspace .dependencies ]
140- wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =14.0.2 " }
141- wasmtime = { path = " crates/wasmtime" , version = " 14.0.2 " , default-features = false }
142- wasmtime-cache = { path = " crates/cache" , version = " =14.0.2 " }
143- wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =14.0.2 " }
144- wasmtime-cranelift = { path = " crates/cranelift" , version = " =14.0.2 " }
145- wasmtime-cranelift-shared = { path = " crates/cranelift-shared" , version = " =14.0.2 " }
146- wasmtime-winch = { path = " crates/winch" , version = " =14.0.2 " }
147- wasmtime-environ = { path = " crates/environ" , version = " =14.0.2 " }
148- wasmtime-explorer = { path = " crates/explorer" , version = " =14.0.2 " }
149- wasmtime-fiber = { path = " crates/fiber" , version = " =14.0.2 " }
150- wasmtime-types = { path = " crates/types" , version = " 14.0.2 " }
151- wasmtime-jit = { path = " crates/jit" , version = " =14.0.2 " }
152- wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =14.0.2 " }
153- wasmtime-runtime = { path = " crates/runtime" , version = " =14.0.2 " }
154- wasmtime-wast = { path = " crates/wast" , version = " =14.0.2 " }
155- wasmtime-wasi = { path = " crates/wasi" , version = " 14.0.2 " , default-features = false }
156- wasmtime-wasi-http = { path = " crates/wasi-http" , version = " =14.0.2 " , default-features = false }
157- wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 14.0.2 " }
158- wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 14.0.2 " }
159- wasmtime-component-util = { path = " crates/component-util" , version = " =14.0.2 " }
160- wasmtime-component-macro = { path = " crates/component-macro" , version = " =14.0.2 " }
161- wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =14.0.2 " }
162- wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =14.0.2 " }
140+ wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =14.0.3 " }
141+ wasmtime = { path = " crates/wasmtime" , version = " 14.0.3 " , default-features = false }
142+ wasmtime-cache = { path = " crates/cache" , version = " =14.0.3 " }
143+ wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =14.0.3 " }
144+ wasmtime-cranelift = { path = " crates/cranelift" , version = " =14.0.3 " }
145+ wasmtime-cranelift-shared = { path = " crates/cranelift-shared" , version = " =14.0.3 " }
146+ wasmtime-winch = { path = " crates/winch" , version = " =14.0.3 " }
147+ wasmtime-environ = { path = " crates/environ" , version = " =14.0.3 " }
148+ wasmtime-explorer = { path = " crates/explorer" , version = " =14.0.3 " }
149+ wasmtime-fiber = { path = " crates/fiber" , version = " =14.0.3 " }
150+ wasmtime-types = { path = " crates/types" , version = " 14.0.3 " }
151+ wasmtime-jit = { path = " crates/jit" , version = " =14.0.3 " }
152+ wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =14.0.3 " }
153+ wasmtime-runtime = { path = " crates/runtime" , version = " =14.0.3 " }
154+ wasmtime-wast = { path = " crates/wast" , version = " =14.0.3 " }
155+ wasmtime-wasi = { path = " crates/wasi" , version = " 14.0.3 " , default-features = false }
156+ wasmtime-wasi-http = { path = " crates/wasi-http" , version = " =14.0.3 " , default-features = false }
157+ wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 14.0.3 " }
158+ wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 14.0.3 " }
159+ wasmtime-component-util = { path = " crates/component-util" , version = " =14.0.3 " }
160+ wasmtime-component-macro = { path = " crates/component-macro" , version = " =14.0.3 " }
161+ wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =14.0.3 " }
162+ wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =14.0.3 " }
163163component-test-util = { path = " crates/misc/component-test-util" }
164164component-fuzz-util = { path = " crates/misc/component-fuzz-util" }
165- wiggle = { path = " crates/wiggle" , version = " =14.0.2 " , default-features = false }
166- wiggle-macro = { path = " crates/wiggle/macro" , version = " =14.0.2 " }
167- wiggle-generate = { path = " crates/wiggle/generate" , version = " =14.0.2 " }
168- wasi-common = { path = " crates/wasi-common" , version = " =14.0.2 " }
169- wasi-tokio = { path = " crates/wasi-common/tokio" , version = " =14.0.2 " }
170- wasi-cap-std-sync = { path = " crates/wasi-common/cap-std-sync" , version = " =14.0.2 " }
165+ wiggle = { path = " crates/wiggle" , version = " =14.0.3 " , default-features = false }
166+ wiggle-macro = { path = " crates/wiggle/macro" , version = " =14.0.3 " }
167+ wiggle-generate = { path = " crates/wiggle/generate" , version = " =14.0.3 " }
168+ wasi-common = { path = " crates/wasi-common" , version = " =14.0.3 " }
169+ wasi-tokio = { path = " crates/wasi-common/tokio" , version = " =14.0.3 " }
170+ wasi-cap-std-sync = { path = " crates/wasi-common/cap-std-sync" , version = " =14.0.3 " }
171171wasmtime-fuzzing = { path = " crates/fuzzing" }
172- wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =14.0.2 " }
173- wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =14.0.2 " }
174-
175- cranelift-wasm = { path = " cranelift/wasm" , version = " 0.101.2 " }
176- cranelift-codegen = { path = " cranelift/codegen" , version = " 0.101.2 " , default-features = false , features = [" std" , " unwind" ] }
177- cranelift-frontend = { path = " cranelift/frontend" , version = " 0.101.2 " }
178- cranelift-entity = { path = " cranelift/entity" , version = " 0.101.2 " }
179- cranelift-native = { path = " cranelift/native" , version = " 0.101.2 " }
180- cranelift-module = { path = " cranelift/module" , version = " 0.101.2 " }
181- cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.101.2 " }
182- cranelift-reader = { path = " cranelift/reader" , version = " 0.101.2 " }
172+ wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =14.0.3 " }
173+ wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =14.0.3 " }
174+
175+ cranelift-wasm = { path = " cranelift/wasm" , version = " 0.101.3 " }
176+ cranelift-codegen = { path = " cranelift/codegen" , version = " 0.101.3 " , default-features = false , features = [" std" , " unwind" ] }
177+ cranelift-frontend = { path = " cranelift/frontend" , version = " 0.101.3 " }
178+ cranelift-entity = { path = " cranelift/entity" , version = " 0.101.3 " }
179+ cranelift-native = { path = " cranelift/native" , version = " 0.101.3 " }
180+ cranelift-module = { path = " cranelift/module" , version = " 0.101.3 " }
181+ cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.101.3 " }
182+ cranelift-reader = { path = " cranelift/reader" , version = " 0.101.3 " }
183183cranelift-filetests = { path = " cranelift/filetests" }
184- cranelift-object = { path = " cranelift/object" , version = " 0.101.2 " }
185- cranelift-jit = { path = " cranelift/jit" , version = " 0.101.2 " }
184+ cranelift-object = { path = " cranelift/object" , version = " 0.101.3 " }
185+ cranelift-jit = { path = " cranelift/jit" , version = " 0.101.3 " }
186186cranelift-fuzzgen = { path = " cranelift/fuzzgen" }
187- cranelift-bforest = { path = " cranelift/bforest" , version = " 0.101.2 " }
188- cranelift-control = { path = " cranelift/control" , version = " 0.101.2 " }
189- cranelift = { path = " cranelift/umbrella" , version = " 0.101.2 " }
187+ cranelift-bforest = { path = " cranelift/bforest" , version = " 0.101.3 " }
188+ cranelift-control = { path = " cranelift/control" , version = " 0.101.3 " }
189+ cranelift = { path = " cranelift/umbrella" , version = " 0.101.3 " }
190190
191- winch-codegen = { path = " winch/codegen" , version = " =0.12.2 " }
191+ winch-codegen = { path = " winch/codegen" , version = " =0.12.3 " }
192192winch-filetests = { path = " winch/filetests" }
193193winch-test-macros = { path = " winch/test-macros" }
194194
0 commit comments