diff --git a/rpxy-bin/Cargo.toml b/rpxy-bin/Cargo.toml index fbe14dc..6eb36d0 100644 --- a/rpxy-bin/Cargo.toml +++ b/rpxy-bin/Cargo.toml @@ -25,7 +25,7 @@ rpxy-lib = { path = "../rpxy-lib/", default-features = false, features = [ anyhow = "1.0.75" rustc-hash = "1.1.0" -serde = { version = "1.0.188", default-features = false, features = ["derive"] } +serde = { version = "1.0.189", default-features = false, features = ["derive"] } derive_builder = "0.12.0" tokio = { version = "1.33.0", default-features = false, features = [ "net", @@ -34,7 +34,7 @@ tokio = { version = "1.33.0", default-features = false, features = [ "sync", "macros", ] } -async-trait = "0.1.73" +async-trait = "0.1.74" rustls-pemfile = "1.0.3" mimalloc = { version = "*", default-features = false } @@ -44,7 +44,7 @@ toml = { version = "0.8", default-features = false, features = ["parse"] } hot_reload = "0.1.4" # logging -tracing = { version = "0.1.37" } +tracing = { version = "0.1.40" } tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index c7cce09..0c882e4 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -33,12 +33,12 @@ tokio = { version = "1.33.0", default-features = false, features = [ "macros", "fs", ] } -async-trait = "0.1.73" +async-trait = "0.1.74" hot_reload = "0.1.4" # reloading certs # Error handling anyhow = "1.0.75" -thiserror = "1.0.49" +thiserror = "1.0.50" # http and tls hyper = { version = "0.14.27", default-features = false, features = [ @@ -59,7 +59,7 @@ webpki = "0.22.4" x509-parser = "0.15.1" # logging -tracing = { version = "0.1.37" } +tracing = { version = "0.1.40" } # http/3 # quinn = { version = "0.9.3", optional = true } diff --git a/submodules/s2n-quic b/submodules/s2n-quic index c88e64b..b91efe7 160000 --- a/submodules/s2n-quic +++ b/submodules/s2n-quic @@ -1 +1 @@ -Subproject commit c88e64b6c58891651954834207d974de80e9bba8 +Subproject commit b91efe7ed3c2169aed2d882d6eef415d8dbfd6bd