build(deps): bump hashbrown from 0.15.2 to 0.15.3 (#1821)

This commit is contained in:
dependabot[bot] 2025-05-12 08:45:08 -07:00 committed by GitHub
parent daeba85f14
commit 54bb651008
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1210,9 +1210,9 @@ dependencies = [
[[package]]
name = "hashbrown"
version = "0.15.2"
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
dependencies = [
"allocator-api2",
"equivalent",

View File

@ -31,7 +31,7 @@ bitflags = "2.9.0"
color-eyre = "0.6.3"
crossterm = "0.29.0"
document-features = "0.2.11"
hashbrown = "0.15.2"
hashbrown = "0.15.3"
indoc = "2.0.6"
instability = "0.3.7"
itertools = "0.13.0"