Skip to content

Commit ec4b5dc

Browse files
Update Rust crate indicatif to 0.17.11 (#7411)
1 parent 974b1b3 commit ec4b5dc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ illumos-utils = { path = "illumos-utils" }
435435
iana-time-zone = "0.1.61"
436436
indent_write = "2.2.0"
437437
indexmap = "2.7.1"
438-
indicatif = { version = "0.17.9", features = ["rayon"] }
438+
indicatif = { version = "0.17.11", features = ["rayon"] }
439439
indoc = "2.0.5"
440440
installinator = { path = "installinator" }
441441
installinator-api = { path = "installinator-api" }

workspace-hack/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ cookie = { version = "0.18.1", default-features = false, features = ["percent-en
322322
dof = { version = "0.3.0", default-features = false, features = ["des"] }
323323
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
324324
hyper-util = { version = "0.1.10", features = ["full"] }
325-
indicatif = { version = "0.17.9", features = ["rayon"] }
325+
indicatif = { version = "0.17.11", features = ["rayon"] }
326326
mio = { version = "1.0.2", features = ["net", "os-ext"] }
327327
once_cell = { version = "1.20.2" }
328328
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
334334
dof = { version = "0.3.0", default-features = false, features = ["des"] }
335335
hyper-rustls = { version = "0.27.3", default-features = false, features = ["http1", "http2", "ring", "tls12", "webpki-tokio"] }
336336
hyper-util = { version = "0.1.10", features = ["full"] }
337-
indicatif = { version = "0.17.9", features = ["rayon"] }
337+
indicatif = { version = "0.17.11", features = ["rayon"] }
338338
mio = { version = "1.0.2", features = ["net", "os-ext"] }
339339
once_cell = { version = "1.20.2" }
340340
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }

0 commit comments

Comments
 (0)