From b6158f929929d62382c1265f89910c87006ca422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 11:48:09 +0000 Subject: [PATCH] chore(deps): update tokio-rustls requirement from 0.24.1 to 0.25.0 Dependabot couldn't find the original pull request head commit, 6cfa7a021c0c5489f809827b685907e833400671. --- rpxy-lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index 3e3b1b02..fa9dc0cd 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -78,7 +78,7 @@ hyper-tls = { git = "https://github.com/junkurihara/hyper-tls", features = [ # tls and cert management for server hot_reload = "0.1.4" rustls = { version = "0.21.10", default-features = false } -tokio-rustls = { version = "0.24.1", features = ["early-data"] } +tokio-rustls = { version = "0.25.0", features = ["early-data"] } webpki = "0.22.4" x509-parser = "0.15.1"