From 7b3edd4ccb02e9312eef514a8936f0c3a36cbeb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:46:43 +0000 Subject: [PATCH] chore(deps)(deps): bump console from 0.15.11 to 0.16.3 Bumps [console](https://github.com/console-rs/console) from 0.15.11 to 0.16.3. - [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.3) --- updated-dependencies: - dependency-name: console dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/lpm-cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bcd21f0..94391997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1795,7 +1795,7 @@ checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78" dependencies = [ "cfg-if", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -3198,7 +3198,7 @@ dependencies = [ "clap", "clap_complete", "cliclack", - "console 0.15.11", + "console 0.16.3", "crossterm", "dashmap", "dhat", diff --git a/crates/lpm-cli/Cargo.toml b/crates/lpm-cli/Cargo.toml index d2954d7b..d3ba9369 100644 --- a/crates/lpm-cli/Cargo.toml +++ b/crates/lpm-cli/Cargo.toml @@ -71,7 +71,7 @@ crossterm = "0.29" # `console::Style` from its color hooks, so the no-color theme override # needs a direct dep to construct an unstyled `Style::new()`. Pinned to the # same 0.15.x line cliclack 0.3.x uses so the two `Style` types unify. -console = "0.15" +console = "0.16" gag = "1" # Browser open