Skip to content

Commit 086146e

Browse files
authored
Update dependencies (#244)
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
1 parent 3415b04 commit 086146e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ members = [
2222

2323
[dependencies]
2424
tokio-rustls = {version="0.24.1", features=["dangerous_configuration"]}
25-
rustls-pemfile = "1.0.3"
25+
rustls-pemfile = "1.0.4"
2626
rabbitmq-stream-protocol = { version = "0.6", path = "protocol" }
2727
tokio = { version = "1.29.1", features = ["full"] }
2828
tokio-util = { version = "0.7.3", features = ["codec"] }
@@ -35,10 +35,10 @@ tracing = "0.1"
3535
thiserror = "1.0"
3636
async-trait = "0.1.51"
3737
rand = "0.8"
38-
dashmap = "5.3.4"
38+
dashmap = "6.1.0"
3939
murmur3 = "0.5.2"
4040

4141
[dev-dependencies]
4242
tracing-subscriber = "0.3.1"
43-
fake = { version = "2.4", features = ['derive'] }
43+
fake = { version = "3.0.0", features = ['derive'] }
4444
chrono = "0.4.26"

0 commit comments

Comments
 (0)