diff --git a/src/enclave-agent/Cargo.lock b/src/enclave-agent/Cargo.lock index 4a9bf977..571c473f 100644 --- a/src/enclave-agent/Cargo.lock +++ b/src/enclave-agent/Cargo.lock @@ -4687,9 +4687,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.1" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes 1.5.0", diff --git a/src/enclave-agent/Cargo.toml b/src/enclave-agent/Cargo.toml index 9d5d3fd6..626b310b 100644 --- a/src/enclave-agent/Cargo.toml +++ b/src/enclave-agent/Cargo.toml @@ -21,7 +21,7 @@ serde = "1.0.215" serde_json = "1.0.133" # Async runtime -tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros", "signal"] } +tokio = { version = "1.42.0", features = ["rt-multi-thread", "macros", "signal"] } ttrpc = { git = "https://github.com/haosanzi/ttrpc-rust", features = ["async"] }