Update Rust crate hashbrown to v0.15.4 (#13911)

This commit is contained in:
renovate[bot] 2025-06-09 14:28:39 -04:00 committed by GitHub
parent 1f2bba9b3d
commit 2940122e69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

14
Cargo.lock generated
View File

@ -1523,9 +1523,9 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
[[package]] [[package]]
name = "hashbrown" name = "hashbrown"
version = "0.15.3" version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3" checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
dependencies = [ dependencies = [
"allocator-api2", "allocator-api2",
"equivalent", "equivalent",
@ -1877,7 +1877,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
dependencies = [ dependencies = [
"equivalent", "equivalent",
"hashbrown 0.15.3", "hashbrown 0.15.4",
"serde", "serde",
] ]
@ -2619,7 +2619,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a98c6720655620a521dcc722d0ad66cd8afd5d86e34a89ef691c50b7b24de06" checksum = "7a98c6720655620a521dcc722d0ad66cd8afd5d86e34a89ef691c50b7b24de06"
dependencies = [ dependencies = [
"fixedbitset", "fixedbitset",
"hashbrown 0.15.3", "hashbrown 0.15.4",
"indexmap", "indexmap",
"serde", "serde",
] ]
@ -3229,7 +3229,7 @@ checksum = "1e147371c75553e1e2fcdb483944a8540b8438c31426279553b9a8182a9b7b65"
dependencies = [ dependencies = [
"bytecheck", "bytecheck",
"bytes", "bytes",
"hashbrown 0.15.3", "hashbrown 0.15.4",
"indexmap", "indexmap",
"munge", "munge",
"ptr_meta", "ptr_meta",
@ -5561,7 +5561,7 @@ name = "uv-pypi-types"
version = "0.0.1" version = "0.0.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"hashbrown 0.15.3", "hashbrown 0.15.4",
"indexmap", "indexmap",
"insta", "insta",
"itertools 0.14.0", "itertools 0.14.0",
@ -5734,7 +5734,7 @@ dependencies = [
"dashmap", "dashmap",
"either", "either",
"futures", "futures",
"hashbrown 0.15.3", "hashbrown 0.15.4",
"indexmap", "indexmap",
"insta", "insta",
"itertools 0.14.0", "itertools 0.14.0",