File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " http-cache-semantics"
3
- version = " 2.0.1 "
3
+ version = " 2.1.0 "
4
4
description = " RFC 7234. Parses HTTP headers to correctly compute cacheability of responses, even in complex cases"
5
5
homepage = " https://lib.rs/http-cache-semantics"
6
6
repository = " https://github.com/kornelski/rusty-http-cache-semantics"
@@ -18,7 +18,7 @@ rust-version = "1.64"
18
18
http = " 1.0.0"
19
19
http-serde = { version = " 2.0.0" , optional = true }
20
20
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 }
22
22
time = { version = " 0.3.20" , features = [" parsing" , " formatting" ] }
23
23
24
24
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments