diff --git a/Cargo.toml b/Cargo.toml index d22b562..4854e2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ async-trait = "0.1.74" lazy_static = "1.4.0" serde_json = { version = "1.0.108", optional = true } time = "0.3.30" -tokio = { version = "1.35.0", features = [ "full" ] } +tokio = { version = "1.35.1", features = [ "full" ] } typed-builder = "0.18.0" [dev-dependencies]