@@ -163,7 +163,7 @@ exclude = [
163
163
]
164
164
165
165
[workspace .package ]
166
- version = " 29.0.0 "
166
+ version = " 29.0.1 "
167
167
authors = [" The Wasmtime Project Developers" ]
168
168
edition = " 2021"
169
169
# Wasmtime's current policy is that this number can be no larger than the
@@ -204,61 +204,61 @@ allow_attributes_without_reason = 'warn'
204
204
205
205
[workspace .dependencies ]
206
206
arbitrary = { version = " 1.4.0" }
207
- wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =29.0.0 " }
208
- wasmtime = { path = " crates/wasmtime" , version = " 29.0.0 " , default-features = false }
209
- wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =29.0.0 " }
210
- wasmtime-cache = { path = " crates/cache" , version = " =29.0.0 " }
211
- wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =29.0.0 " }
212
- wasmtime-cranelift = { path = " crates/cranelift" , version = " =29.0.0 " }
213
- wasmtime-winch = { path = " crates/winch" , version = " =29.0.0 " }
214
- wasmtime-environ = { path = " crates/environ" , version = " =29.0.0 " }
215
- wasmtime-explorer = { path = " crates/explorer" , version = " =29.0.0 " }
216
- wasmtime-fiber = { path = " crates/fiber" , version = " =29.0.0 " }
217
- wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =29.0.0 " }
218
- wasmtime-wast = { path = " crates/wast" , version = " =29.0.0 " }
219
- wasmtime-wasi = { path = " crates/wasi" , version = " 29.0.0 " , default-features = false }
220
- wasmtime-wasi-http = { path = " crates/wasi-http" , version = " =29.0.0 " , default-features = false }
221
- wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 29.0.0 " }
222
- wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 29.0.0 " }
223
- wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 29.0.0 " }
224
- wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 29.0.0 " }
225
- wasmtime-component-util = { path = " crates/component-util" , version = " =29.0.0 " }
226
- wasmtime-component-macro = { path = " crates/component-macro" , version = " =29.0.0 " }
227
- wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =29.0.0 " }
228
- wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =29.0.0 " }
229
- wasmtime-slab = { path = " crates/slab" , version = " =29.0.0 " }
207
+ wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =29.0.1 " }
208
+ wasmtime = { path = " crates/wasmtime" , version = " 29.0.1 " , default-features = false }
209
+ wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =29.0.1 " }
210
+ wasmtime-cache = { path = " crates/cache" , version = " =29.0.1 " }
211
+ wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =29.0.1 " }
212
+ wasmtime-cranelift = { path = " crates/cranelift" , version = " =29.0.1 " }
213
+ wasmtime-winch = { path = " crates/winch" , version = " =29.0.1 " }
214
+ wasmtime-environ = { path = " crates/environ" , version = " =29.0.1 " }
215
+ wasmtime-explorer = { path = " crates/explorer" , version = " =29.0.1 " }
216
+ wasmtime-fiber = { path = " crates/fiber" , version = " =29.0.1 " }
217
+ wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =29.0.1 " }
218
+ wasmtime-wast = { path = " crates/wast" , version = " =29.0.1 " }
219
+ wasmtime-wasi = { path = " crates/wasi" , version = " 29.0.1 " , default-features = false }
220
+ wasmtime-wasi-http = { path = " crates/wasi-http" , version = " =29.0.1 " , default-features = false }
221
+ wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 29.0.1 " }
222
+ wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 29.0.1 " }
223
+ wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 29.0.1 " }
224
+ wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 29.0.1 " }
225
+ wasmtime-component-util = { path = " crates/component-util" , version = " =29.0.1 " }
226
+ wasmtime-component-macro = { path = " crates/component-macro" , version = " =29.0.1 " }
227
+ wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =29.0.1 " }
228
+ wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =29.0.1 " }
229
+ wasmtime-slab = { path = " crates/slab" , version = " =29.0.1 " }
230
230
component-test-util = { path = " crates/misc/component-test-util" }
231
231
component-fuzz-util = { path = " crates/misc/component-fuzz-util" }
232
- wiggle = { path = " crates/wiggle" , version = " =29.0.0 " , default-features = false }
233
- wiggle-macro = { path = " crates/wiggle/macro" , version = " =29.0.0 " }
234
- wiggle-generate = { path = " crates/wiggle/generate" , version = " =29.0.0 " }
235
- wasi-common = { path = " crates/wasi-common" , version = " =29.0.0 " , default-features = false }
232
+ wiggle = { path = " crates/wiggle" , version = " =29.0.1 " , default-features = false }
233
+ wiggle-macro = { path = " crates/wiggle/macro" , version = " =29.0.1 " }
234
+ wiggle-generate = { path = " crates/wiggle/generate" , version = " =29.0.1 " }
235
+ wasi-common = { path = " crates/wasi-common" , version = " =29.0.1 " , default-features = false }
236
236
wasmtime-fuzzing = { path = " crates/fuzzing" }
237
- wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =29.0.0 " }
238
- wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =29.0.0 " }
239
- wasmtime-math = { path = " crates/math" , version = " =29.0.0 " }
237
+ wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =29.0.1 " }
238
+ wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =29.0.1 " }
239
+ wasmtime-math = { path = " crates/math" , version = " =29.0.1 " }
240
240
test-programs-artifacts = { path = ' crates/test-programs/artifacts' }
241
241
242
- pulley-interpreter = { path = ' pulley' , version = " =29.0.0 " }
242
+ pulley-interpreter = { path = ' pulley' , version = " =29.0.1 " }
243
243
pulley-interpreter-fuzz = { path = ' pulley/fuzz' }
244
244
245
- cranelift-codegen = { path = " cranelift/codegen" , version = " 0.116.0 " , default-features = false , features = [" std" , " unwind" ] }
246
- cranelift-frontend = { path = " cranelift/frontend" , version = " 0.116.0 " }
247
- cranelift-entity = { path = " cranelift/entity" , version = " 0.116.0 " }
248
- cranelift-native = { path = " cranelift/native" , version = " 0.116.0 " }
249
- cranelift-module = { path = " cranelift/module" , version = " 0.116.0 " }
250
- cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.116.0 " }
251
- cranelift-reader = { path = " cranelift/reader" , version = " 0.116.0 " }
245
+ cranelift-codegen = { path = " cranelift/codegen" , version = " 0.116.1 " , default-features = false , features = [" std" , " unwind" ] }
246
+ cranelift-frontend = { path = " cranelift/frontend" , version = " 0.116.1 " }
247
+ cranelift-entity = { path = " cranelift/entity" , version = " 0.116.1 " }
248
+ cranelift-native = { path = " cranelift/native" , version = " 0.116.1 " }
249
+ cranelift-module = { path = " cranelift/module" , version = " 0.116.1 " }
250
+ cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.116.1 " }
251
+ cranelift-reader = { path = " cranelift/reader" , version = " 0.116.1 " }
252
252
cranelift-filetests = { path = " cranelift/filetests" }
253
- cranelift-object = { path = " cranelift/object" , version = " 0.116.0 " }
254
- cranelift-jit = { path = " cranelift/jit" , version = " 0.116.0 " }
253
+ cranelift-object = { path = " cranelift/object" , version = " 0.116.1 " }
254
+ cranelift-jit = { path = " cranelift/jit" , version = " 0.116.1 " }
255
255
cranelift-fuzzgen = { path = " cranelift/fuzzgen" }
256
- cranelift-bforest = { path = " cranelift/bforest" , version = " 0.116.0 " }
257
- cranelift-bitset = { path = " cranelift/bitset" , version = " 0.116.0 " }
258
- cranelift-control = { path = " cranelift/control" , version = " 0.116.0 " }
259
- cranelift = { path = " cranelift/umbrella" , version = " 0.116.0 " }
256
+ cranelift-bforest = { path = " cranelift/bforest" , version = " 0.116.1 " }
257
+ cranelift-bitset = { path = " cranelift/bitset" , version = " 0.116.1 " }
258
+ cranelift-control = { path = " cranelift/control" , version = " 0.116.1 " }
259
+ cranelift = { path = " cranelift/umbrella" , version = " 0.116.1 " }
260
260
261
- winch-codegen = { path = " winch/codegen" , version = " =29.0.0 " }
261
+ winch-codegen = { path = " winch/codegen" , version = " =29.0.1 " }
262
262
263
263
wasi-preview1-component-adapter = { path = " crates/wasi-preview1-component-adapter" }
264
264
byte-array-literals = { path = " crates/wasi-preview1-component-adapter/byte-array-literals" }
0 commit comments