diff options
| author | Renovate Bot <[email protected]> | 2021-12-20 21:44:45 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-12-20 21:44:45 +0000 |
| commit | ba41164e7002679561b4ffb81411473b8f58fb5c (patch) | |
| tree | 829828c7b7003e8a738d725f79fff7fe12a0e1f6 /Cargo.toml | |
| parent | Merge pull request #29 from fuwn/renovate/tokio-1.x (diff) | |
| download | nitrous-ba41164e7002679561b4ffb81411473b8f58fb5c.tar.xz nitrous-ba41164e7002679561b4ffb81411473b8f58fb5c.zip | |
fix(deps): update rust crate reqwest to 0.11.8
Diffstat (limited to 'Cargo.toml')
| -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.6", features = ["socks"] } +reqwest = { version = "0.11.8", features = ["socks"] } tokio = { version = "1.13.0", features = ["full"] } # Allocator |