From 21fd6e32311ac89d9c24a95ddea8f2ab5a2559d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 10:18:27 +0000 Subject: [PATCH] Bump tokio from 1.31.0 to 1.32.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.31.0 to 1.32.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.31.0...tokio-1.32.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- statime-linux/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0790b5a07..dd239c8ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -558,9 +558,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.31.0" +version = "1.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40de3a2ba249dcb097e01be5e67a5ff53cf250397715a071a81543e8a832a920" +checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9" dependencies = [ "backtrace", "libc", diff --git a/statime-linux/Cargo.toml b/statime-linux/Cargo.toml index b0ebd036e..853b4e64f 100644 --- a/statime-linux/Cargo.toml +++ b/statime-linux/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.20" statime = { path = "../statime" } thiserror = "1.0.46" pin-project-lite = "0.2.12" -tokio = { version = "1.31", features = ["net", "rt-multi-thread", "time", "macros", "sync"] } +tokio = { version = "1.32", features = ["net", "rt-multi-thread", "time", "macros", "sync"] } rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] } clock-steering = { git = "https://github.com/pendulum-project/clock-steering.git", rev = "3ab6721" }