Next Generation WASM Microkernel Operating System
wasm os rust microkernel
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update rust crate wat to v1.239.0 (#540)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
f1547866 9c6c2f08

+27 -7
+27 -7
Cargo.lock
··· 2271 2271 ] 2272 2272 2273 2273 [[package]] 2274 + name = "wasm-encoder" 2275 + version = "0.239.0" 2276 + source = "registry+https://github.com/rust-lang/crates.io-index" 2277 + checksum = "5be00faa2b4950c76fe618c409d2c3ea5a3c9422013e079482d78544bb2d184c" 2278 + dependencies = [ 2279 + "leb128fmt", 2280 + "wasmparser 0.239.0", 2281 + ] 2282 + 2283 + [[package]] 2274 2284 name = "wasmparser" 2275 2285 version = "0.228.0" 2276 2286 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2286 2296 checksum = "7d2a40ca0d2bdf4b0bf36c13a737d0b2c58e4c8aaefe1c57f336dd75369ca250" 2287 2297 dependencies = [ 2288 2298 "bitflags", 2299 + "semver", 2300 + ] 2301 + 2302 + [[package]] 2303 + name = "wasmparser" 2304 + version = "0.239.0" 2305 + source = "registry+https://github.com/rust-lang/crates.io-index" 2306 + checksum = "8c9d90bb93e764f6beabf1d02028c70a2156a6583e63ac4218dd07ef733368b0" 2307 + dependencies = [ 2308 + "bitflags", 2289 2309 "indexmap", 2290 2310 "semver", 2291 2311 ] ··· 2309 2329 "libtest-mimic", 2310 2330 "memchr", 2311 2331 "unicode-width", 2312 - "wasm-encoder", 2332 + "wasm-encoder 0.237.0", 2313 2333 "wasmparser 0.228.0", 2314 2334 "wat", 2315 2335 ] 2316 2336 2317 2337 [[package]] 2318 2338 name = "wast" 2319 - version = "237.0.0" 2339 + version = "239.0.0" 2320 2340 source = "registry+https://github.com/rust-lang/crates.io-index" 2321 - checksum = "fcf66f545acbd55082485cb9a6daab54579cb8628a027162253e8e9f5963c767" 2341 + checksum = "9139176fe8a2590e0fb174cdcaf373b224cb93c3dde08e4297c1361d2ba1ea5d" 2322 2342 dependencies = [ 2323 2343 "bumpalo", 2324 2344 "leb128fmt", 2325 2345 "memchr", 2326 2346 "unicode-width", 2327 - "wasm-encoder", 2347 + "wasm-encoder 0.239.0", 2328 2348 ] 2329 2349 2330 2350 [[package]] 2331 2351 name = "wat" 2332 - version = "1.237.0" 2352 + version = "1.239.0" 2333 2353 source = "registry+https://github.com/rust-lang/crates.io-index" 2334 - checksum = "27975186f549e4b8d6878b627be732863883c72f7bf4dcf8f96e5f8242f73da9" 2354 + checksum = "3e1c941927d34709f255558166f8901a2005f8ab4a9650432e9281b7cc6f3b75" 2335 2355 dependencies = [ 2336 - "wast 237.0.0", 2356 + "wast 239.0.0", 2337 2357 ] 2338 2358 2339 2359 [[package]]