From c5fb8bba91d7c4d407ab23fb33de619d10dff60f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 22:12:44 +0000 Subject: [PATCH] Bump tokio from 1.34.0 to 1.35.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.34.0 to 1.35.0. - [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 ... 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 c254c1d..055cde8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -857,9 +857,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[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", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7e37a80..f450886 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,6 @@ rstest = "0.18.2" rstest_reuse = "0.6.0" serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.85" -tokio = { version = "1.21.2", features = ["full"] } +tokio = { version = "1.35.0", features = ["full"] } tower = "0.4.13" uuid = { version = "1.1.2", features = ["v4", "serde"] }