Skip to content

Commit

Permalink
build: bump console from 0.15.4 to 0.15.5
Browse files Browse the repository at this point in the history
Bumps [console](https://github.com/console-rs/console) from 0.15.4 to 0.15.5.
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md)
- [Commits](console-rs/console@0.15.4...0.15.5)

---
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 and arxanas committed Jan 24, 2023
1 parent 43f8bda commit 4b76af6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 git-branchless-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ chashmap = "2.2.2"
chrono = "0.4.19"
color-eyre = "0.6.2"
concolor = { version = "0.0.11", features = ["auto"] }
console = "0.15.4"
console = "0.15.5"
cursive = { version = "0.20.0", default-features = false }
eden_dag = { package = "esl01-dag", version = "0.2.1" }
eyre = "0.6.8"
Expand Down
2 changes: 1 addition & 1 deletion git-branchless/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version = "0.7.0-pre.1"
[dependencies]
bugreport = "0.5.0"
color-eyre = "0.6.2"
console = "0.15.4"
console = "0.15.5"
cursive_core = "0.3.7"
eden_dag = { package = "esl01-dag", version = "0.2.1" }
eyre = "0.6.8"
Expand Down

0 comments on commit 4b76af6

Please sign in to comment.