From 33fe059c281a41cc45418de958e29276c0476a12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 14:24:03 +0100 Subject: [PATCH] Bump console from 0.15.11 to 0.16.0 (#5931) Bumps [console](https://github.com/console-rs/console) from 0.15.11 to 0.16.0. - [Release notes](https://github.com/console-rs/console/releases) - [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md) - [Commits](https://github.com/console-rs/console/compare/0.15.11...0.16.0) --- updated-dependencies: - dependency-name: console dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f20a27561..10bf6318e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10186,7 +10186,7 @@ dependencies = [ "bip39", "bs58", "clap", - "console 0.15.11", + "console 0.16.0", "cw-utils", "dkg-bypass-contract", "humantime", diff --git a/Cargo.toml b/Cargo.toml index a1d73c78de..c69f0e7ee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -223,7 +223,7 @@ clap_complete = "4.5" clap_complete_fig = "4.5" colored = "2.2" comfy-table = "7.1.4" -console = "0.15.11" +console = "0.16.0" console-subscriber = "0.4.1" console_error_panic_hook = "0.1" const-str = "0.5.6"