diff options
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ dotenv = "0.15.0" # Web reqwest = { version = "0.11.3", features = ["socks"] } -tokio = { version = "1.6.2", features = ["full"] } +tokio = { version = "1.7.0", features = ["full"] } # Allocator [target.'cfg(target_family = "windows")'.dependencies] |