Skip to content

Commit

Permalink
chore(deps): Bump console from 0.15.8 to 0.15.10
Browse files Browse the repository at this point in the history
Bumps [console](https://github.com/console-rs/console) from 0.15.8 to 0.15.10.
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md)
- [Commits](console-rs/console@0.15.8...0.15.10)

---
updated-dependencies:
- dependency-name: console
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 64f24bb commit da6fdc1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cyclonedx-bom = "0.8.0"
dotenv = "0.15.0"
chrono = { version = "0.4.19", features = ["alloc", "serde"] }
clap = { version = "4.5.23", features = ["derive"] }
console = { version = "0.15.8", features = ["windows-console-colors"] }
console = { version = "0.15.10", features = ["windows-console-colors"] }
dashmap = { version = "6.1.0", features = ["rayon", "inline"] }
dialoguer = "0.11.0"
dirs = "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ typify-macro = "0.2.0"
url = { version = "2.5.4", features = ["serde"] }
log = "0.4.22"
hipcheck-common = { version = "0.1.0", path = "../../hipcheck-common" }
console = "0.15.8"
console = "0.15.10"

[features]
macros = ["dep:hipcheck-sdk-macros"]
Expand Down

0 comments on commit da6fdc1

Please sign in to comment.