diff --git a/Cargo.toml b/Cargo.toml index 6965a5a..6510d1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0" async-trait = "0.1.74" lazy_static = "1.4.0" time = "0.3.30" -tokio = { version = "1.34.0", features = [ "full" ] } +tokio = { version = "1.35.0", features = [ "full" ] } typed-builder = "0.18.0" [dev-dependencies]