diff options
| author | Fuwn <[email protected]> | 2021-07-24 12:57:08 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-24 12:57:08 +0000 |
| commit | 6d04bd1dacfce4840cf337f0cd7a5f0631939a7a (patch) | |
| tree | 8cddd5020f8879536dfd56d8b9c1c73cad1b0a13 | |
| parent | Merge pull request #61 from Whirlsplash/renovate/major-commitlint-monorepo (diff) | |
| parent | fix(deps): update rust crate tokio to 1.9.0 (diff) | |
| download | whirl-6d04bd1dacfce4840cf337f0cd7a5f0631939a7a.tar.xz whirl-6d04bd1dacfce4840cf337f0cd7a5f0631939a7a.zip | |
Merge pull request #60 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 9ef52df..2e2f8a5 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -43,7 +43,7 @@ signal-hook = "0.3.9" whirl_config = { path = "../whirl_config" } # TCP -tokio = { version = "1.8.2", features = ["full"] } +tokio = { version = "1.9.0", features = ["full"] } tokio-util = { version = "0.6.7", features = ["codec"] } tokio-stream = "0.1.7" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index f6bdf04..ed41db4 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.2" whirl_common = { path = "../whirl_common" } -tokio = { version = "1.8.2", features = ["full"] } +tokio = { version = "1.9.0", 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 c80f96e..6eeafcd 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.2", features = ["full"] } +tokio = { version = "1.9.0", features = ["full"] } tokio-util = { version = "0.6.7", features = ["codec"] } tokio-stream = "0.1.7" |