Commit 551d1d3 1 parent 418b7ba commit 551d1d3 Copy full SHA for 551d1d3
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " hyper-rustls"
3
- version = " 0.21 .0"
3
+ version = " 0.22 .0"
4
4
edition = " 2018"
5
5
authors = [" Joseph Birr-Pixton <jpixton@gmail.com>" ]
6
6
license = " Apache-2.0/ISC/MIT"
Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ and the [hyper HTTP library](https://github.com/hyperium/hyper).
8
8
9
9
[ API Documentation] ( https://docs.rs/hyper-rustls/ )
10
10
11
- By default clients verify certificates using the ` rustls-native-certs ` crate, which uses
12
- the platform's root CAs.
13
-
14
11
# Release history
12
+ - 0.22.0 (2020-12-26):
13
+ * Use tokio 1.0, hyper 0.14, and rustls 0.19. Thanks to @paolobarbolini and @messense .
14
+ * Rework how the certificate store is chosen: now by an explicit API rather than
15
+ implicitly by crate features. Thanks to @djc .
15
16
- 0.21.0 (2020-07-05):
16
17
* Update dependencies.
17
18
- 0.20.0 (2020-02-24):
You can’t perform that action at this time.
0 commit comments