Skip to content

Commit

Permalink
Update reqwest-middleware requirement from 0.3 to 0.4 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 60992bc commit 5379187
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 @@ -15,7 +15,7 @@ base64 = "0.22"
chrono = { version = "0.4", features = ["serde"] }
http = "1"
reqwest = { version = "0.12", features = ["json"] }
reqwest-middleware = { version = "0.3", features = ["json"] }
reqwest-middleware = { version = "0.4", features = ["json"] }
rust_decimal = { version = "1.36", features = ["serde-float"] }
serde = { version = "1", features = ["derive"] }
serde_json = { package = "serde_json_path_to_error", version = "0.1" }
Expand Down

0 comments on commit 5379187

Please sign in to comment.