diff --git a/Cargo.toml b/Cargo.toml index 45c976d..456ecfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"