Skip to content

Commit 0ea8555

Browse files
committed
update dependencies
1 parent 04f559d commit 0ea8555

File tree

2 files changed

+54
-70
lines changed

2 files changed

+54
-70
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http_req"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
license = "MIT"
55
description = "simple and lightweight HTTP client with built-in HTTPS support"
66
repository = "https://github.com/jayjamesjay/http_req"
@@ -11,13 +11,13 @@ keywords = ["http", "client", "request"]
1111
edition = "2021"
1212

1313
[dependencies]
14-
unicase = "^2.7"
14+
unicase = "^2.8"
1515
base64 = "^0.22.1"
1616
zeroize = { version = "^1.8.1", features = ["zeroize_derive"] }
1717
native-tls = { version = "^0.2", optional = true }
1818
rustls = { version = "^0.23", optional = true }
19-
rustls-pemfile = { version = "^2.1", optional = true }
20-
rustls-pki-types = { version = "^1.7", features = ["alloc"], optional = true }
19+
rustls-pemfile = { version = "^2.2", optional = true }
20+
rustls-pki-types = { version = "^1.10", features = ["alloc"], optional = true }
2121
webpki = { version = "^0.22", optional = true }
2222
webpki-roots = { version = "^0.26", optional = true }
2323

0 commit comments

Comments
 (0)