diff --git a/Cargo.lock b/Cargo.lock index c768c1ecc..2792e43d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -323,7 +323,7 @@ dependencies = [ "csv-rs", "hex", "hyper 0.14.28", - "hyper-tls 0.5.0", + "hyper-tls 0.6.0", "kbs-types", "log", "nix 0.28.0", @@ -2555,7 +2555,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.5", + "socket2 0.4.10", "tokio", "tower-service", "tracing", diff --git a/attestation-agent/attester/Cargo.toml b/attestation-agent/attester/Cargo.toml index fad78c5ee..286850898 100644 --- a/attestation-agent/attester/Cargo.toml +++ b/attestation-agent/attester/Cargo.toml @@ -33,7 +33,7 @@ thiserror.workspace = true csv-rs = { git = "https://github.com/openanolis/csv-rs", rev = "b74aa8c", optional = true } codicon = { version = "3.0", optional = true } hyper = { version = "0.14", features = ["full"], optional = true } -hyper-tls = { version = "0.5", optional = true } +hyper-tls = { version = "0.6", optional = true } tokio = { version = "1", features = ["full"], optional = true } tempfile = { workspace = true, optional = true }