diff --git a/Cargo.lock b/Cargo.lock index e9c08bd..dc7a050 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -925,11 +925,10 @@ dependencies = [ [[package]] name = "tokio-openssl" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ffab79df67727f6acf57f1ff743091873c24c579b1e2ce4d8f53e47ded4d63d" +checksum = "59df6849caa43bb7567f9a36f863c447d95a11d5903c9cc334ba32576a27eadd" dependencies = [ - "futures-util", "openssl", "openssl-sys", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 3a10931..bab2431 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ serde = { version = "^1.0.210", features = ["derive"] } tikv-jemallocator = "0.6" tokio = { version = "^1.40.0", features = ["rt", "rt-multi-thread", "macros", "net", "signal", "io-util"] } tokio-util = { version = "^0.7.12", features = ["codec"] } -tokio-openssl = "^0.6.4" +tokio-openssl = "^0.6.5" toml = "^0.8.19"