Skip to content

Commit

Permalink
Bump console from 0.11.3 to 0.15.0 (#183)
Browse files Browse the repository at this point in the history
Bumps [console](https://github.com/mitsuhiko/console) from 0.11.3 to 0.15.0.
- [Release notes](https://github.com/mitsuhiko/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md)
- [Commits](console-rs/console@0.11.3...0.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 29, 2022
1 parent 39452ec commit a6f3552
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
32 changes: 3 additions & 29 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 iapyx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ chrono = { version = "0.4", features = ["serde"] }
regex = "*"
dialoguer = "0.10"
structopt = "0.3"
console = "0.11"
console = "0.15"
csv = "1.1"
warp = { version = "0.3", features = ["tls"] }
warp-reverse-proxy = "0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion vitup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ thiserror = "1.0"
warp-reverse-proxy = "0.3.2"
hex = "0.4"
futures = "0.3.8"
console = "0.13"
console = "0.15"
indicatif = "0.15"
lazy_static = "1"
serde_json = "1.0"
Expand Down

0 comments on commit a6f3552

Please sign in to comment.