diff --git a/Cargo.toml b/Cargo.toml index 8aead297..a335d844 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,8 +92,8 @@ hyper-util = { version = "0.1", features = ["full"] } serde_json = "1.0.149" percent-encoding = "2.3.2" libnet = { git = "https://github.com/oxidecomputer/netadm-sys", branch = "main" } -progenitor = "0.11" -progenitor-client = "0.11" +progenitor = "0.13" +progenitor-client = "0.13" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } clap = { version = "4.5.59", features = ["derive", "unstable-styles", "env"] } tabwriter = { version = "1", features = ["ansi_formatting"] }