From d2b33baa6bf22b89043937d62f22bbe9d25dc32b Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Sun, 16 Feb 2025 21:12:02 +0800 Subject: [PATCH] build(deps): update boring requirement from 4.14.0 to 4.15.6 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"