Skip to content

Commit 8a2ba62

Browse files
Update dashmap requirement from 5.1 to 6.0 (#162)
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.1.0...v6.0.0) --- updated-dependencies: - dependency-name: dashmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f811967 commit 8a2ba62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async-trait = "0.1"
3030
bytes = "1.2"
3131
cbc = {version = "0.1", features = ["std"], optional = true}
3232
chrono = {version = "0.4", default-features = false, features = ["clock", "std", "serde"], optional = true}
33-
dashmap = {version = "5.1", optional = true}
33+
dashmap = {version = "6.0", optional = true}
3434
futures = "0.3"
3535
futures-util = "0.3"
3636
jsonwebtoken = {version = "9.0", optional = true}

0 commit comments

Comments
 (0)