We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f811967 commit 8a2ba62Copy full SHA for 8a2ba62
Cargo.toml
@@ -30,7 +30,7 @@ async-trait = "0.1"
30
bytes = "1.2"
31
cbc = {version = "0.1", features = ["std"], optional = true}
32
chrono = {version = "0.4", default-features = false, features = ["clock", "std", "serde"], optional = true}
33
-dashmap = {version = "5.1", optional = true}
+dashmap = {version = "6.0", optional = true}
34
futures = "0.3"
35
futures-util = "0.3"
36
jsonwebtoken = {version = "9.0", optional = true}
0 commit comments