diff --git a/Cargo.toml b/Cargo.toml index 24a0586..f369b54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ lazy_static = "1.4" mockall = { version = "0.12", optional = true } serde_json = { version = "1.0", optional = true } time = "0.3" -tokio = { version = "1.36", features = [ "full" ] } +tokio = { version = "1.37", features = [ "full" ] } typed-builder = "0.18" [dev-dependencies]