From 84ec1e8973f29f49e98e416bb34929edc37928ff Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Thu, 17 Oct 2024 11:23:51 +0900 Subject: [PATCH] chore: deps --- rpxy-acme/Cargo.toml | 2 +- rpxy-certs/Cargo.toml | 2 +- rpxy-lib/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rpxy-acme/Cargo.toml b/rpxy-acme/Cargo.toml index 5cb3dcf..c2504d3 100644 --- a/rpxy-acme/Cargo.toml +++ b/rpxy-acme/Cargo.toml @@ -21,7 +21,7 @@ aws-lc-rs = { version = "1.10.0", default-features = false, features = [ "aws-lc-sys", ] } blocking = "1.6.1" -rustls = { version = "0.23.14", default-features = false, features = [ +rustls = { version = "0.23.15", default-features = false, features = [ "std", "aws_lc_rs", ] } diff --git a/rpxy-certs/Cargo.toml b/rpxy-certs/Cargo.toml index 94b191f..a36a2f0 100644 --- a/rpxy-certs/Cargo.toml +++ b/rpxy-certs/Cargo.toml @@ -21,7 +21,7 @@ derive_builder = { version = "0.20.2" } thiserror = { version = "1.0.64" } hot_reload = { version = "0.1.6" } async-trait = { version = "0.1.83" } -rustls = { version = "0.23.14", default-features = false, features = [ +rustls = { version = "0.23.15", default-features = false, features = [ "std", "aws_lc_rs", ] } diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index d3a9a26..40ceb34 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -54,7 +54,7 @@ thiserror = "1.0.64" # http for both server and client http = "1.1.0" http-body-util = "0.1.2" -hyper = { version = "1.4.1", default-features = false } +hyper = { version = "1.5.0", default-features = false } hyper-util = { version = "0.1.9", features = ["full"] } futures-util = { version = "0.3.31", default-features = false } futures-channel = { version = "0.3.31", default-features = false } @@ -74,7 +74,7 @@ hyper-rustls = { version = "0.27.3", default-features = false, features = [ # tls and cert management for server rpxy-certs = { path = "../rpxy-certs/", default-features = false } hot_reload = "0.1.6" -rustls = { version = "0.23.14", default-features = false } +rustls = { version = "0.23.15", default-features = false } tokio-rustls = { version = "0.26.0", features = ["early-data"] } # acme