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
Generated
+3 -2
View File
@@ -1159,8 +1159,9 @@ dependencies = [
[[package]]
name = "reqwest-middleware"
version = "0.5.1"
source = "git+https://github.com/TrueLayer/reqwest-middleware.git#9bedaf84c370da152fa28abb6cbbc1bf0638b635"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bc3f1384cffa4f274dad2d4ddd73aed32fed8f786d96c6be8aa4e5fd3c3b58"
dependencies = [
"anyhow",
"async-trait",