diff --git a/Cargo.toml b/Cargo.toml index 92e0f55f..6e61743d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ hyper-util = { version = "0.1", features = ["full"] } serde_json = "1.0.140" percent-encoding = "2.3.1" libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" } -progenitor = "0.9.1" +progenitor = "0.11.0" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } clap = { version = "4.5.38", features = ["derive", "unstable-styles", "env"] } tabwriter = { version = "1", features = ["ansi_formatting"] }