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.1.1 "
3+ version = " 3.0.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.85"
1818http = " 1.4.0"
1919http-serde = { version = " 2.1.1" , optional = true }
2020serde = { version = " 1.0.228" , optional = true , features = [" derive" ] }
21- reqwest = { version = " 0.12 " , default-features = false , optional = true }
21+ reqwest = { version = " 0.13 " , default-features = false , optional = true }
2222time = { version = " 0.3.46" , features = [" parsing" , " formatting" ] }
2323
2424[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments