File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 22name = " http-cache-reqwest"
33version = " 1.0.0-alpha.2"
44description = " http-cache middleware implementation for reqwest"
5- authors = [" Christian Haynes <06chaynes@gmail.com>" , " Kat Marchán <kzm@zkat.tech>" ]
5+ authors = [
6+ " Christian Haynes <06chaynes@gmail.com>" ,
7+ " Kat Marchán <kzm@zkat.tech>" ,
8+ ]
69repository = " https://github.com/06chaynes/http-cache"
710homepage = " https://http-cache.rs"
811license = " MIT OR Apache-2.0"
912readme = " README.md"
1013keywords = [" cache" , " http" , " middleware" , " reqwest" ]
11- categories = [
12- " caching" ,
13- " web-programming::http-client"
14- ]
14+ categories = [" caching" , " web-programming::http-client" ]
1515edition = " 2021"
1616rust-version = " 1.83.0"
1717
@@ -23,8 +23,10 @@ http = "1.2.0"
2323http-body = " 1.0.1"
2424http-body-util = " 0.1.2"
2525http-cache-semantics = " 2.1.0"
26- reqwest = { version = " 0.12.12" , default-features = false }
27- reqwest-middleware = " 0.4.0"
26+ reqwest = { version = " 0.13.1" , default-features = false , features = [
27+ " stream" ,
28+ ] }
29+ reqwest-middleware = " 0.5.0"
2830url = { version = " 2.5.4" , features = [" serde" ] }
2931
3032# Optional dependencies for streaming feature
You can’t perform that action at this time.
0 commit comments