diff options
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ human-panic = "1.0.3" dotenv = "0.15.0" # Web -reqwest = { version = "0.11.9", features = ["socks"] } +reqwest = { version = "0.11.10", features = ["socks"] } tokio = { version = "1.17.0", features = ["full"] } # Allocator |