From 2e20287b4743b49e36b5b0fc7b9c33651300df35 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Mon, 18 Nov 2024 16:56:32 +0900 Subject: [PATCH] chore: deps --- rpxy-acme/Cargo.toml | 4 ++-- rpxy-bin/Cargo.toml | 2 +- rpxy-certs/Cargo.toml | 2 +- rpxy-lib/Cargo.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rpxy-acme/Cargo.toml b/rpxy-acme/Cargo.toml index ecea66b..903cbb0 100644 --- a/rpxy-acme/Cargo.toml +++ b/rpxy-acme/Cargo.toml @@ -20,11 +20,11 @@ thiserror = "2.0.3" tracing = "0.1.40" async-trait = "0.1.83" base64 = "0.22.1" -aws-lc-rs = { version = "1.10.0", default-features = false, features = [ +aws-lc-rs = { version = "1.11.0", default-features = false, features = [ "aws-lc-sys", ] } blocking = "1.6.1" -rustls = { version = "0.23.16", default-features = false, features = [ +rustls = { version = "0.23.17", default-features = false, features = [ "std", "aws_lc_rs", ] } diff --git a/rpxy-bin/Cargo.toml b/rpxy-bin/Cargo.toml index 92469ba..e7f9cc1 100644 --- a/rpxy-bin/Cargo.toml +++ b/rpxy-bin/Cargo.toml @@ -47,7 +47,7 @@ async-trait = "0.1.83" futures-util = { version = "0.3.31", default-features = false } # config -clap = { version = "4.5.20", features = ["std", "cargo", "wrap_help"] } +clap = { version = "4.5.21", features = ["std", "cargo", "wrap_help"] } toml = { version = "0.8.19", default-features = false, features = ["parse"] } hot_reload = "0.1.8" serde_ignored = "0.1.10" diff --git a/rpxy-certs/Cargo.toml b/rpxy-certs/Cargo.toml index a64b266..cab3243 100644 --- a/rpxy-certs/Cargo.toml +++ b/rpxy-certs/Cargo.toml @@ -22,7 +22,7 @@ derive_builder = { version = "0.20.2" } thiserror = { version = "2.0.3" } hot_reload = { version = "0.1.8" } async-trait = { version = "0.1.83" } -rustls = { version = "0.23.16", default-features = false, features = [ +rustls = { version = "0.23.17", default-features = false, features = [ "std", "aws_lc_rs", ] } diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index 3c4e628..74ad6d3 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -80,7 +80,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.8" -rustls = { version = "0.23.16", default-features = false } +rustls = { version = "0.23.17", default-features = false } rustls-post-quantum = { version = "0.1.0", optional = true } tokio-rustls = { version = "0.26.0", features = ["early-data"] } @@ -91,7 +91,7 @@ rpxy-acme = { path = "../rpxy-acme/", default-features = false, optional = true tracing = { version = "0.1.40" } # http/3 -quinn = { version = "0.11.5", optional = true } +quinn = { version = "0.11.6", optional = true } h3 = { version = "0.0.6", features = ["tracing"], optional = true } h3-quinn = { version = "0.0.7", optional = true } s2n-quic = { version = "1.50.0", path = "../submodules/s2n-quic/quic/s2n-quic/", default-features = false, features = [