Skip to content

Commit

Permalink
Bump rustls to current stable version 0.23.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold committed Mar 1, 2024
1 parent 86cfeee commit 425d2da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zeptohttpc"
description = "minimal HTTP client using http and httparse crates"
version = "0.9.2"
version = "0.10.0"
authors = ["Adam Reichold <adam.reichold@t-online.de>"]
edition = "2018"
rust-version = "1.60"
Expand Down Expand Up @@ -29,7 +29,7 @@ http = "1.0"
httparse = "1.3"
native-tls = { version = "0.2", optional = true }
once_cell = { version = "1.0", optional = true }
rustls = { version = "0.22", optional = true }
rustls = { version = "0.23", optional = true }
rustls-native-certs = { version = "0.7", optional = true }
serde = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit 425d2da

Please sign in to comment.