diff options
| author | Fuwn <[email protected]> | 2022-04-13 21:48:52 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-13 21:48:52 +0000 |
| commit | 0ab24f82f733257f7cff7ffe533f31cb1759ba01 (patch) | |
| tree | 84d93b55dadff5d6a0638ae10bd18817fb5edb71 /Cargo.toml | |
| parent | Merge pull request #40 from Fuwn/renovate/log-0.x (diff) | |
| parent | fix(deps): update rust crate reqwest to 0.11.10 (diff) | |
| download | nitrous-main.tar.xz nitrous-main.zip | |
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.9", features = ["socks"] } +reqwest = { version = "0.11.10", features = ["socks"] } tokio = { version = "1.17.0", features = ["full"] } # Allocator |