From 85b389d847d864b32b2a52b7c23231c80b53c771 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:38:09 -0700 Subject: [PATCH] chore(deps): bump tokio from 1.39.3 to 1.40.0 (#1494) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.3 to 1.40.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.3...tokio-1.40.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- x509-cert/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5081619f2..855fc268f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1740,9 +1740,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "pin-project-lite", diff --git a/x509-cert/Cargo.toml b/x509-cert/Cargo.toml index b0bd6ae4c..19366942f 100644 --- a/x509-cert/Cargo.toml +++ b/x509-cert/Cargo.toml @@ -36,7 +36,7 @@ p256 = "=0.14.0-pre.1" rstest = "0.22" sha2 = { version = "=0.11.0-pre.4", features = ["oid"] } tempfile = "3.5.0" -tokio = { version = "1.39.3", features = ["macros", "rt"] } +tokio = { version = "1.40.0", features = ["macros", "rt"] } x509-cert-test-support = { path = "./test-support" } [features]