diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-12-09 11:43:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-09 10:43:48 +0000 |
| commit | f960fe60121ff7d03dfc5db429b756d7efd0cc1f (patch) | |
| tree | f3a14b29e4cecbd0fd61814b70e9eb2a4240ba38 | |
| parent | c2cc09e71ab97f752cd07acad7c38443c58cf64f (diff) | |
Bump hashbrown (#5552)
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -890,9 +890,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.0" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" [[package]] name = "hayagriva" @@ -1169,7 +1169,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" dependencies = [ "equivalent", - "hashbrown 0.15.0", + "hashbrown 0.15.2", "rayon", "serde", ] |
