From 259a01b3f760b062322de40bf9bb328259892a7b Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Wed, 13 Sep 2023 10:28:56 +0900 Subject: [PATCH] deps --- rpxy-bin/Cargo.toml | 2 +- rpxy-lib/Cargo.toml | 4 ++-- submodules/quinn | 2 +- submodules/s2n-quic | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rpxy-bin/Cargo.toml b/rpxy-bin/Cargo.toml index c162a9c2..182bea06 100644 --- a/rpxy-bin/Cargo.toml +++ b/rpxy-bin/Cargo.toml @@ -38,7 +38,7 @@ rustls-pemfile = "1.0.3" mimalloc = { version = "*", default-features = false } # config -clap = { version = "4.4.2", features = ["std", "cargo", "wrap_help"] } +clap = { version = "4.4.3", features = ["std", "cargo", "wrap_help"] } toml = { version = "0.7.8", default-features = false, features = ["parse"] } hot_reload = "0.1.4" diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index 4ca68224..e3cb7084 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -67,7 +67,7 @@ h3 = { path = "../submodules/h3/h3/", optional = true } # h3-quinn = { path = "./h3/h3-quinn/", optional = true } h3-quinn = { path = "../submodules/h3-quinn/", optional = true } # Tentative to support rustls-0.21 # for UDP socket wit SO_REUSEADDR when h3 with quinn -socket2 = { version = "0.5.3", features = ["all"], optional = true } +socket2 = { version = "0.5.4", features = ["all"], optional = true } s2n-quic = { path = "../submodules/s2n-quic/quic/s2n-quic/", default-features = false, features = [ "provider-tls-rustls", ], optional = true } @@ -84,7 +84,7 @@ chrono = { version = "0.4.30", default-features = false, features = [ "alloc", "clock", ], optional = true } -base64 = { version = "0.21.3", optional = true } +base64 = { version = "0.21.4", optional = true } sha2 = { version = "0.10.7", default-features = false, optional = true } diff --git a/submodules/quinn b/submodules/quinn index 5cca3063..0af891e0 160000 --- a/submodules/quinn +++ b/submodules/quinn @@ -1 +1 @@ -Subproject commit 5cca3063f6f7747dcd9ec6e080ee48dcb5cfc4a7 +Subproject commit 0af891e0b81d208f6561ed6918fa262c815722f2 diff --git a/submodules/s2n-quic b/submodules/s2n-quic index e6402b7f..9fd762a5 160000 --- a/submodules/s2n-quic +++ b/submodules/s2n-quic @@ -1 +1 @@ -Subproject commit e6402b7f8649bc9d90b69aedc83c387b0372bc94 +Subproject commit 9fd762a538924f943c4c8ae0aae95337635fb485