diff options
| author | Renovate Bot <[email protected]> | 2021-10-07 20:05:46 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-10-07 20:05:46 +0000 |
| commit | 90971f86268977dcdd009833d6b5d50e84365e52 (patch) | |
| tree | 89f36a04588bf04be3a42df4ad9945eb0e53f0ac /Cargo.toml | |
| parent | Merge pull request #25 from fuwn/renovate/tokio-1.x (diff) | |
| download | nitrous-90971f86268977dcdd009833d6b5d50e84365e52.tar.xz nitrous-90971f86268977dcdd009833d6b5d50e84365e52.zip | |
fix(deps): update rust crate reqwest to 0.11.5
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.4", features = ["socks"] } +reqwest = { version = "0.11.5", features = ["socks"] } tokio = { version = "1.12.0", features = ["full"] } # Allocator |