diff options
| author | Fuwn <[email protected]> | 2021-07-07 02:06:46 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-07 02:06:46 +0000 |
| commit | 2a09cf287de3edaff76c75b43d2c2a49f5910b79 (patch) | |
| tree | aff2929368751d68c0312f1ae6e2b8b9a1aff51d | |
| parent | Merge pull request #54 from Whirlsplash/renovate/husky-7.x (diff) | |
| parent | fix(deps): update rust crate tokio to 1.8.1 (diff) | |
| download | whirl-2a09cf287de3edaff76c75b43d2c2a49f5910b79.tar.xz whirl-2a09cf287de3edaff76c75b43d2c2a49f5910b79.zip | |
Merge pull request #55 from Whirlsplash/renovate/tokio-1.x
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_server/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index e2fe37a..eec03b8 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -42,7 +42,7 @@ structopt = "0.3.22" whirl_config = { path = "../whirl_config" } # TCP -tokio = { version = "1.8.0", features = ["full"] } +tokio = { version = "1.8.1", features = ["full"] } tokio-util = { version = "0.6.7", features = ["codec"] } tokio-stream = "0.1.6" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index b6b93bb..3d66e75 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -20,7 +20,7 @@ actix-cors = "0.5.4" # Utility sysinfo = "0.19.0" whirl_common = { path = "../whirl_common" } -tokio = { version = "1.8.0", features = ["full"] } +tokio = { version = "1.8.1", features = ["full"] } num-traits = "0.2.14" qstring = "0.7.2" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 4bea60d..c80789b 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -30,7 +30,7 @@ serde = "1.0.126" serde_derive = "1.0.126" # TCP -tokio = { version = "1.8.0", features = ["full"] } +tokio = { version = "1.8.1", features = ["full"] } tokio-util = { version = "0.6.7", features = ["codec"] } tokio-stream = "0.1.6" |