Skip to content

Commit 8124846

Browse files
committed
New reqwest
1 parent 8fba3b9 commit 8124846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-cache-semantics"
3-
version = "2.0.1"
3+
version = "2.1.0"
44
description = "RFC 7234. Parses HTTP headers to correctly compute cacheability of responses, even in complex cases"
55
homepage = "https://lib.rs/http-cache-semantics"
66
repository = "https://github.com/kornelski/rusty-http-cache-semantics"
@@ -18,7 +18,7 @@ rust-version = "1.64"
1818
http = "1.0.0"
1919
http-serde = { version = "2.0.0", optional = true }
2020
serde = { version = "1.0.193", optional = true, features = ["derive"] }
21-
# reqwest = { version = "0.11.22", default-features = false, optional = true } # not upgraded yet
21+
reqwest = { version = "0.12", default-features = false, optional = true }
2222
time = { version = "0.3.20", features = ["parsing", "formatting"] }
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)