diff --git a/Cargo.lock b/Cargo.lock index 0b7ce7c6e5..20a6d44e2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4561,9 +4561,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.9" +version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" +checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" dependencies = [ "console", "number_prefix", @@ -5134,7 +5134,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 7726be94ae..98f571b826 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -435,7 +435,7 @@ illumos-utils = { path = "illumos-utils" } iana-time-zone = "0.1.61" indent_write = "2.2.0" indexmap = "2.7.1" -indicatif = { version = "0.17.9", features = ["rayon"] } +indicatif = { version = "0.17.11", features = ["rayon"] } indoc = "2.0.5" installinator = { path = "installinator" } installinator-api = { path = "installinator-api" } diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index ef4728e51f..c53cf44a11 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -322,7 +322,7 @@ cookie = { version = "0.18.1", default-features = false, features = ["percent-en dof = { version = "0.3.0", default-features = false, features = ["des"] } hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] } hyper-util = { version = "0.1.10", features = ["full"] } -indicatif = { version = "0.17.9", features = ["rayon"] } +indicatif = { version = "0.17.11", features = ["rayon"] } mio = { version = "1.0.2", features = ["net", "os-ext"] } once_cell = { version = "1.20.2" } rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] } @@ -334,7 +334,7 @@ cookie = { version = "0.18.1", default-features = false, features = ["percent-en dof = { version = "0.3.0", default-features = false, features = ["des"] } hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] } hyper-util = { version = "0.1.10", features = ["full"] } -indicatif = { version = "0.17.9", features = ["rayon"] } +indicatif = { version = "0.17.11", features = ["rayon"] } mio = { version = "1.0.2", features = ["net", "os-ext"] } once_cell = { version = "1.20.2" } rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }