Skip to content

Commit

Permalink
chore(deps): update dashmap requirement from 5 to 6
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.0.0...v6.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rtyler committed Jul 1, 2024
1 parent 16c31fe commit 00cde11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ tokio = { workspace = true, features = [

# other deps (these should be organized and pulled into workspace.dependencies as necessary)
cfg-if = "1"
dashmap = "5"
dashmap = "6"
errno = "0.3"
either = "1.8"
fix-hidden-lifetime-bug = "0.2"
Expand Down

0 comments on commit 00cde11

Please sign in to comment.