From 07d14daeeee7fabd1b401ffba9752ea2898b67ce Mon Sep 17 00:00:00 2001 From: Gabriele Santomaggio Date: Tue, 5 Nov 2024 14:46:21 +0100 Subject: [PATCH] Update dependencies Signed-off-by: Gabriele Santomaggio --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 73712b57..e82e364f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ members = [ [dependencies] tokio-rustls = {version="0.24.1", features=["dangerous_configuration"]} -rustls-pemfile = "1.0.3" +rustls-pemfile = "1.0.4" rabbitmq-stream-protocol = { version = "0.6", path = "protocol" } tokio = { version = "1.29.1", features = ["full"] } tokio-util = { version = "0.7.3", features = ["codec"] } @@ -35,10 +35,10 @@ tracing = "0.1" thiserror = "1.0" async-trait = "0.1.51" rand = "0.8" -dashmap = "5.3.4" +dashmap = "6.1.0" murmur3 = "0.5.2" [dev-dependencies] tracing-subscriber = "0.3.1" -fake = { version = "2.4", features = ['derive'] } +fake = { version = "3.0.0", features = ['derive'] } chrono = "0.4.26"