diff --git a/Cargo.lock b/Cargo.lock index f3fbf77..16685bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2396,11 +2396,12 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-post-quantum" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8c6beb003fcb6dbc9a52bd5f11203525f1c7ca3dfb487ab4bd4d17e481af95b" +checksum = "953887a349c27f200ab6e672ebfeed24a1af50a14794536b53be5d0acc2d4f2c" dependencies = [ "rustls", + "rustls-webpki", ] [[package]] diff --git a/rpxy-acme/Cargo.toml b/rpxy-acme/Cargo.toml index 8ce9f39..06fdf43 100644 --- a/rpxy-acme/Cargo.toml +++ b/rpxy-acme/Cargo.toml @@ -33,7 +33,7 @@ rustls-acme = { path = "../submodules/rustls-acme/", default-features = false, f "aws-lc-rs", "webpki-roots", ] } -rustls-post-quantum = { version = "0.2.2", optional = true } +rustls-post-quantum = { version = "0.2.3", optional = true } tokio = { version = "1.46.1", default-features = false, features = [ "rt", "macros", diff --git a/rpxy-certs/Cargo.toml b/rpxy-certs/Cargo.toml index 8cc7fd2..bd6df45 100644 --- a/rpxy-certs/Cargo.toml +++ b/rpxy-certs/Cargo.toml @@ -31,7 +31,7 @@ rustls-webpki = { version = "0.103.4", default-features = false, features = [ "std", "aws-lc-rs", ] } -rustls-post-quantum = { version = "0.2.2", optional = true } +rustls-post-quantum = { version = "0.2.3", optional = true } x509-parser = { version = "0.17.0" } [dev-dependencies] diff --git a/rpxy-lib/Cargo.toml b/rpxy-lib/Cargo.toml index f1af464..0f3866c 100644 --- a/rpxy-lib/Cargo.toml +++ b/rpxy-lib/Cargo.toml @@ -81,7 +81,7 @@ hyper-rustls = { version = "0.27.7", default-features = false, features = [ rpxy-certs = { path = "../rpxy-certs/", default-features = false } hot_reload = "0.2.0" rustls = { version = "0.23.29", default-features = false } -rustls-post-quantum = { version = "0.2.2", optional = true } +rustls-post-quantum = { version = "0.2.3", optional = true } tokio-rustls = { version = "0.26.2", features = ["early-data"] } # acme