Skip to content

Commit

Permalink
chore(deps): update dashmap requirement from 5.5.0 to 6.0.1 (#1254)
Browse files Browse the repository at this point in the history
Updates the requirements on [dashmap](https://github.com/xacrimon/dashmap) to permit the latest version.
- [Release notes](https://github.com/xacrimon/dashmap/releases)
- [Commits](xacrimon/dashmap@v5.5.0...v6.0.1)

---
updated-dependencies:
- dependency-name: dashmap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 0b78886 commit 0f9527e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bytecount = "0.6.7"
camino = { workspace = true, features = ["serde1"] }
clap = { workspace = true, features = ["derive"] }
config = "0.14.0"
dashmap = "5.5.0"
dashmap = "6.0.1"
ff = { workspace = true }
fxhash = "0.2.1"
generic-array = "1.0"
Expand Down

0 comments on commit 0f9527e

Please sign in to comment.