diff --git a/Cargo.toml b/Cargo.toml index 47e8677..d6d0cfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"