diff options
| author | Renovate Bot <[email protected]> | 2022-03-14 19:20:48 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-14 19:20:48 +0000 |
| commit | 00d28145b8db71f908072ae1414deb7d43cf10c7 (patch) | |
| tree | 6a95736e7eaddbbf4e29a3201e745b689892b1ce | |
| parent | Merge pull request #37 from Fuwn/renovate/tokio-1.x (diff) | |
| download | nitrous-00d28145b8db71f908072ae1414deb7d43cf10c7.tar.xz nitrous-00d28145b8db71f908072ae1414deb7d43cf10c7.zip | |
fix(deps): update rust crate reqwest to 0.11.10
| -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 |