mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 04:50:46 +00:00
build(deps): bump hashbrown from 0.15.2 to 0.15.3 (#1821)
This commit is contained in:
parent
daeba85f14
commit
54bb651008
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user