Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1355,6 +1355,17 @@ dependencies = [ ] [[package]] +name = "hashbrown" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash 0.2.0", +] + +[[package]] name = "heapless" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1444,7 +1455,7 @@ dependencies = [ "anyhow", "foldhash 0.2.0", "futures-executor", - "hashbrown 0.16.1", + "hashbrown 0.17.0", "log", "once_cell", "parking_lot", |