Next Generation WASM Microkernel Operating System

chore(deps): update rust crate wat to v1.236.0 (#510)

authored by

renovate[bot] and committed by
GitHub
59e31ec5 2b675973

+11 -11
+11 -11
Cargo.lock
··· 2311 2311 2312 2312 [[package]] 2313 2313 name = "wasm-encoder" 2314 - version = "0.235.0" 2314 + version = "0.236.0" 2315 2315 source = "registry+https://github.com/rust-lang/crates.io-index" 2316 - checksum = "b3bc393c395cb621367ff02d854179882b9a351b4e0c93d1397e6090b53a5c2a" 2316 + checksum = "3108979166ab0d3c7262d2e16a2190ffe784b2a5beb963edef154b5e8e07680b" 2317 2317 dependencies = [ 2318 2318 "leb128fmt", 2319 - "wasmparser 0.235.0", 2319 + "wasmparser 0.236.0", 2320 2320 ] 2321 2321 2322 2322 [[package]] ··· 2340 2340 2341 2341 [[package]] 2342 2342 name = "wasmparser" 2343 - version = "0.235.0" 2343 + version = "0.236.0" 2344 2344 source = "registry+https://github.com/rust-lang/crates.io-index" 2345 - checksum = "161296c618fa2d63f6ed5fffd1112937e803cb9ec71b32b01a76321555660917" 2345 + checksum = "16d1eee846a705f6f3cb9d7b9f79b54583810f1fb57a1e3aea76d1742db2e3d2" 2346 2346 dependencies = [ 2347 2347 "bitflags", 2348 2348 "indexmap", ··· 2375 2375 2376 2376 [[package]] 2377 2377 name = "wast" 2378 - version = "235.0.0" 2378 + version = "236.0.0" 2379 2379 source = "registry+https://github.com/rust-lang/crates.io-index" 2380 - checksum = "1eda4293f626c99021bb3a6fbe4fbbe90c0e31a5ace89b5f620af8925de72e13" 2380 + checksum = "11d6b6faeab519ba6fbf9b26add41617ca6f5553f99ebc33d876e591d2f4f3c6" 2381 2381 dependencies = [ 2382 2382 "bumpalo", 2383 2383 "leb128fmt", 2384 2384 "memchr", 2385 2385 "unicode-width", 2386 - "wasm-encoder 0.235.0", 2386 + "wasm-encoder 0.236.0", 2387 2387 ] 2388 2388 2389 2389 [[package]] 2390 2390 name = "wat" 2391 - version = "1.235.0" 2391 + version = "1.236.0" 2392 2392 source = "registry+https://github.com/rust-lang/crates.io-index" 2393 - checksum = "e777e0327115793cb96ab220b98f85327ec3d11f34ec9e8d723264522ef206aa" 2393 + checksum = "cc31704322400f461f7f31a5f9190d5488aaeafb63ae69ad2b5888d2704dcb08" 2394 2394 dependencies = [ 2395 - "wast 235.0.0", 2395 + "wast 236.0.0", 2396 2396 ] 2397 2397 2398 2398 [[package]]