From ee52fa255c32dae49ed65cf392994ac62920fad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:07:48 +0000 Subject: [PATCH] [Cargo]: Bump the core group with 1 update Bumps the core group with 1 update: [tokio](https://github.com/tokio-rs/tokio). - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.34.0...tokio-1.35.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f1bf923..4289519 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1412,9 +1412,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.34.0" +version = "1.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" +checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" dependencies = [ "backtrace", "libc", diff --git a/Cargo.toml b/Cargo.toml index 4b6eda3..d5dc772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ axum = "0.6.20" axum-extra = { version = "0.9.0", features = ["typed-routing"] } tower-http = { version = "0.4.4", default-features = false, features = ["trace"] } futures = "0.3.29" -tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "signal"] } +tokio = { version = "1.35.0", features = ["macros", "rt-multi-thread", "signal"] } elegant-departure = { version = "0.2.1", features = ["tokio"] } tracing = "0.1.40" tracing-subscriber = "0.3.18"