From 4b7444f8776e2022b53762422dbe33fa256d08bc Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Wed, 11 Sep 2024 12:05:51 +0900 Subject: [PATCH] chore: deps --- rpxy-acme/Cargo.toml | 4 ++-- rpxy-bin/Cargo.toml | 4 ++-- rpxy-certs/Cargo.toml | 4 ++-- rpxy-lib/Cargo.toml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/rpxy-acme/Cargo.toml b/rpxy-acme/Cargo.toml index 17e1257a..724ce1e7 100644 --- a/rpxy-acme/Cargo.toml +++ b/rpxy-acme/Cargo.toml @@ -17,11 +17,11 @@ thiserror = "1.0.63" tracing = "0.1.40" async-trait = "0.1.82" base64 = "0.22.1" -aws-lc-rs = { version = "1.8.1", default-features = false, features = [ +aws-lc-rs = { version = "1.9.0", default-features = false, features = [ "aws-lc-sys", ] } blocking = "1.6.1" -rustls = { version = "0.23.12", default-features = false, features = [ +rustls = { version = "0.23.13", default-features = false, features = [ "std", "aws_lc_rs", ] } diff --git a/rpxy-bin/Cargo.toml b/rpxy-bin/Cargo.toml index c689483e..6311ae2b 100644 --- a/rpxy-bin/Cargo.toml +++ b/rpxy-bin/Cargo.toml @@ -29,9 +29,9 @@ rpxy-lib = { path = "../rpxy-lib/", default-features = false, features = [ ] } mimalloc = { version = "*", default-features = false } -anyhow = "1.0.86" +anyhow = "1.0.87" rustc-hash = "2.0.0" -serde = { version = "1.0.209", default-features = false, features = ["derive"] } +serde = { version = "1.0.210", default-features = false, features = ["derive"] } tokio = { version = "1.40.0", default-features = false, features = [ "net", "rt-multi-thread", diff --git a/rpxy-certs/Cargo.toml b/rpxy-certs/Cargo.toml index 233a4eff..c3f12c9d 100644 --- a/rpxy-certs/Cargo.toml +++ b/rpxy-certs/Cargo.toml @@ -21,12 +21,12 @@ derive_builder = { version = "0.20.1" } thiserror = { version = "1.0.63" } hot_reload = { version = "0.1.6" } async-trait = { version = "0.1.82" } -rustls = { version = "0.23.12", default-features = false, features = [ +rustls = { version = "0.23.13", default-features = false, features = [ "std", "aws_lc_rs", ] } rustls-pemfile = { version = "2.1.3" } -rustls-webpki = { version = "0.102.7", default-features = false, features = [ +rustls-webpki = { version = "0.102.8", default-features = false, features = [ "std", "aws_lc_rs", ] } diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index 89c4868c..f28cd203 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -48,14 +48,14 @@ pin-project-lite = "0.2.14" async-trait = "0.1.82" # Error handling -anyhow = "1.0.86" +anyhow = "1.0.87" thiserror = "1.0.63" # 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-util = { version = "0.1.7", features = ["full"] } +hyper-util = { version = "0.1.8", features = ["full"] } futures-util = { version = "0.3.30", default-features = false } futures-channel = { version = "0.3.30", 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.12", default-features = false } +rustls = { version = "0.23.13", default-features = false } tokio-rustls = { version = "0.26.0", features = ["early-data"] } # acme