From 40d917d777e203d39d43b90d48225c9bd3ddb449 Mon Sep 17 00:00:00 2001 From: Sudo Dios Date: Tue, 3 Sep 2024 20:33:57 +0330 Subject: [PATCH] Update dependencies --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42e30d8..a34a17c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2012,9 +2012,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" +checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" [[package]] name = "rustls-webpki" @@ -2327,9 +2327,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", @@ -2697,9 +2697,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.3" +version = "0.26.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" +checksum = "0bd24728e5af82c6c4ec1b66ac4844bdf8156257fccda846ec58b42cd0cdbe6a" dependencies = [ "rustls-pki-types", ] diff --git a/Cargo.toml b/Cargo.toml index dffdd56..76502a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,9 +7,9 @@ description = "Rust backend for LibreSpeed" [dependencies] #async net -tokio = {version = "1.39.3", features = ["net","io-util","rt","macros","rt-multi-thread"]} +tokio = {version = "1.40.0", features = ["net","io-util","rt","macros","rt-multi-thread"]} tokio-rustls = {version = "0.26.0", features = ["logging","tls12","ring"], default-features = false} -webpki-roots = "0.26.3" +webpki-roots = "0.26.5" rustls-pemfile = "2.1.3" #ip maxminddb = "0.24.0"