Revert "Update hashbrown requirement from 0.14.5 to 0.15.3 (#3184)" (#3186)

This reverts commit 4448799dc2205e4cb1753b8b8d91b4f6d299365d.
This commit is contained in:
Romain Malmain 2025-05-02 11:36:36 +02:00 committed by GitHub
parent 4448799dc2
commit 1620bd766f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ cc = "1.1.21"
cmake = "0.1.51" cmake = "0.1.51"
document-features = "0.2.10" document-features = "0.2.10"
fastbloom = { version = "0.9.0", default-features = false } fastbloom = { version = "0.9.0", default-features = false }
hashbrown = { version = "0.15.3", default-features = false } # A faster hashmap, nostd compatible hashbrown = { version = "0.14.5", default-features = false } # A faster hashmap, nostd compatible
just = "1.40.0" just = "1.40.0"
libc = "0.2.159" # For (*nix) libc libc = "0.2.159" # For (*nix) libc
libipt = "0.3.0" libipt = "0.3.0"