diff --git a/Cargo.toml b/Cargo.toml index 54658a42..d61562e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ percent-encoding = "2.3.2" libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" } progenitor = "0.11" progenitor-client = "0.11" -reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } +reqwest = { version = "0.13", default-features = false, features = ["json", "stream", "rustls-tls"] } clap = { version = "4.5.54", features = ["derive", "unstable-styles", "env"] } tabwriter = { version = "1", features = ["ansi_formatting"] } colored = "3.0"