Skip to content

Commit 2469fca

Browse files
Update Rust crate indicatif to 0.18.0
1 parent 765dbb0 commit 2469fca

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
@@ -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
@@ -349,7 +349,6 @@ dof = { version = "0.3.0", default-features = false, features = ["des"] }
349349
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
350350
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
351351
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
352-
indicatif = { version = "0.17.11", features = ["rayon"] }
353352
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
354353
mio = { version = "1.0.2", features = ["net", "os-ext"] }
355354
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }
@@ -364,7 +363,6 @@ dof = { version = "0.3.0", default-features = false, features = ["des"] }
364363
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.1", default-features = false, features = ["std"] }
365364
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
366365
hyper-util = { version = "0.1.14", features = ["client-proxy", "client-proxy-system", "full"] }
367-
indicatif = { version = "0.17.11", features = ["rayon"] }
368366
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
369367
mio = { version = "1.0.2", features = ["net", "os-ext"] }
370368
rustix = { version = "0.38.37", features = ["event", "fs", "net", "pipe", "process", "stdio", "system", "termios", "time"] }

0 commit comments

Comments
 (0)