From 1a0f1cd24e728aac100df68027c820f858199224 Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Wed, 22 Jan 2025 21:46:54 +0800 Subject: [PATCH] v4.14.1 --- Cargo.toml | 8 ++++---- README.md | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 794f31b4..474cce05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "2" [workspace.package] -version = "4.13.8" +version = "4.14.1" repository = "https://github.com/penumbra-x/boring2" edition = "2021" @@ -19,9 +19,9 @@ tag-prefix = "" publish = false [workspace.dependencies] -boring-sys = { package = "boring-sys2", version = "4.13.8", path = "./boring-sys" } -boring = { package = "boring2", version = "4.13.8", path = "./boring" } -tokio-boring = { package = "tokio-boring2", version = "4.13.8", path = "./tokio-boring" } +boring-sys = { package = "boring-sys2", version = "4.14.1", path = "./boring-sys" } +boring = { package = "boring2", version = "4.14.1", path = "./boring" } +tokio-boring = { package = "tokio-boring2", version = "4.14.1", path = "./tokio-boring" } bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] } bytes = "1" diff --git a/README.md b/README.md index b2aa466e..7f670403 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ This package is focused solely on implementing the TLS extensions spec. It suppo * Safari required TLS extensions * Firefox required TLS extensions -* `kDHE` && `ffdhe2048`/`ffdhe3072` implementations +* `kDHE` & `ffdhe2048`/`ffdhe3072` implementations + +## Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0