v4.14.1
This commit is contained in:
parent
0e555ba26b
commit
1a0f1cd24e
|
|
@ -8,7 +8,7 @@ members = [
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "4.13.8"
|
version = "4.14.1"
|
||||||
repository = "https://github.com/penumbra-x/boring2"
|
repository = "https://github.com/penumbra-x/boring2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
@ -19,9 +19,9 @@ tag-prefix = ""
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
boring-sys = { package = "boring-sys2", version = "4.13.8", path = "./boring-sys" }
|
boring-sys = { package = "boring-sys2", version = "4.14.1", path = "./boring-sys" }
|
||||||
boring = { package = "boring2", version = "4.13.8", path = "./boring" }
|
boring = { package = "boring2", version = "4.14.1", path = "./boring" }
|
||||||
tokio-boring = { package = "tokio-boring2", version = "4.13.8", path = "./tokio-boring" }
|
tokio-boring = { package = "tokio-boring2", version = "4.14.1", path = "./tokio-boring" }
|
||||||
|
|
||||||
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
|
bindgen = { version = "0.70.1", default-features = false, features = ["runtime"] }
|
||||||
bytes = "1"
|
bytes = "1"
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,9 @@ This package is focused solely on implementing the TLS extensions spec. It suppo
|
||||||
|
|
||||||
* Safari required TLS extensions
|
* Safari required TLS extensions
|
||||||
* Firefox required TLS extensions
|
* Firefox required TLS extensions
|
||||||
* `kDHE` && `ffdhe2048`/`ffdhe3072` implementations
|
* `kDHE` & `ffdhe2048`/`ffdhe3072` implementations
|
||||||
|
|
||||||
|
## Contribution
|
||||||
|
|
||||||
Unless you explicitly state otherwise, any contribution intentionally
|
Unless you explicitly state otherwise, any contribution intentionally
|
||||||
submitted for inclusion in the work by you, as defined in the Apache-2.0
|
submitted for inclusion in the work by you, as defined in the Apache-2.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue