Skip to content

Commit

Permalink
Update Rust crate console to 0.15.8 (#4798)
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] authored Jan 13, 2024
1 parent 095dbbd commit 35838d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 72 deletions.
72 changes: 3 additions & 69 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 tufaceous/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = { workspace = true, features = ["backtrace"] }
camino.workspace = true
clap = { workspace = true, features = ["derive", "env"] }
chrono.workspace = true
console = { version = "0.15.7", default-features = false }
console = { version = "0.15.8", default-features = false }
humantime.workspace = true
omicron-common.workspace = true
slog.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ chrono = { version = "0.4.31", features = ["alloc", "serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.4.3", features = ["derive", "env", "wrap_help"] }
clap_builder = { version = "4.4.2", default-features = false, features = ["color", "env", "std", "suggestions", "usage", "wrap_help"] }
console = { version = "0.15.7" }
console = { version = "0.15.8" }
const-oid = { version = "0.9.5", default-features = false, features = ["db", "std"] }
crossbeam-epoch = { version = "0.9.15" }
crossbeam-utils = { version = "0.8.16" }
Expand Down Expand Up @@ -132,7 +132,7 @@ chrono = { version = "0.4.31", features = ["alloc", "serde"] }
cipher = { version = "0.4.4", default-features = false, features = ["block-padding", "zeroize"] }
clap = { version = "4.4.3", features = ["derive", "env", "wrap_help"] }
clap_builder = { version = "4.4.2", default-features = false, features = ["color", "env", "std", "suggestions", "usage", "wrap_help"] }
console = { version = "0.15.7" }
console = { version = "0.15.8" }
const-oid = { version = "0.9.5", default-features = false, features = ["db", "std"] }
crossbeam-epoch = { version = "0.9.15" }
crossbeam-utils = { version = "0.8.16" }
Expand Down

0 comments on commit 35838d1

Please sign in to comment.