Skip to content

Commit

Permalink
build(deps): bump console from 0.15.9 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.9 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.9...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 17, 2024
1 parent b8132db commit 251099b
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 single-pool/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
[dependencies]
tokio = "1.42"
clap = { version = "3.2.23", features = ["derive"] }
console = "0.15.9"
console = "0.15.10"
borsh = "1.5.3"
bincode = "1.3.1"
serde = "1.0.216"
Expand Down
2 changes: 1 addition & 1 deletion token/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ walkdir = "2"
[dependencies]
base64 = "0.22.1"
clap = "3.2.23"
console = "0.15.9"
console = "0.15.10"
futures = "0.3"
serde = "1.0.216"
serde_derive = "1.0.103"
Expand Down

0 comments on commit 251099b

Please sign in to comment.