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"] }