diff --git a/Cargo.toml b/Cargo.toml index ced04f6..563f924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ lazy_static = "1.4.0" mockall = { version = "0.12.1", optional = true } serde_json = { version = "1.0.113", optional = true } time = "0.3.34" -tokio = { version = "1.35.1", features = [ "full" ] } +tokio = { version = "1.36.0", features = [ "full" ] } typed-builder = "0.18.1" [dev-dependencies]