diff --git a/Cargo.lock b/Cargo.lock index 747334aa5c..ec33c4604f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -196,6 +196,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" +[[package]] +name = "foldhash" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" + [[package]] name = "getrandom" version = "0.2.17" @@ -227,7 +233,7 @@ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" dependencies = [ "allocator-api2", "equivalent", - "foldhash", + "foldhash 0.1.5", "rayon", ] @@ -236,6 +242,12 @@ name = "hashbrown" version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash 0.2.0", + "rayon", +] [[package]] name = "heck" @@ -618,7 +630,7 @@ version = "0.29.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4688ddedf473e32662b9b067670129a8afb8c18e351482c70d62ba4a88171e8b" dependencies = [ - "hashbrown 0.15.5", + "hashbrown 0.17.1", "indexmap", "libc", "num-bigint", @@ -864,7 +876,7 @@ version = "0.18.0" dependencies = [ "fixedbitset", "flate2", - "foldhash", + "foldhash 0.1.5", "hashbrown 0.15.5", "indexmap", "nalgebra-sparse", @@ -895,8 +907,8 @@ name = "rustworkx-core" version = "0.18.0" dependencies = [ "fixedbitset", - "foldhash", - "hashbrown 0.15.5", + "foldhash 0.1.5", + "hashbrown 0.17.1", "indexmap", "ndarray", "num-traits", @@ -999,9 +1011,9 @@ checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea" [[package]] name = "smallvec" -version = "1.15.2" +version = "1.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" +checksum = "ba467056f1b547ed52077911161fc86985becbc60e8e1857c8a144dab0def891" [[package]] name = "sprs"