Skip to content

Commit 9064862

Browse files
Update Rust crate indicatif to 0.18.0
1 parent 034044c commit 9064862

File tree

3 files changed

+118
-16
lines changed

3 files changed

+118
-16
lines changed

Cargo.lock

Lines changed: 117 additions & 13 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
@@ -483,7 +483,7 @@ illumos-utils = { path = "illumos-utils" }
483483
iana-time-zone = "0.1.63"
484484
indent_write = "2.2.0"
485485
indexmap = "2.10.0"
486-
indicatif = { version = "0.17.11", features = ["rayon"] }
486+
indicatif = { version = "0.18.0", features = ["rayon"] }
487487
indoc = "2.0.6"
488488
installinator = { path = "installinator" }
489489
installinator-api = { path = "installinator-api" }

workspace-hack/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ dof = { version = "0.3.0", default-features = false, features = ["des"] }
353353
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
354354
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
355355
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
356-
indicatif = { version = "0.17.11", features = ["rayon"] }
357356
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
358357
mio = { version = "1.0.2", features = ["net", "os-ext"] }
359358
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
@@ -368,7 +367,6 @@ dof = { version = "0.3.0", default-features = false, features = ["des"] }
368367
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
369368
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
370369
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
371-
indicatif = { version = "0.17.11", features = ["rayon"] }
372370
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
373371
mio = { version = "1.0.2", features = ["net", "os-ext"] }
374372
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }

0 commit comments

Comments
 (0)