Rename function, use latest reqwest-middleware

This commit is contained in:
2026-05-19 15:27:10 -04:00
parent fb542ff82e
commit f29b5af96d
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ http = "1.4"
color-eyre = "0.6"
oxigraph = "0.5"
parse_link_header = "0.4"
reqwest-middleware = { git = "https://github.com/TrueLayer/reqwest-middleware.git", features = ["stream"] }
reqwest-middleware = { version = "0.5", features = ["stream"] }
thiserror = "2"
tokio = { version = "1", features = ["full"] }
tracing = "0.1"