diff --git a/Cargo.toml b/Cargo.toml index 23fc68d..4a5083f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ rsb_derive = "0.5" serde = { version = "1.0", features = ["derive"] } tokio = { version = "1" } tokio-stream = "0.1" -futures = "0.3" +futures = "0.3.30" chrono = { version = "0.4", features = ["serde", "clock"], default-features = false } async-trait = "0.1" hex = "0.4"