Skip to content

Commit

Permalink
Update Rust crate reqwest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2024
1 parent 11e3f82 commit f1d3f88
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 @@ -48,7 +48,7 @@ csv = "1"
mock_instant = { version = "0.5" }
serde_json = "1.0"
# By default, reqwest builds openssl from source, which fails on missing/incompatible system dependencies
reqwest = { version = "0.11", features = ["rustls-tls"], default-features = false }
reqwest = { version = "0.12", features = ["rustls-tls"], default-features = false }
futures = "0.3"
tokio = { version = "1.24", features = ["rt-multi-thread"] }
sha2 = "0.9"
Expand Down

0 comments on commit f1d3f88

Please sign in to comment.