mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 23:35:20 +00:00
Bump hashbrown to v0.15
This commit is contained in:
parent
9f6ea96e03
commit
7d148bd96b
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1659,6 +1659,8 @@ version = "0.15.2"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"allocator-api2",
|
||||||
|
"equivalent",
|
||||||
"foldhash",
|
"foldhash",
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -3555,7 +3557,7 @@ dependencies = [
|
|||||||
"futures-intrusive",
|
"futures-intrusive",
|
||||||
"futures-io",
|
"futures-io",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"hashbrown 0.14.5",
|
"hashbrown 0.15.2",
|
||||||
"hashlink",
|
"hashlink",
|
||||||
"indexmap 2.2.5",
|
"indexmap 2.2.5",
|
||||||
"ipnetwork",
|
"ipnetwork",
|
||||||
|
@ -81,7 +81,7 @@ bstr = { version = "1.0", default-features = false, features = ["std"], optional
|
|||||||
hashlink = "0.10.0"
|
hashlink = "0.10.0"
|
||||||
indexmap = "2.0"
|
indexmap = "2.0"
|
||||||
event-listener = "5.2.0"
|
event-listener = "5.2.0"
|
||||||
hashbrown = "0.14.5"
|
hashbrown = "0.15.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
sqlx = { workspace = true, features = ["postgres", "sqlite", "mysql", "migrate", "macros", "time", "uuid"] }
|
sqlx = { workspace = true, features = ["postgres", "sqlite", "mysql", "migrate", "macros", "time", "uuid"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user