Skip to content

Commit 29fc1f0

Browse files
committed
fix rustls issue
1 parent 386d56f commit 29fc1f0

File tree

3 files changed

+10
-20
lines changed

3 files changed

+10
-20
lines changed

Cargo.lock

Lines changed: 6 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http_req"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
license = "MIT"
55
description = "simple and lightweight HTTP client with built-in HTTPS support"
66
repository = "https://github.com/jayjamesjay/http_req"
@@ -26,9 +26,9 @@ version = "^0.19"
2626
optional = true
2727

2828
[dependencies.webpki]
29-
version = "^0.22"
29+
version = "^0.21"
3030
optional = true
3131

3232
[dependencies.webpki-roots]
33-
version = "^0.22"
33+
version = "^0.21"
3434
optional = true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# http_req
22
[![Rust](https://github.com/jayjamesjay/http_req/actions/workflows/rust.yml/badge.svg)](https://github.com/jayjamesjay/http_req/actions/workflows/rust.yml)
3-
[![Crates.io](https://img.shields.io/badge/crates.io-v0.8.0-orange.svg?longCache=true)](https://crates.io/crates/http_req)
3+
[![Crates.io](https://img.shields.io/badge/crates.io-v0.8.1-orange.svg?longCache=true)](https://crates.io/crates/http_req)
44
[![Docs.rs](https://docs.rs/http_req/badge.svg)](https://docs.rs/http_req/0.7.2/http_req/)
55

66
Simple and lightweight HTTP client with built-in HTTPS support.

0 commit comments

Comments
 (0)