diff --git a/Cargo.toml b/Cargo.toml index c9c65cf..7940ea3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ regex = "1.8.4" reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } serde = {version = "1.0.164", default-features = false, features = ["derive"]} serde_json = "1.0.99" -tokio = { version = "1.29.0", features = ["full"] } +tokio = { version = "1.29.1", features = ["full"] }