From a96f6bb0656eb3fab6e99c24ebbf36192db113f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 04:40:38 +0000 Subject: [PATCH] build(deps): bump tokio from 1.40.0 to 1.41.1 in /src/enclave-agent Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.40.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/enclave-agent/Cargo.lock | 4 ++-- src/enclave-agent/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/enclave-agent/Cargo.lock b/src/enclave-agent/Cargo.lock index 0d676668..5711ffcd 100644 --- a/src/enclave-agent/Cargo.lock +++ b/src/enclave-agent/Cargo.lock @@ -4687,9 +4687,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes 1.5.0", diff --git a/src/enclave-agent/Cargo.toml b/src/enclave-agent/Cargo.toml index c90cffd3..184db9cb 100644 --- a/src/enclave-agent/Cargo.toml +++ b/src/enclave-agent/Cargo.toml @@ -21,7 +21,7 @@ serde = "1.0.210" serde_json = "1.0.132" # Async runtime -tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros", "signal"] } +tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros", "signal"] } ttrpc = { git = "https://github.com/haosanzi/ttrpc-rust", features = ["async"] }