Next Generation WASM Microkernel Operating System

chore(deps): update rust crate hashbrown to v0.15.5 (#513)

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

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
568f935f cb92c397

+2 -2
+2 -2
Cargo.lock
··· 737 737 738 738 [[package]] 739 739 name = "hashbrown" 740 - version = "0.15.4" 740 + version = "0.15.5" 741 741 source = "registry+https://github.com/rust-lang/crates.io-index" 742 - checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" 742 + checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 743 743 dependencies = [ 744 744 "foldhash", 745 745 ]