@@ -134,7 +134,7 @@ exclude = [
134
134
]
135
135
136
136
[workspace .package ]
137
- version = " 18.0.0 "
137
+ version = " 18.0.1 "
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,57 +156,57 @@ all = 'allow'
156
156
157
157
[workspace .dependencies ]
158
158
arbitrary = { version = " 1.3.1" }
159
- wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =18.0.0 " }
160
- wasmtime = { path = " crates/wasmtime" , version = " 18.0.0 " , default-features = false }
161
- wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =18.0.0 " }
162
- wasmtime-cache = { path = " crates/cache" , version = " =18.0.0 " }
163
- wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =18.0.0 " }
164
- wasmtime-cranelift = { path = " crates/cranelift" , version = " =18.0.0 " }
165
- wasmtime-cranelift-shared = { path = " crates/cranelift-shared" , version = " =18.0.0 " }
166
- wasmtime-winch = { path = " crates/winch" , version = " =18.0.0 " }
167
- wasmtime-environ = { path = " crates/environ" , version = " =18.0.0 " }
168
- wasmtime-explorer = { path = " crates/explorer" , version = " =18.0.0 " }
169
- wasmtime-fiber = { path = " crates/fiber" , version = " =18.0.0 " }
170
- wasmtime-types = { path = " crates/types" , version = " 18.0.0 " }
171
- wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =18.0.0 " }
172
- wasmtime-runtime = { path = " crates/runtime" , version = " =18.0.0 " }
173
- wasmtime-wast = { path = " crates/wast" , version = " =18.0.0 " }
174
- wasmtime-wasi = { path = " crates/wasi" , version = " 18.0.0 " , default-features = false }
175
- wasmtime-wasi-http = { path = " crates/wasi-http" , version = " =18.0.0 " , default-features = false }
176
- wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 18.0.0 " }
177
- wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 18.0.0 " }
178
- wasmtime-component-util = { path = " crates/component-util" , version = " =18.0.0 " }
179
- wasmtime-component-macro = { path = " crates/component-macro" , version = " =18.0.0 " }
180
- wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =18.0.0 " }
181
- wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =18.0.0 " }
159
+ wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =18.0.1 " }
160
+ wasmtime = { path = " crates/wasmtime" , version = " 18.0.1 " , default-features = false }
161
+ wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =18.0.1 " }
162
+ wasmtime-cache = { path = " crates/cache" , version = " =18.0.1 " }
163
+ wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =18.0.1 " }
164
+ wasmtime-cranelift = { path = " crates/cranelift" , version = " =18.0.1 " }
165
+ wasmtime-cranelift-shared = { path = " crates/cranelift-shared" , version = " =18.0.1 " }
166
+ wasmtime-winch = { path = " crates/winch" , version = " =18.0.1 " }
167
+ wasmtime-environ = { path = " crates/environ" , version = " =18.0.1 " }
168
+ wasmtime-explorer = { path = " crates/explorer" , version = " =18.0.1 " }
169
+ wasmtime-fiber = { path = " crates/fiber" , version = " =18.0.1 " }
170
+ wasmtime-types = { path = " crates/types" , version = " 18.0.1 " }
171
+ wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =18.0.1 " }
172
+ wasmtime-runtime = { path = " crates/runtime" , version = " =18.0.1 " }
173
+ wasmtime-wast = { path = " crates/wast" , version = " =18.0.1 " }
174
+ wasmtime-wasi = { path = " crates/wasi" , version = " 18.0.1 " , default-features = false }
175
+ wasmtime-wasi-http = { path = " crates/wasi-http" , version = " =18.0.1 " , default-features = false }
176
+ wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 18.0.1 " }
177
+ wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 18.0.1 " }
178
+ wasmtime-component-util = { path = " crates/component-util" , version = " =18.0.1 " }
179
+ wasmtime-component-macro = { path = " crates/component-macro" , version = " =18.0.1 " }
180
+ wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =18.0.1 " }
181
+ wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =18.0.1 " }
182
182
component-test-util = { path = " crates/misc/component-test-util" }
183
183
component-fuzz-util = { path = " crates/misc/component-fuzz-util" }
184
- wiggle = { path = " crates/wiggle" , version = " =18.0.0 " , default-features = false }
185
- wiggle-macro = { path = " crates/wiggle/macro" , version = " =18.0.0 " }
186
- wiggle-generate = { path = " crates/wiggle/generate" , version = " =18.0.0 " }
187
- wasi-common = { path = " crates/wasi-common" , version = " =18.0.0 " , default-features = false }
184
+ wiggle = { path = " crates/wiggle" , version = " =18.0.1 " , default-features = false }
185
+ wiggle-macro = { path = " crates/wiggle/macro" , version = " =18.0.1 " }
186
+ wiggle-generate = { path = " crates/wiggle/generate" , version = " =18.0.1 " }
187
+ wasi-common = { path = " crates/wasi-common" , version = " =18.0.1 " , default-features = false }
188
188
wasmtime-fuzzing = { path = " crates/fuzzing" }
189
- wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =18.0.0 " }
190
- wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =18.0.0 " }
189
+ wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =18.0.1 " }
190
+ wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =18.0.1 " }
191
191
test-programs-artifacts = { path = ' crates/test-programs/artifacts' }
192
192
193
- cranelift-wasm = { path = " cranelift/wasm" , version = " 0.105.0 " }
194
- cranelift-codegen = { path = " cranelift/codegen" , version = " 0.105.0 " , default-features = false , features = [" std" , " unwind" ] }
195
- cranelift-frontend = { path = " cranelift/frontend" , version = " 0.105.0 " }
196
- cranelift-entity = { path = " cranelift/entity" , version = " 0.105.0 " }
197
- cranelift-native = { path = " cranelift/native" , version = " 0.105.0 " }
198
- cranelift-module = { path = " cranelift/module" , version = " 0.105.0 " }
199
- cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.105.0 " }
200
- cranelift-reader = { path = " cranelift/reader" , version = " 0.105.0 " }
193
+ cranelift-wasm = { path = " cranelift/wasm" , version = " 0.105.1 " }
194
+ cranelift-codegen = { path = " cranelift/codegen" , version = " 0.105.1 " , default-features = false , features = [" std" , " unwind" ] }
195
+ cranelift-frontend = { path = " cranelift/frontend" , version = " 0.105.1 " }
196
+ cranelift-entity = { path = " cranelift/entity" , version = " 0.105.1 " }
197
+ cranelift-native = { path = " cranelift/native" , version = " 0.105.1 " }
198
+ cranelift-module = { path = " cranelift/module" , version = " 0.105.1 " }
199
+ cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.105.1 " }
200
+ cranelift-reader = { path = " cranelift/reader" , version = " 0.105.1 " }
201
201
cranelift-filetests = { path = " cranelift/filetests" }
202
- cranelift-object = { path = " cranelift/object" , version = " 0.105.0 " }
203
- cranelift-jit = { path = " cranelift/jit" , version = " 0.105.0 " }
202
+ cranelift-object = { path = " cranelift/object" , version = " 0.105.1 " }
203
+ cranelift-jit = { path = " cranelift/jit" , version = " 0.105.1 " }
204
204
cranelift-fuzzgen = { path = " cranelift/fuzzgen" }
205
- cranelift-bforest = { path = " cranelift/bforest" , version = " 0.105.0 " }
206
- cranelift-control = { path = " cranelift/control" , version = " 0.105.0 " }
207
- cranelift = { path = " cranelift/umbrella" , version = " 0.105.0 " }
205
+ cranelift-bforest = { path = " cranelift/bforest" , version = " 0.105.1 " }
206
+ cranelift-control = { path = " cranelift/control" , version = " 0.105.1 " }
207
+ cranelift = { path = " cranelift/umbrella" , version = " 0.105.1 " }
208
208
209
- winch-codegen = { path = " winch/codegen" , version = " =0.16.0 " }
209
+ winch-codegen = { path = " winch/codegen" , version = " =0.16.1 " }
210
210
winch-filetests = { path = " winch/filetests" }
211
211
winch-test-macros = { path = " winch/test-macros" }
212
212
0 commit comments