Skip to content

Commit

Permalink
Update Rust crate indicatif to 0.17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Jan 28, 2025
1 parent 80d30f8 commit 30b39da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ illumos-utils = { path = "illumos-utils" }
iana-time-zone = "0.1.61"
indent_write = "2.2.0"
indexmap = "2.6.0"
indicatif = { version = "0.17.9", features = ["rayon"] }
indicatif = { version = "0.17.10", features = ["rayon"] }
indoc = "2.0.5"
installinator = { path = "installinator" }
installinator-api = { path = "installinator-api" }
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.10", 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"] }
Expand All @@ -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.10", 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"] }
Expand Down

0 comments on commit 30b39da

Please sign in to comment.