File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ members = [
8
8
resolver = " 2"
9
9
10
10
[workspace .package ]
11
- version = " 4.16 .0"
11
+ version = " 4.17 .0"
12
12
repository = " https://github.com/cloudflare/boring"
13
13
edition = " 2021"
14
14
@@ -19,9 +19,9 @@ tag-prefix = ""
19
19
publish = false
20
20
21
21
[workspace .dependencies ]
22
- boring-sys = { version = " 4.16 .0" , path = " ./boring-sys" }
23
- boring = { version = " 4.16 .0" , path = " ./boring" }
24
- tokio-boring = { version = " 4.16 .0" , path = " ./tokio-boring" }
22
+ boring-sys = { version = " 4.17 .0" , path = " ./boring-sys" }
23
+ boring = { version = " 4.17 .0" , path = " ./boring" }
24
+ tokio-boring = { version = " 4.17 .0" , path = " ./tokio-boring" }
25
25
26
26
bindgen = { version = " 0.71.1" , default-features = false , features = [" runtime" ] }
27
27
bytes = " 1"
Original file line number Diff line number Diff line change 1
1
2
+ 4.17.0
3
+ - 2025-05-27 Revert "feat(x509): Implement `Clone` for `X509Store` (#339)" (#353)
4
+ - 2025-05-14 Update bindgen from 0.70.1 -> 0.71.1.
5
+ - 2025-05-19 Add `X509_STORE_CTX_get0_cert` interface
6
+ - 2025-05-18 boring(ssl): use `corresponds` macro in `add_certificate_compression_algorithm`
7
+ - 2025-02-14 Update Cargo.toml
8
+ - 2025-02-13 build: Fix the build for 32-bit Linux platform
9
+ - 2025-05-20 rustfmt ;(
10
+ - 2025-05-20 Fix linking SystemFunction036 from advapi32 in Rust 1.87
11
+ - 2025-05-20 Clippy
12
+ - 2025-05-01 add SslCurve::X25519_MLKEM768 constant
13
+ - 2025-04-17 Use ubuntu-latest for all ci jobs
14
+ - 2025-04-16 fix clippy error
15
+ - 2025-04-15 expose SSL_set_compliance_policy
16
+ - 2025-04-07 feat(x509): Implement `Clone` for `X509Store` (#339)
17
+
2
18
4.16.0
3
19
- 2025-03-31 Add fips-precompiled feature to support newer versions of FIPS (#338)
4
20
- 2025-03-18 Document linking to C++ standard library (#335)
You can’t perform that action at this time.
0 commit comments