@@ -134,7 +134,7 @@ exclude = [
134
134
]
135
135
136
136
[workspace .package ]
137
- version = " 21.0.1 "
137
+ version = " 21.0.2 "
138
138
authors = [" The Wasmtime Project Developers" ]
139
139
edition = " 2021"
140
140
# Wasmtime's current policy is that this number can be no larger than the
@@ -156,56 +156,56 @@ all = 'allow'
156
156
157
157
[workspace .dependencies ]
158
158
arbitrary = { version = " 1.3.1" }
159
- wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =21.0.1 " }
160
- wasmtime = { path = " crates/wasmtime" , version = " 21.0.1 " , default-features = false }
161
- wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =21.0.1 " }
162
- wasmtime-cache = { path = " crates/cache" , version = " =21.0.1 " }
163
- wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =21.0.1 " }
164
- wasmtime-cranelift = { path = " crates/cranelift" , version = " =21.0.1 " }
165
- wasmtime-winch = { path = " crates/winch" , version = " =21.0.1 " }
166
- wasmtime-environ = { path = " crates/environ" , version = " =21.0.1 " }
167
- wasmtime-explorer = { path = " crates/explorer" , version = " =21.0.1 " }
168
- wasmtime-fiber = { path = " crates/fiber" , version = " =21.0.1 " }
169
- wasmtime-types = { path = " crates/types" , version = " 21.0.1 " }
170
- wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =21.0.1 " }
171
- wasmtime-wast = { path = " crates/wast" , version = " =21.0.1 " }
172
- wasmtime-wasi = { path = " crates/wasi" , version = " 21.0.1 " , default-features = false }
173
- wasmtime-wasi-http = { path = " crates/wasi-http" , version = " =21.0.1 " , default-features = false }
174
- wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 21.0.1 " }
175
- wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 21.0.1 " }
176
- wasmtime-component-util = { path = " crates/component-util" , version = " =21.0.1 " }
177
- wasmtime-component-macro = { path = " crates/component-macro" , version = " =21.0.1 " }
178
- wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =21.0.1 " }
179
- wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =21.0.1 " }
180
- wasmtime-slab = { path = " crates/slab" , version = " =21.0.1 " }
159
+ wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =21.0.2 " }
160
+ wasmtime = { path = " crates/wasmtime" , version = " 21.0.2 " , default-features = false }
161
+ wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =21.0.2 " }
162
+ wasmtime-cache = { path = " crates/cache" , version = " =21.0.2 " }
163
+ wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =21.0.2 " }
164
+ wasmtime-cranelift = { path = " crates/cranelift" , version = " =21.0.2 " }
165
+ wasmtime-winch = { path = " crates/winch" , version = " =21.0.2 " }
166
+ wasmtime-environ = { path = " crates/environ" , version = " =21.0.2 " }
167
+ wasmtime-explorer = { path = " crates/explorer" , version = " =21.0.2 " }
168
+ wasmtime-fiber = { path = " crates/fiber" , version = " =21.0.2 " }
169
+ wasmtime-types = { path = " crates/types" , version = " 21.0.2 " }
170
+ wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =21.0.2 " }
171
+ wasmtime-wast = { path = " crates/wast" , version = " =21.0.2 " }
172
+ wasmtime-wasi = { path = " crates/wasi" , version = " 21.0.2 " , default-features = false }
173
+ wasmtime-wasi-http = { path = " crates/wasi-http" , version = " =21.0.2 " , default-features = false }
174
+ wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 21.0.2 " }
175
+ wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 21.0.2 " }
176
+ wasmtime-component-util = { path = " crates/component-util" , version = " =21.0.2 " }
177
+ wasmtime-component-macro = { path = " crates/component-macro" , version = " =21.0.2 " }
178
+ wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =21.0.2 " }
179
+ wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =21.0.2 " }
180
+ wasmtime-slab = { path = " crates/slab" , version = " =21.0.2 " }
181
181
component-test-util = { path = " crates/misc/component-test-util" }
182
182
component-fuzz-util = { path = " crates/misc/component-fuzz-util" }
183
- wiggle = { path = " crates/wiggle" , version = " =21.0.1 " , default-features = false }
184
- wiggle-macro = { path = " crates/wiggle/macro" , version = " =21.0.1 " }
185
- wiggle-generate = { path = " crates/wiggle/generate" , version = " =21.0.1 " }
186
- wasi-common = { path = " crates/wasi-common" , version = " =21.0.1 " , default-features = false }
183
+ wiggle = { path = " crates/wiggle" , version = " =21.0.2 " , default-features = false }
184
+ wiggle-macro = { path = " crates/wiggle/macro" , version = " =21.0.2 " }
185
+ wiggle-generate = { path = " crates/wiggle/generate" , version = " =21.0.2 " }
186
+ wasi-common = { path = " crates/wasi-common" , version = " =21.0.2 " , default-features = false }
187
187
wasmtime-fuzzing = { path = " crates/fuzzing" }
188
- wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =21.0.1 " }
189
- wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =21.0.1 " }
188
+ wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =21.0.2 " }
189
+ wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =21.0.2 " }
190
190
test-programs-artifacts = { path = ' crates/test-programs/artifacts' }
191
191
192
- cranelift-wasm = { path = " cranelift/wasm" , version = " 0.108.1 " }
193
- cranelift-codegen = { path = " cranelift/codegen" , version = " 0.108.1 " , default-features = false , features = [" std" , " unwind" , " trace-log" ] }
194
- cranelift-frontend = { path = " cranelift/frontend" , version = " 0.108.1 " }
195
- cranelift-entity = { path = " cranelift/entity" , version = " 0.108.1 " }
196
- cranelift-native = { path = " cranelift/native" , version = " 0.108.1 " }
197
- cranelift-module = { path = " cranelift/module" , version = " 0.108.1 " }
198
- cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.108.1 " }
199
- cranelift-reader = { path = " cranelift/reader" , version = " 0.108.1 " }
192
+ cranelift-wasm = { path = " cranelift/wasm" , version = " 0.108.2 " }
193
+ cranelift-codegen = { path = " cranelift/codegen" , version = " 0.108.2 " , default-features = false , features = [" std" , " unwind" , " trace-log" ] }
194
+ cranelift-frontend = { path = " cranelift/frontend" , version = " 0.108.2 " }
195
+ cranelift-entity = { path = " cranelift/entity" , version = " 0.108.2 " }
196
+ cranelift-native = { path = " cranelift/native" , version = " 0.108.2 " }
197
+ cranelift-module = { path = " cranelift/module" , version = " 0.108.2 " }
198
+ cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.108.2 " }
199
+ cranelift-reader = { path = " cranelift/reader" , version = " 0.108.2 " }
200
200
cranelift-filetests = { path = " cranelift/filetests" }
201
- cranelift-object = { path = " cranelift/object" , version = " 0.108.1 " }
202
- cranelift-jit = { path = " cranelift/jit" , version = " 0.108.1 " }
201
+ cranelift-object = { path = " cranelift/object" , version = " 0.108.2 " }
202
+ cranelift-jit = { path = " cranelift/jit" , version = " 0.108.2 " }
203
203
cranelift-fuzzgen = { path = " cranelift/fuzzgen" }
204
- cranelift-bforest = { path = " cranelift/bforest" , version = " 0.108.1 " }
205
- cranelift-control = { path = " cranelift/control" , version = " 0.108.1 " }
206
- cranelift = { path = " cranelift/umbrella" , version = " 0.108.1 " }
204
+ cranelift-bforest = { path = " cranelift/bforest" , version = " 0.108.2 " }
205
+ cranelift-control = { path = " cranelift/control" , version = " 0.108.2 " }
206
+ cranelift = { path = " cranelift/umbrella" , version = " 0.108.2 " }
207
207
208
- winch-codegen = { path = " winch/codegen" , version = " =0.19.1 " }
208
+ winch-codegen = { path = " winch/codegen" , version = " =0.19.2 " }
209
209
210
210
wasi-preview1-component-adapter = { path = " crates/wasi-preview1-component-adapter" }
211
211
byte-array-literals = { path = " crates/wasi-preview1-component-adapter/byte-array-literals" }
0 commit comments