Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 820dfa1 commit 5ef3b49
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 @@ -30,5 +30,5 @@ async-trait = "0.1.69"
axum = "0.6.18"
bytes = "1.6.0"
hyper = "0.14.27"
reqwest = { version = "0.11", features = ["blocking"] }
reqwest = { version = "0.12.4", features = ["blocking"] }
tokio = { version = "1.37.0", features = ["full"] }

0 comments on commit 5ef3b49

Please sign in to comment.