From a87ea84073898610e64be87d5097faa064334417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 15:31:08 -0500 Subject: [PATCH] chore(deps): bump console from 0.15.11 to 0.16.2 (#645) Bumps [console](https://github.com/console-rs/console) from 0.15.11 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](https://github.com/console-rs/console/compare/0.15.11...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 20 ++++---------------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61289ad..1da5102 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,19 +609,6 @@ dependencies = [ "crossbeam-utils", ] -[[package]] -name = "console" -version = "0.15.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" -dependencies = [ - "encode_unicode", - "libc", - "once_cell", - "unicode-width 0.2.2", - "windows-sys 0.59.0", -] - [[package]] name = "console" version = "0.16.2" @@ -902,7 +889,7 @@ version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96" dependencies = [ - "console 0.16.2", + "console", "fuzzy-matcher", "shell-words", "tempfile", @@ -3259,7 +3246,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] @@ -3659,6 +3646,7 @@ dependencies = [ "cfg-if", "libc", "psm", + "windows-sys 0.52.0", "windows-sys 0.59.0", ] @@ -5127,7 +5115,7 @@ dependencies = [ "chrono", "chrono-tz", "clap", - "console 0.15.11", + "console", "criterion", "cron", "dialoguer", diff --git a/Cargo.toml b/Cargo.toml index e10b2ad..b09be1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ cron = "0.12" # Interactive CLI prompts dialoguer = { version = "0.12", features = ["fuzzy-select"] } -console = "0.15" +console = "0.16" # Hardware discovery (device path globbing) glob = "0.3"