From 25533f171aed36b2457f1cf0dcf8c74e92eddf36 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Wed, 27 Sep 2023 10:22:11 +0900 Subject: [PATCH] deps --- rpxy-bin/Cargo.toml | 2 +- rpxy-lib/Cargo.toml | 4 ++-- submodules/s2n-quic | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rpxy-bin/Cargo.toml b/rpxy-bin/Cargo.toml index 2feaffc6..d13b7307 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.4", features = ["std", "cargo", "wrap_help"] } +clap = { version = "4.4.5", features = ["std", "cargo", "wrap_help"] } toml = { version = "0.8", default-features = false, features = ["parse"] } hot_reload = "0.1.4" diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index 3f43589b..30c48123 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -37,7 +37,7 @@ hot_reload = "0.1.4" # reloading certs # Error handling anyhow = "1.0.75" -thiserror = "1.0.48" +thiserror = "1.0.49" # http and tls hyper = { version = "0.14.27", default-features = false, features = [ @@ -85,7 +85,7 @@ chrono = { version = "0.4.31", default-features = false, features = [ "clock", ], optional = true } base64 = { version = "0.21.4", optional = true } -sha2 = { version = "0.10.7", default-features = false, optional = true } +sha2 = { version = "0.10.8", default-features = false, optional = true } [dev-dependencies] diff --git a/submodules/s2n-quic b/submodules/s2n-quic index 2c5731fa..4e9756f5 160000 --- a/submodules/s2n-quic +++ b/submodules/s2n-quic @@ -1 +1 @@ -Subproject commit 2c5731fac898e5b547337f2e27441bc4288d9072 +Subproject commit 4e9756f58ce2abb6c67e5f909dcbf762b514437e