Skip to content

Commit 49c1329

Browse files
Update Rust crate indicatif to 0.18.0
1 parent 3db43b9 commit 49c1329

File tree

3 files changed

+117
-15
lines changed

3 files changed

+117
-15
lines changed

Cargo.lock

Lines changed: 116 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ illumos-utils = { path = "illumos-utils" }
491491
iana-time-zone = "0.1.63"
492492
indent_write = "2.2.0"
493493
indexmap = "2.10.0"
494-
indicatif = { version = "0.17.11", features = ["rayon"] }
494+
indicatif = { version = "0.18.0", features = ["rayon"] }
495495
indoc = "2.0.6"
496496
installinator = { path = "installinator" }
497497
installinator-api = { path = "installinator-api" }

workspace-hack/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@ dof = { version = "0.3.0", default-features = false, features = ["des"] }
355355
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
356356
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
357357
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
358-
indicatif = { version = "0.17.11", features = ["rayon"] }
359358
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
360359
mio = { version = "1.0.2", features = ["net", "os-ext"] }
361360
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
@@ -370,7 +369,6 @@ dof = { version = "0.3.0", default-features = false, features = ["des"] }
370369
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
371370
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
372371
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
373-
indicatif = { version = "0.17.11", features = ["rayon"] }
374372
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
375373
mio = { version = "1.0.2", features = ["net", "os-ext"] }
376374
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }

0 commit comments

Comments
 (0)