Skip to content

Commit

Permalink
Bump indexmap and ahash (#2565)
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobarbolini authored Jun 30, 2023
1 parent 0c8fe72 commit 713da5b
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 16 deletions.
58 changes: 46 additions & 12 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions sqlx-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ uuid = { workspace = true, optional = true }

async-io = { version = "1.9.0", optional = true }
paste = "1.0.6"
ahash = "0.7.6"
ahash = "0.8"
atoi = "2.0"

bitflags = { version = "1.3.2", default-features = false }
Expand Down Expand Up @@ -89,9 +89,7 @@ smallvec = "1.7.0"
url = { version = "2.2.2", default-features = false }
bstr = { version = "1.0", default-features = false, features = ["std"], optional = true }
hashlink = "0.8.0"
# NOTE: *must* remain below 1.7.0 to allow users to avoid the `ahash` cyclic dependency problem by pinning the version
# https://github.com/tkaitchuck/aHash/issues/95#issuecomment-874150078
indexmap = "1.6.0"
indexmap = "2.0"
event-listener = "2.5.2"

dotenvy = "0.15"
Expand Down

0 comments on commit 713da5b

Please sign in to comment.