diff --git a/Cargo.toml b/Cargo.toml index e0b59a2d..cff966d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,9 +113,9 @@ socket2 = { version = "0.5", features = ["all"] } lru = { version = "0.13", default-features = false } ## boring-tls -boring2 = { version = "4.14.0", features = ["pq-experimental"] } -boring-sys2 = { version = "4.14.0", features = ["pq-experimental"] } -tokio-boring2 = { version = "4.14.0", features = ["pq-experimental"] } +boring2 = { version = "4.15.6", features = ["pq-experimental"] } +boring-sys2 = { version = "4.15.6", features = ["pq-experimental"] } +tokio-boring2 = { version = "4.15.6", features = ["pq-experimental"] } foreign-types = "0.5.0" linked_hash_set = "0.1"