Skip to content

Commit 69451b0

Browse files
build(deps): bump console from 0.15.10 to 0.16.2
Bumps [console](https://github.com/console-rs/console) from 0.15.10 to 0.16.2. - [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.10...0.16.2) --- updated-dependencies: - dependency-name: console dependency-version: 0.16.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5afaf6f commit 69451b0

File tree

3 files changed

+38
-10
lines changed

3 files changed

+38
-10
lines changed

Cargo.lock

Lines changed: 36 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

single-pool/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010
[dependencies]
1111
tokio = "1.42"
1212
clap = { version = "3.2.23", features = ["derive"] }
13-
console = "0.15.10"
13+
console = "0.16.2"
1414
borsh = "1.5.3"
1515
bincode = "1.3.1"
1616
serde = "1.0.217"

token/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ walkdir = "2"
1414
[dependencies]
1515
base64 = "0.22.1"
1616
clap = "3.2.23"
17-
console = "0.15.10"
17+
console = "0.16.2"
1818
futures = "0.3"
1919
serde = "1.0.217"
2020
serde_derive = "1.0.103"

0 commit comments

Comments
 (0)