Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjamesjay committed Dec 1, 2023
1 parent db6631e commit 2abc8fb
Show file tree
Hide file tree
Showing 3 changed files with 114 additions and 48 deletions.
154 changes: 110 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "http_req"
version = "0.10.1"
version = "0.10.2"
license = "MIT"
description = "simple and lightweight HTTP client with built-in HTTPS support"
repository = "https://github.com/jayjamesjay/http_req"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# http_req
[![Rust](https://github.com/jayjamesjay/http_req/actions/workflows/rust.yml/badge.svg)](https://github.com/jayjamesjay/http_req/actions/workflows/rust.yml)
[![Crates.io](https://img.shields.io/badge/crates.io-v0.10.1-orange.svg?longCache=true)](https://crates.io/crates/http_req)
[![Docs.rs](https://docs.rs/http_req/badge.svg)](https://docs.rs/http_req/0.10.1/http_req/)
[![Crates.io](https://img.shields.io/badge/crates.io-v0.10.2-orange.svg?longCache=true)](https://crates.io/crates/http_req)
[![Docs.rs](https://docs.rs/http_req/badge.svg)](https://docs.rs/http_req/0.10.2/http_req/)

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

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

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

0 comments on commit 2abc8fb

Please sign in to comment.