Skip to content

Commit d9e2f8d

Browse files
Bump hashbrown to v0.15
1 parent 9f6ea96 commit d9e2f8d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ bstr = { version = "1.0", default-features = false, features = ["std"], optional
8181
hashlink = "0.10.0"
8282
indexmap = "2.0"
8383
event-listener = "5.2.0"
84-
hashbrown = "0.14.5"
84+
hashbrown = "0.15.0"
8585

8686
[dev-dependencies]
8787
sqlx = { workspace = true, features = ["postgres", "sqlite", "mysql", "migrate", "macros", "time", "uuid"] }

0 commit comments

Comments
 (0)