Skip to content

Commit a6f3552

Browse files
Bump console from 0.11.3 to 0.15.0 (#183)
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>
1 parent 39452ec commit a6f3552

File tree

3 files changed

+5
-31
lines changed

3 files changed

+5
-31
lines changed

Cargo.lock

+3-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iapyx/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ chrono = { version = "0.4", features = ["serde"] }
4242
regex = "*"
4343
dialoguer = "0.10"
4444
structopt = "0.3"
45-
console = "0.11"
45+
console = "0.15"
4646
csv = "1.1"
4747
warp = { version = "0.3", features = ["tls"] }
4848
warp-reverse-proxy = "0.3.2"

vitup/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ thiserror = "1.0"
4646
warp-reverse-proxy = "0.3.2"
4747
hex = "0.4"
4848
futures = "0.3.8"
49-
console = "0.13"
49+
console = "0.15"
5050
indicatif = "0.15"
5151
lazy_static = "1"
5252
serde_json = "1.0"

0 commit comments

Comments
 (0)