diff --git a/Cargo.toml b/Cargo.toml index d6d5b05..8e84e7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ reqwest = { version = "~0.11.20", features = [ "cookie_store", "cookies", ] } -tokio = { version = "~1.32.0", features = ["full"] } +tokio = { version = "~1.35.1", features = ["full"] } tracing = { version = "~0.1.37", optional = true }