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 3415b04 commit 086146eCopy full SHA for 086146e
Cargo.toml
@@ -22,7 +22,7 @@ members = [
22
23
[dependencies]
24
tokio-rustls = {version="0.24.1", features=["dangerous_configuration"]}
25
-rustls-pemfile = "1.0.3"
+rustls-pemfile = "1.0.4"
26
rabbitmq-stream-protocol = { version = "0.6", path = "protocol" }
27
tokio = { version = "1.29.1", features = ["full"] }
28
tokio-util = { version = "0.7.3", features = ["codec"] }
@@ -35,10 +35,10 @@ tracing = "0.1"
35
thiserror = "1.0"
36
async-trait = "0.1.51"
37
rand = "0.8"
38
-dashmap = "5.3.4"
+dashmap = "6.1.0"
39
murmur3 = "0.5.2"
40
41
[dev-dependencies]
42
tracing-subscriber = "0.3.1"
43
-fake = { version = "2.4", features = ['derive'] }
+fake = { version = "3.0.0", features = ['derive'] }
44
chrono = "0.4.26"
0 commit comments