Skip to content

Commit 425d2da

Browse files
committed
Bump rustls to current stable version 0.23.
1 parent 86cfeee commit 425d2da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zeptohttpc"
33
description = "minimal HTTP client using http and httparse crates"
4-
version = "0.9.2"
4+
version = "0.10.0"
55
authors = ["Adam Reichold <[email protected]>"]
66
edition = "2018"
77
rust-version = "1.60"
@@ -29,7 +29,7 @@ http = "1.0"
2929
httparse = "1.3"
3030
native-tls = { version = "0.2", optional = true }
3131
once_cell = { version = "1.0", optional = true }
32-
rustls = { version = "0.22", optional = true }
32+
rustls = { version = "0.23", optional = true }
3333
rustls-native-certs = { version = "0.7", optional = true }
3434
serde = { version = "1.0", optional = true }
3535
serde_json = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)