Skip to content

Commit

Permalink
Update dashmap requirement from ^5.5 to ^6.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.5.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] committed Jun 24, 2024
1 parent 4945dec commit f27ea9a
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 @@ -29,7 +29,7 @@ default = ["futures", "native_tls"]
version = "^1.5"

[dependencies.dashmap]
version = "^5.5"
version = "^6.0"

[dependencies.reqwest]
version = "^0.12"
Expand Down

0 comments on commit f27ea9a

Please sign in to comment.