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 11[package ]
22name = " http-cache-semantics"
3- version = " 2.0.1 "
3+ version = " 2.1.0 "
44description = " RFC 7234. Parses HTTP headers to correctly compute cacheability of responses, even in complex cases"
55homepage = " https://lib.rs/http-cache-semantics"
66repository = " https://github.com/kornelski/rusty-http-cache-semantics"
@@ -18,7 +18,7 @@ rust-version = "1.64"
1818http = " 1.0.0"
1919http-serde = { version = " 2.0.0" , optional = true }
2020serde = { 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 }
2222time = { version = " 0.3.20" , features = [" parsing" , " formatting" ] }
2323
2424[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments