Skip to content

Commit

Permalink
Update dashmap requirement from 5.4.0 to 6.1.0
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.4.0...v6.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2024
1 parent 19d829f commit 6329ae3
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 @@ -53,7 +53,7 @@ futures = { version = "0.3" }
log = { version = "0.4" }
parking_lot = { version = "0.12" }
tempfile = { version = "3" }
dashmap = { version = "5.4.0" }
dashmap = { version = "6.1.0" }
async-trait = { version = "0.1.4" }
serde = { version = "1.0.136" }
num_cpus = { version = "1.13.0" }
Expand Down

0 comments on commit 6329ae3

Please sign in to comment.