Skip to content

Commit 2abc8fb

Browse files
committed
update dependencies
1 parent db6631e commit 2abc8fb

File tree

3 files changed

+114
-48
lines changed

3 files changed

+114
-48
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http_req"
3-
version = "0.10.1"
3+
version = "0.10.2"
44
license = "MIT"
55
description = "simple and lightweight HTTP client with built-in HTTPS support"
66
repository = "https://github.com/jayjamesjay/http_req"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.10.1-orange.svg?longCache=true)](https://crates.io/crates/http_req)
4-
[![Docs.rs](https://docs.rs/http_req/badge.svg)](https://docs.rs/http_req/0.10.1/http_req/)
3+
[![Crates.io](https://img.shields.io/badge/crates.io-v0.10.2-orange.svg?longCache=true)](https://crates.io/crates/http_req)
4+
[![Docs.rs](https://docs.rs/http_req/badge.svg)](https://docs.rs/http_req/0.10.2/http_req/)
55

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

@@ -26,7 +26,7 @@ fn main() {
2626
Take a look at [more examples](https://github.com/jayjamesjay/http_req/tree/master/examples)
2727

2828
## How to use with `rustls`:
29-
In order to use `http_req` with `rustls` in your project, add following lines to `Cargo.toml`:
29+
In order to use `http_req` with `rustls` in your project, add the following lines to `Cargo.toml`:
3030
```toml
3131
[dependencies]
3232
http_req = {version="^0.10", default-features = false, features = ["rust-tls"]}

0 commit comments

Comments
 (0)