Next Generation WASM Microkernel Operating System

chore(deps): update rust crate wat to v1.241.2

authored by

renovate[bot] and committed by
Jonas Kruckenberg
9f361eea a259ef11

+27 -7
+27 -7
Cargo.lock
··· 2285 2285 ] 2286 2286 2287 2287 [[package]] 2288 + name = "wasm-encoder" 2289 + version = "0.241.2" 2290 + source = "registry+https://github.com/rust-lang/crates.io-index" 2291 + checksum = "e01164c9dda68301e34fdae536c23ed6fe90ce6d97213ccc171eebbd3d02d6b8" 2292 + dependencies = [ 2293 + "leb128fmt", 2294 + "wasmparser 0.241.2", 2295 + ] 2296 + 2297 + [[package]] 2288 2298 name = "wasmparser" 2289 2299 version = "0.228.0" 2290 2300 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2300 2310 checksum = "b722dcf61e0ea47440b53ff83ccb5df8efec57a69d150e4f24882e4eba7e24a4" 2301 2311 dependencies = [ 2302 2312 "bitflags", 2313 + "semver", 2314 + ] 2315 + 2316 + [[package]] 2317 + name = "wasmparser" 2318 + version = "0.241.2" 2319 + source = "registry+https://github.com/rust-lang/crates.io-index" 2320 + checksum = "46d90019b1afd4b808c263e428de644f3003691f243387d30d673211ee0cb8e8" 2321 + dependencies = [ 2322 + "bitflags", 2303 2323 "indexmap", 2304 2324 "semver", 2305 2325 ] ··· 2323 2343 "libtest-mimic", 2324 2344 "memchr", 2325 2345 "unicode-width", 2326 - "wasm-encoder", 2346 + "wasm-encoder 0.240.0", 2327 2347 "wasmparser 0.228.0", 2328 2348 "wat", 2329 2349 ] 2330 2350 2331 2351 [[package]] 2332 2352 name = "wast" 2333 - version = "240.0.0" 2353 + version = "241.0.2" 2334 2354 source = "registry+https://github.com/rust-lang/crates.io-index" 2335 - checksum = "b0efe1c93db4ac562b9733e3dca19ed7fc878dba29aef22245acf84f13da4a19" 2355 + checksum = "63f66e07e2ddf531fef6344dbf94d112df7c2f23ed6ffb10962e711500b8d816" 2336 2356 dependencies = [ 2337 2357 "bumpalo", 2338 2358 "leb128fmt", 2339 2359 "memchr", 2340 2360 "unicode-width", 2341 - "wasm-encoder", 2361 + "wasm-encoder 0.241.2", 2342 2362 ] 2343 2363 2344 2364 [[package]] 2345 2365 name = "wat" 2346 - version = "1.240.0" 2366 + version = "1.241.2" 2347 2367 source = "registry+https://github.com/rust-lang/crates.io-index" 2348 - checksum = "4ec9b6eab7ecd4d639d78515e9ea491c9bacf494aa5eda10823bd35992cf8c1e" 2368 + checksum = "45f923705c40830af909c5dec2352ec2821202e4a66008194585e1917458a26d" 2349 2369 dependencies = [ 2350 - "wast 240.0.0", 2370 + "wast 241.0.2", 2351 2371 ] 2352 2372 2353 2373 [[package]]