Skip to content

Commit feea74b

Browse files
committed
Unpin rustls and bump MSRV to 1.71
1 parent 937b1da commit feea74b

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude = ["/cargo_deny.sh", "/deny.toml", "/test.sh"]
1313

1414

1515
# MSRV
16-
rust-version = "1.67"
16+
rust-version = "1.71"
1717

1818
[package.metadata.docs.rs]
1919
features = ["tls", "native-tls", "json", "charset", "cookies", "socks-proxy", "gzip", "brotli", "http-interop", "http-crate"]
@@ -58,12 +58,7 @@ brotli-decompressor = { version = "4.0.0", optional = true }
5858
http-02 = { package = "http", version = "0.2", optional = true }
5959
http = { version = "1.1", optional = true }
6060
url = "2.5.0"
61-
62-
# These are locked down for MSRV 1.67
63-
rustls = { version = "=0.23.19", optional = true, default-features = false, features = ["ring", "logging", "std", "tls12"] }
64-
yoke = "=0.7.4"
65-
litemap = "=0.7.3"
66-
zerofrom = "=0.1.4"
61+
rustls = { version = ">=0.23.19", optional = true, default-features = false, features = ["ring", "logging", "std", "tls12"] }
6762

6863
# This can't be in dev-dependencies due to doc tests.
6964
hootbin = { version = "0.1.5", optional = true }

0 commit comments

Comments
 (0)