From e14efb5149894d107d7205ade7223d48eb299f31 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Tue, 12 Nov 2024 11:55:26 +0800 Subject: [PATCH] chore: deps --- rpxy-acme/Cargo.toml | 4 ++-- rpxy-bin/Cargo.toml | 6 +++--- rpxy-certs/Cargo.toml | 4 ++-- rpxy-lib/Cargo.toml | 12 ++++++------ submodules/s2n-quic | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/rpxy-acme/Cargo.toml b/rpxy-acme/Cargo.toml index d33c794..ecea66b 100644 --- a/rpxy-acme/Cargo.toml +++ b/rpxy-acme/Cargo.toml @@ -16,7 +16,7 @@ post-quantum = ["rustls-post-quantum"] [dependencies] url = { version = "2.5.3" } rustc-hash = "2.0.0" -thiserror = "1.0.68" +thiserror = "2.0.3" tracing = "0.1.40" async-trait = "0.1.83" base64 = "0.22.1" @@ -33,6 +33,6 @@ rustls-acme = { path = "../submodules/rustls-acme/", default-features = false, f "aws-lc-rs", ] } rustls-post-quantum = { version = "0.1.0", optional = true } -tokio = { version = "1.41.0", default-features = false } +tokio = { version = "1.41.1", 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 990f60a..92469ba 100644 --- a/rpxy-bin/Cargo.toml +++ b/rpxy-bin/Cargo.toml @@ -32,10 +32,10 @@ rpxy-lib = { path = "../rpxy-lib/", default-features = false, features = [ ] } mimalloc = { version = "*", default-features = false } -anyhow = "1.0.92" +anyhow = "1.0.93" rustc-hash = "2.0.0" -serde = { version = "1.0.214", default-features = false, features = ["derive"] } -tokio = { version = "1.41.0", default-features = false, features = [ +serde = { version = "1.0.215", default-features = false, features = ["derive"] } +tokio = { version = "1.41.1", default-features = false, features = [ "net", "rt-multi-thread", "time", diff --git a/rpxy-certs/Cargo.toml b/rpxy-certs/Cargo.toml index 7da21b4..a64b266 100644 --- a/rpxy-certs/Cargo.toml +++ b/rpxy-certs/Cargo.toml @@ -19,7 +19,7 @@ http3 = [] rustc-hash = { version = "2.0.0" } tracing = { version = "0.1.40" } derive_builder = { version = "0.20.2" } -thiserror = { version = "1.0.68" } +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 = [ @@ -35,7 +35,7 @@ rustls-post-quantum = { version = "0.1.0", optional = true } x509-parser = { version = "0.16.0" } [dev-dependencies] -tokio = { version = "1.41.0", default-features = false, features = [ +tokio = { version = "1.41.1", default-features = false, features = [ "rt-multi-thread", "macros", ] } diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index 5020e8e..3c4e628 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -41,7 +41,7 @@ rustc-hash = "2.0.0" bytes = "1.8.0" derive_builder = "0.20.2" futures = { version = "0.3.31", features = ["alloc", "async-await"] } -tokio = { version = "1.41.0", default-features = false, features = [ +tokio = { version = "1.41.1", default-features = false, features = [ "net", "rt-multi-thread", "time", @@ -54,8 +54,8 @@ pin-project-lite = "0.2.15" async-trait = "0.1.83" # Error handling -anyhow = "1.0.92" -thiserror = "1.0.68" +anyhow = "1.0.93" +thiserror = "2.0.3" # http for both server and client http = "1.1.0" @@ -94,11 +94,11 @@ tracing = { version = "0.1.40" } quinn = { version = "0.11.5", optional = true } h3 = { version = "0.0.6", features = ["tracing"], optional = true } h3-quinn = { version = "0.0.7", optional = true } -s2n-quic = { version = "1.49.0", path = "../submodules/s2n-quic/quic/s2n-quic/", default-features = false, features = [ +s2n-quic = { version = "1.50.0", path = "../submodules/s2n-quic/quic/s2n-quic/", default-features = false, features = [ "provider-tls-rustls", ], optional = true } -s2n-quic-core = { version = "0.49.0", path = "../submodules/s2n-quic/quic/s2n-quic-core", default-features = false, optional = true } -s2n-quic-rustls = { version = "0.49.0", path = "../submodules/s2n-quic/quic/s2n-quic-rustls", optional = true } +s2n-quic-core = { version = "0.50.0", path = "../submodules/s2n-quic/quic/s2n-quic-core", default-features = false, optional = true } +s2n-quic-rustls = { version = "0.50.0", path = "../submodules/s2n-quic/quic/s2n-quic-rustls", optional = true } s2n-quic-h3 = { path = "../submodules/s2n-quic/quic/s2n-quic-h3/", features = [ "tracing", ], optional = true } diff --git a/submodules/s2n-quic b/submodules/s2n-quic index 7bbf574..2a81847 160000 --- a/submodules/s2n-quic +++ b/submodules/s2n-quic @@ -1 +1 @@ -Subproject commit 7bbf5745306ddcc905fdc0486ace1328bccbafd1 +Subproject commit 2a81847fa0d3ceead08d7f0c5469eaee853c8a6c