Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jayjamesjay committed Dec 6, 2024
1 parent 04f559d commit 0ea8555
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 70 deletions.
116 changes: 50 additions & 66 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "http_req"
version = "0.13.0"
version = "0.13.1"
license = "MIT"
description = "simple and lightweight HTTP client with built-in HTTPS support"
repository = "https://github.com/jayjamesjay/http_req"
Expand All @@ -11,13 +11,13 @@ keywords = ["http", "client", "request"]
edition = "2021"

[dependencies]
unicase = "^2.7"
unicase = "^2.8"
base64 = "^0.22.1"
zeroize = { version = "^1.8.1", features = ["zeroize_derive"] }
native-tls = { version = "^0.2", optional = true }
rustls = { version = "^0.23", optional = true }
rustls-pemfile = { version = "^2.1", optional = true }
rustls-pki-types = { version = "^1.7", features = ["alloc"], optional = true }
rustls-pemfile = { version = "^2.2", optional = true }
rustls-pki-types = { version = "^1.10", features = ["alloc"], optional = true }
webpki = { version = "^0.22", optional = true }
webpki-roots = { version = "^0.26", optional = true }

Expand Down

0 comments on commit 0ea8555

Please sign in to comment.