From 7b09b6e9a014e4c6a3d9e49ba725a4964141ef30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 01:17:45 +0000 Subject: [PATCH] build(deps): bump tokio from 1.29.0 to 1.29.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.29.0 to 1.29.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.29.0...tokio-1.29.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... 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 8d83b68e..632a044f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1507,9 +1507,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.29.0" +version = "1.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374442f06ee49c3a28a8fc9f01a2596fed7559c6b99b31279c3261778e77d84f" +checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da" dependencies = [ "autocfg", "backtrace", diff --git a/Cargo.toml b/Cargo.toml index e06abc6e..85e08aa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ sha2 = { version = "^0.10.2", default-features = false } signature = {version = "2.0.0", default-features = false } spki = { version = "0.6", default-features = false } testaso = { version = "0.1", default-features = false } -tokio = { version = "^1.29.0", default-features = false } +tokio = { version = "^1.29.1", default-features = false } toml = { version = "0.7.6", default-features = false } tower = { version = "^0.4.11", default-features = false } tower-http = { version = "^0.3.5", default-features = false }