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 Apr 19, 2024
1 parent 73b116f commit dfda780
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 @@ lazy_static = "1.4.0"
mimalloc = { version = "0.1.39", default-features = false }
url = "2.5.0"
urlencoding = "2.1.3"
reqwest = { version = "0.11.27", features = ["stream"] }
reqwest = { version = "0.12.4", features = ["stream"] }
tls-api = { version = "0.9.0", features = ["runtime-tokio"] }
tls-api-native-tls = { version = "0.9.0", features = ["runtime-tokio"] }
tokio = { version = "1.37.0", features = ["full"] }
Expand Down

0 comments on commit dfda780

Please sign in to comment.