@@ -153,7 +153,7 @@ exclude = [
153
153
]
154
154
155
155
[workspace .package ]
156
- version = " 22.0.0 "
156
+ version = " 22.0.1 "
157
157
authors = [" The Wasmtime Project Developers" ]
158
158
edition = " 2021"
159
159
# Wasmtime's current policy is that this number can be no larger than the
@@ -176,56 +176,56 @@ all = 'allow'
176
176
177
177
[workspace .dependencies ]
178
178
arbitrary = { version = " 1.3.1" }
179
- wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =22.0.0 " }
180
- wasmtime = { path = " crates/wasmtime" , version = " 22.0.0 " , default-features = false }
181
- wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =22.0.0 " }
182
- wasmtime-cache = { path = " crates/cache" , version = " =22.0.0 " }
183
- wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =22.0.0 " }
184
- wasmtime-cranelift = { path = " crates/cranelift" , version = " =22.0.0 " }
185
- wasmtime-winch = { path = " crates/winch" , version = " =22.0.0 " }
186
- wasmtime-environ = { path = " crates/environ" , version = " =22.0.0 " }
187
- wasmtime-explorer = { path = " crates/explorer" , version = " =22.0.0 " }
188
- wasmtime-fiber = { path = " crates/fiber" , version = " =22.0.0 " }
189
- wasmtime-types = { path = " crates/types" , version = " 22.0.0 " }
190
- wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =22.0.0 " }
191
- wasmtime-wast = { path = " crates/wast" , version = " =22.0.0 " }
192
- wasmtime-wasi = { path = " crates/wasi" , version = " 22.0.0 " , default-features = false }
193
- wasmtime-wasi-http = { path = " crates/wasi-http" , version = " =22.0.0 " , default-features = false }
194
- wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 22.0.0 " }
195
- wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 22.0.0 " }
196
- wasmtime-component-util = { path = " crates/component-util" , version = " =22.0.0 " }
197
- wasmtime-component-macro = { path = " crates/component-macro" , version = " =22.0.0 " }
198
- wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =22.0.0 " }
199
- wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =22.0.0 " }
200
- wasmtime-slab = { path = " crates/slab" , version = " =22.0.0 " }
179
+ wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =22.0.1 " }
180
+ wasmtime = { path = " crates/wasmtime" , version = " 22.0.1 " , default-features = false }
181
+ wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =22.0.1 " }
182
+ wasmtime-cache = { path = " crates/cache" , version = " =22.0.1 " }
183
+ wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =22.0.1 " }
184
+ wasmtime-cranelift = { path = " crates/cranelift" , version = " =22.0.1 " }
185
+ wasmtime-winch = { path = " crates/winch" , version = " =22.0.1 " }
186
+ wasmtime-environ = { path = " crates/environ" , version = " =22.0.1 " }
187
+ wasmtime-explorer = { path = " crates/explorer" , version = " =22.0.1 " }
188
+ wasmtime-fiber = { path = " crates/fiber" , version = " =22.0.1 " }
189
+ wasmtime-types = { path = " crates/types" , version = " 22.0.1 " }
190
+ wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =22.0.1 " }
191
+ wasmtime-wast = { path = " crates/wast" , version = " =22.0.1 " }
192
+ wasmtime-wasi = { path = " crates/wasi" , version = " 22.0.1 " , default-features = false }
193
+ wasmtime-wasi-http = { path = " crates/wasi-http" , version = " =22.0.1 " , default-features = false }
194
+ wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 22.0.1 " }
195
+ wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 22.0.1 " }
196
+ wasmtime-component-util = { path = " crates/component-util" , version = " =22.0.1 " }
197
+ wasmtime-component-macro = { path = " crates/component-macro" , version = " =22.0.1 " }
198
+ wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =22.0.1 " }
199
+ wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =22.0.1 " }
200
+ wasmtime-slab = { path = " crates/slab" , version = " =22.0.1 " }
201
201
component-test-util = { path = " crates/misc/component-test-util" }
202
202
component-fuzz-util = { path = " crates/misc/component-fuzz-util" }
203
- wiggle = { path = " crates/wiggle" , version = " =22.0.0 " , default-features = false }
204
- wiggle-macro = { path = " crates/wiggle/macro" , version = " =22.0.0 " }
205
- wiggle-generate = { path = " crates/wiggle/generate" , version = " =22.0.0 " }
206
- wasi-common = { path = " crates/wasi-common" , version = " =22.0.0 " , default-features = false }
203
+ wiggle = { path = " crates/wiggle" , version = " =22.0.1 " , default-features = false }
204
+ wiggle-macro = { path = " crates/wiggle/macro" , version = " =22.0.1 " }
205
+ wiggle-generate = { path = " crates/wiggle/generate" , version = " =22.0.1 " }
206
+ wasi-common = { path = " crates/wasi-common" , version = " =22.0.1 " , default-features = false }
207
207
wasmtime-fuzzing = { path = " crates/fuzzing" }
208
- wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =22.0.0 " }
209
- wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =22.0.0 " }
208
+ wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =22.0.1 " }
209
+ wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =22.0.1 " }
210
210
test-programs-artifacts = { path = ' crates/test-programs/artifacts' }
211
211
212
- cranelift-wasm = { path = " cranelift/wasm" , version = " 0.109.0 " }
213
- cranelift-codegen = { path = " cranelift/codegen" , version = " 0.109.0 " , default-features = false , features = [" std" , " unwind" , " trace-log" ] }
214
- cranelift-frontend = { path = " cranelift/frontend" , version = " 0.109.0 " }
215
- cranelift-entity = { path = " cranelift/entity" , version = " 0.109.0 " }
216
- cranelift-native = { path = " cranelift/native" , version = " 0.109.0 " }
217
- cranelift-module = { path = " cranelift/module" , version = " 0.109.0 " }
218
- cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.109.0 " }
219
- cranelift-reader = { path = " cranelift/reader" , version = " 0.109.0 " }
212
+ cranelift-wasm = { path = " cranelift/wasm" , version = " 0.109.1 " }
213
+ cranelift-codegen = { path = " cranelift/codegen" , version = " 0.109.1 " , default-features = false , features = [" std" , " unwind" , " trace-log" ] }
214
+ cranelift-frontend = { path = " cranelift/frontend" , version = " 0.109.1 " }
215
+ cranelift-entity = { path = " cranelift/entity" , version = " 0.109.1 " }
216
+ cranelift-native = { path = " cranelift/native" , version = " 0.109.1 " }
217
+ cranelift-module = { path = " cranelift/module" , version = " 0.109.1 " }
218
+ cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.109.1 " }
219
+ cranelift-reader = { path = " cranelift/reader" , version = " 0.109.1 " }
220
220
cranelift-filetests = { path = " cranelift/filetests" }
221
- cranelift-object = { path = " cranelift/object" , version = " 0.109.0 " }
222
- cranelift-jit = { path = " cranelift/jit" , version = " 0.109.0 " }
221
+ cranelift-object = { path = " cranelift/object" , version = " 0.109.1 " }
222
+ cranelift-jit = { path = " cranelift/jit" , version = " 0.109.1 " }
223
223
cranelift-fuzzgen = { path = " cranelift/fuzzgen" }
224
- cranelift-bforest = { path = " cranelift/bforest" , version = " 0.109.0 " }
225
- cranelift-control = { path = " cranelift/control" , version = " 0.109.0 " }
226
- cranelift = { path = " cranelift/umbrella" , version = " 0.109.0 " }
224
+ cranelift-bforest = { path = " cranelift/bforest" , version = " 0.109.1 " }
225
+ cranelift-control = { path = " cranelift/control" , version = " 0.109.1 " }
226
+ cranelift = { path = " cranelift/umbrella" , version = " 0.109.1 " }
227
227
228
- winch-codegen = { path = " winch/codegen" , version = " =0.20.0 " }
228
+ winch-codegen = { path = " winch/codegen" , version = " =0.20.1 " }
229
229
230
230
wasi-preview1-component-adapter = { path = " crates/wasi-preview1-component-adapter" }
231
231
byte-array-literals = { path = " crates/wasi-preview1-component-adapter/byte-array-literals" }
0 commit comments