diff --git a/Cargo.toml b/Cargo.toml index 23fc68d..5bd6630 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ tokio = { version = "1" } tokio-stream = "0.1" futures = "0.3" chrono = { version = "0.4", features = ["serde", "clock"], default-features = false } -async-trait = "0.1" +async-trait = "0.1.80" hex = "0.4" backoff = { version = "0.4", features = ["tokio"] } redb = { version = "2.1", optional = true }