Next Generation WASM Microkernel Operating System

chore(deps): update rust crate wat to v1.236.1 (#521)

authored by

renovate[bot] and committed by
GitHub
beedd9a9 556e7203

+11 -11
+11 -11
Cargo.lock
··· 2302 2302 2303 2303 [[package]] 2304 2304 name = "wasm-encoder" 2305 - version = "0.236.0" 2305 + version = "0.236.1" 2306 2306 source = "registry+https://github.com/rust-lang/crates.io-index" 2307 - checksum = "3108979166ab0d3c7262d2e16a2190ffe784b2a5beb963edef154b5e8e07680b" 2307 + checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7" 2308 2308 dependencies = [ 2309 2309 "leb128fmt", 2310 - "wasmparser 0.236.0", 2310 + "wasmparser 0.236.1", 2311 2311 ] 2312 2312 2313 2313 [[package]] ··· 2331 2331 2332 2332 [[package]] 2333 2333 name = "wasmparser" 2334 - version = "0.236.0" 2334 + version = "0.236.1" 2335 2335 source = "registry+https://github.com/rust-lang/crates.io-index" 2336 - checksum = "16d1eee846a705f6f3cb9d7b9f79b54583810f1fb57a1e3aea76d1742db2e3d2" 2336 + checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7" 2337 2337 dependencies = [ 2338 2338 "bitflags", 2339 2339 "indexmap", ··· 2366 2366 2367 2367 [[package]] 2368 2368 name = "wast" 2369 - version = "236.0.0" 2369 + version = "236.0.1" 2370 2370 source = "registry+https://github.com/rust-lang/crates.io-index" 2371 - checksum = "11d6b6faeab519ba6fbf9b26add41617ca6f5553f99ebc33d876e591d2f4f3c6" 2371 + checksum = "d3bec4b4db9c6808d394632fd4b0cd4654c32c540bd3237f55ee6a40fff6e51f" 2372 2372 dependencies = [ 2373 2373 "bumpalo", 2374 2374 "leb128fmt", 2375 2375 "memchr", 2376 2376 "unicode-width", 2377 - "wasm-encoder 0.236.0", 2377 + "wasm-encoder 0.236.1", 2378 2378 ] 2379 2379 2380 2380 [[package]] 2381 2381 name = "wat" 2382 - version = "1.236.0" 2382 + version = "1.236.1" 2383 2383 source = "registry+https://github.com/rust-lang/crates.io-index" 2384 - checksum = "cc31704322400f461f7f31a5f9190d5488aaeafb63ae69ad2b5888d2704dcb08" 2384 + checksum = "64475e2f77d6071ce90624098fc236285ddafa8c3ea1fb386f2c4154b6c2bbdb" 2385 2385 dependencies = [ 2386 - "wast 236.0.0", 2386 + "wast 236.0.1", 2387 2387 ] 2388 2388 2389 2389 [[package]]