diff options
| author | Renovate Bot <[email protected]> | 2021-06-15 17:58:08 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-06-15 17:58:08 +0000 |
| commit | 99d760c1536488fbd429f05941c629acff602ca3 (patch) | |
| tree | cc2055733851baf2841872ebcc1f2a0c5776c9de | |
| parent | Merge pull request #3 from fuwn/renovate/tokio-1.x (diff) | |
| download | nitrous-99d760c1536488fbd429f05941c629acff602ca3.tar.xz nitrous-99d760c1536488fbd429f05941c629acff602ca3.zip | |
fix(deps): update rust crate tokio to 1.7.0
| -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.2", features = ["full"] } +tokio = { version = "1.7.0", features = ["full"] } # Allocator [target.'cfg(target_family = "windows")'.dependencies] |