From ddfaad099c88dc682beb8b2d80fd24df2b0ef02b Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Thu, 24 Oct 2024 21:34:04 +0900 Subject: [PATCH] chore: deps chore: deps --- rpxy-acme/Cargo.toml | 4 ++-- rpxy-bin/Cargo.toml | 6 +++--- rpxy-certs/Cargo.toml | 4 ++-- rpxy-lib/Cargo.toml | 16 ++++++++-------- submodules/s2n-quic-h3/Cargo.toml | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/rpxy-acme/Cargo.toml b/rpxy-acme/Cargo.toml index c2504d34..ef46ffaf 100644 --- a/rpxy-acme/Cargo.toml +++ b/rpxy-acme/Cargo.toml @@ -13,7 +13,7 @@ publish.workspace = true [dependencies] url = { version = "2.5.2" } rustc-hash = "2.0.0" -thiserror = "1.0.64" +thiserror = "1.0.65" tracing = "0.1.40" async-trait = "0.1.83" base64 = "0.22.1" @@ -29,6 +29,6 @@ rustls-platform-verifier = { version = "0.3.4" } rustls-acme = { path = "../submodules/rustls-acme/", default-features = false, features = [ "aws-lc-rs", ] } -tokio = { version = "1.40.0", default-features = false } +tokio = { version = "1.41.0", default-features = false } tokio-util = { version = "0.7.12", default-features = false } tokio-stream = { version = "0.1.16", default-features = false } diff --git a/rpxy-bin/Cargo.toml b/rpxy-bin/Cargo.toml index a45fd592..96c552c0 100644 --- a/rpxy-bin/Cargo.toml +++ b/rpxy-bin/Cargo.toml @@ -29,10 +29,10 @@ rpxy-lib = { path = "../rpxy-lib/", default-features = false, features = [ ] } mimalloc = { version = "*", default-features = false } -anyhow = "1.0.89" +anyhow = "1.0.91" rustc-hash = "2.0.0" -serde = { version = "1.0.210", default-features = false, features = ["derive"] } -tokio = { version = "1.40.0", default-features = false, features = [ +serde = { version = "1.0.213", default-features = false, features = ["derive"] } +tokio = { version = "1.41.0", default-features = false, features = [ "net", "rt-multi-thread", "time", diff --git a/rpxy-certs/Cargo.toml b/rpxy-certs/Cargo.toml index a36a2f0e..b96e2512 100644 --- a/rpxy-certs/Cargo.toml +++ b/rpxy-certs/Cargo.toml @@ -18,7 +18,7 @@ http3 = [] rustc-hash = { version = "2.0.0" } tracing = { version = "0.1.40" } derive_builder = { version = "0.20.2" } -thiserror = { version = "1.0.64" } +thiserror = { version = "1.0.65" } hot_reload = { version = "0.1.6" } async-trait = { version = "0.1.83" } rustls = { version = "0.23.15", default-features = false, features = [ @@ -33,7 +33,7 @@ rustls-webpki = { version = "0.102.8", default-features = false, features = [ x509-parser = { version = "0.16.0" } [dev-dependencies] -tokio = { version = "1.40.0", default-features = false, features = [ +tokio = { version = "1.41.0", default-features = false, features = [ "rt-multi-thread", "macros", ] } diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index 40ceb34f..e50dc2a7 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -32,10 +32,10 @@ acme = ["dep:rpxy-acme"] [dependencies] rand = "0.8.5" rustc-hash = "2.0.0" -bytes = "1.7.2" +bytes = "1.8.0" derive_builder = "0.20.2" futures = { version = "0.3.31", features = ["alloc", "async-await"] } -tokio = { version = "1.40.0", default-features = false, features = [ +tokio = { version = "1.41.0", default-features = false, features = [ "net", "rt-multi-thread", "time", @@ -44,12 +44,12 @@ tokio = { version = "1.40.0", default-features = false, features = [ "fs", ] } tokio-util = { version = "0.7.12", default-features = false } -pin-project-lite = "0.2.14" +pin-project-lite = "0.2.15" async-trait = "0.1.83" # Error handling -anyhow = "1.0.89" -thiserror = "1.0.64" +anyhow = "1.0.91" +thiserror = "1.0.65" # http for both server and client http = "1.1.0" @@ -90,11 +90,11 @@ h3-quinn = { version = "0.0.7", optional = true } s2n-quic-h3 = { path = "../submodules/s2n-quic-h3/", features = [ "tracing", ], optional = true } -s2n-quic = { version = "1.47.0", default-features = false, features = [ +s2n-quic = { version = "1.48.0", default-features = false, features = [ "provider-tls-rustls", ], optional = true } -s2n-quic-core = { version = "0.47.0", default-features = false, optional = true } -s2n-quic-rustls = { version = "0.47.0", optional = true } +s2n-quic-core = { version = "0.48.0", default-features = false, optional = true } +s2n-quic-rustls = { version = "0.48.0", optional = true } ########## # for UDP socket wit SO_REUSEADDR when h3 with quinn socket2 = { version = "0.5.7", features = ["all"], optional = true } diff --git a/submodules/s2n-quic-h3/Cargo.toml b/submodules/s2n-quic-h3/Cargo.toml index a2e1a839..8d53fc10 100644 --- a/submodules/s2n-quic-h3/Cargo.toml +++ b/submodules/s2n-quic-h3/Cargo.toml @@ -16,7 +16,7 @@ h3 = { version = "0.0.6", features = ["tracing"] } # s2n-quic = { path = "../s2n-quic" } # s2n-quic-core = { path = "../s2n-quic-core" } s2n-quic = { version = "1.47.0" } -s2n-quic-core = { version = "0.47.0" } +s2n-quic-core = { version = "0.48.0" } tracing = { version = "0.1.40", optional = true } [features]