From a25732640594bedb368627ba62dcae8fa934ff57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 12:04:39 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.22.0 to 1.23.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.22.0...tokio-1.23.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- cli/Cargo.toml | 2 +- daemon/Cargo.toml | 2 +- pid1/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62e61f4..e3933cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1437,9 +1437,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.22.0" +version = "1.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3" +checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" dependencies = [ "autocfg", "bytes", @@ -1452,7 +1452,7 @@ dependencies = [ "signal-hook-registry", "socket2", "tokio-macros", - "winapi", + "windows-sys", ] [[package]] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f5a43cc..72ed0c0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -14,4 +14,4 @@ hyper = { version = "0.14.23", features = [ "stream" ] } hyperlocal = "0.8.0" serde = "1.0.148" serde_json = "1.0.89" -tokio = { version = "1.22.0", features = [ "full" ] } +tokio = { version = "1.23.0", features = [ "full" ] } diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 42e892c..2e13def 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -20,7 +20,7 @@ rlimit = "0.8.3" reqwest = "0.11.13" serde_json = "1.0.89" tar = "0.4.38" -tokio = { version = "1.22.0", features = [ "full" ] } +tokio = { version = "1.23.0", features = [ "full" ] } tokio-stream = { version = "0.1.11", features = [ "net" ] } tokio-util = { version = "0.7", features = ["io"] } warp = "0.3.3" diff --git a/pid1/Cargo.toml b/pid1/Cargo.toml index 50d8823..48fcf91 100644 --- a/pid1/Cargo.toml +++ b/pid1/Cargo.toml @@ -14,4 +14,4 @@ futures = "0.3.25" nix = "0.26.1" reqwest = "0.11.13" rlimit = "0.8.3" -tokio = { version = "1.22.0", features = [ "full" ] } +tokio = { version = "1.23.0", features = [ "full" ] }