Skip to content

Commit

Permalink
[OSS-103] Use the published reqwest-middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandanaita committed May 7, 2024
1 parent bbf4d4b commit 1f2e146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async-trait = "0.1"
chrono = { version = "0.4", features = ["serde"] }
http = "1"
reqwest = { version = "0.12", features = ["json"] }
reqwest-middleware = { git = "https://github.com/truelayer/reqwest-middleware.git", branch = "bot-272/client-builder-extend", features = ["json"] }
reqwest-middleware = { version = "0.3.1", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
Expand Down

0 comments on commit 1f2e146

Please sign in to comment.