Update deps

This commit is contained in:
Pascal Engélibert 2026-02-26 17:22:32 +01:00
commit a58975bf84
2 changed files with 291 additions and 75 deletions

View file

@ -12,15 +12,15 @@ log = "0.4.28"
rustls-platform-verifier = "0.6.2"
sslrelay = { path = "../sslrelay", optional = true }
static_cell = "2.1.1"
tokio = { version = "1.48.0", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "sync", "time"]}
tokio = { version = "1.49.0", features = ["io-util", "macros", "net", "rt", "rt-multi-thread", "sync", "time"]}
tokio-rustls = "0.26.4"
tokio-util = { version = "0.7.6", features = ["codec"] }
x509-parser = "0.18.0"
tokio-util = { version = "0.7.18", features = ["codec"] }
x509-parser = "0.18.1"
# TLS impls
aws-lc-rs = { version = "1.14.1", optional = true }
aws-lc-rs = { version = "1.16.0", optional = true }
boring-rustls-provider = { git = "https://github.com/janrueth/boring-rustls-provider.git", rev = "490340afa77e2c08fc45853124f99d49f4f9f8a0", optional = true }
rustls-graviola = { version = "0.3.2", optional = true }
rustls-graviola = { version = "0.3.3", optional = true }
rustls-openssl = { version = "0.3.0", default-features = false, features = ["tls12"], optional = true }
rustls-post-quantum = { version = "0.2.4", optional = true }
rustls-symcrypt = { version = "0.2.1", optional = true, features = ["chacha", "x25519"] }
@ -28,7 +28,7 @@ rustls-symcrypt = { version = "0.2.1", optional = true, features = ["chacha", "x
[features]
default = [
"aws-lc",
"record",
#"record",
]
record = ["sslrelay"]