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
oxide-renovate[bot] committed Apr 26, 2024
1 parent a764d6c commit db2087d
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 @@ -56,7 +56,7 @@ progenitor-client = { git = "https://github.com/oxidecomputer/progenitor" }
rand = "0.8.5"
rand_core = "0.6"
regex = "1.10.4"
reqwest = { version = "0.11", default-features = false, features = ["json", "stream"] }
reqwest = { version = "0.12.4", default-features = false, features = ["json", "stream"] }
reqwest-middleware = "0.2"
reqwest-retry = "0.3.0"
reqwest-tracing = "0.4.6"
Expand Down

0 comments on commit db2087d

Please sign in to comment.