Skip to content

Commit

Permalink
Bump hashbrown to v0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored and abonander committed Dec 24, 2024
1 parent 9f6ea96 commit 7d148bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sqlx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ bstr = { version = "1.0", default-features = false, features = ["std"], optional
hashlink = "0.10.0"
indexmap = "2.0"
event-listener = "5.2.0"
hashbrown = "0.14.5"
hashbrown = "0.15.0"

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

0 comments on commit 7d148bd

Please sign in to comment.