diff options
| author | Fuwn <[email protected]> | 2021-06-15 01:50:18 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-15 01:50:18 +0000 |
| commit | 03091fce11b4ba1281b173d141e7cbfb22c52d98 (patch) | |
| tree | 6be97f108aa49a67a785ad0e27c442db0a873a4b | |
| parent | style(global): fix license spec (diff) | |
| parent | fix(deps): update rust crate tokio to 1.6.2 (diff) | |
| download | nitrous-03091fce11b4ba1281b173d141e7cbfb22c52d98.tar.xz nitrous-03091fce11b4ba1281b173d141e7cbfb22c52d98.zip | |
Merge pull request #3 from fuwn/renovate/tokio-1.x
fix(deps): update rust crate tokio to 1.6.2
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ dotenv = "0.15.0" # Web reqwest = { version = "0.11.3", features = ["socks"] } -tokio = { version = "1.6.1", features = ["full"] } +tokio = { version = "1.6.2", features = ["full"] } # Allocator [target.'cfg(target_family = "windows")'.dependencies] |