From 4f55dea15011a22356c4be22fbbf1b5034d0eac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:01:28 +0000 Subject: [PATCH] Bump console from 0.15.11 to 0.16.2 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] --- Cargo.lock | 19 ++++++++++++++++--- Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec6a49e..43c0469 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -612,7 +612,7 @@ dependencies = [ "anyhow", "assert_cmd", "clap", - "console", + "console 0.16.2", "dialoguer", "indicatif", "reqwest", @@ -830,6 +830,19 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "console" +version = "0.16.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03e45a4a8926227e4197636ba97a9fc9b00477e9f4bd711395687c5f0734bec4" +dependencies = [ + "encode_unicode", + "libc", + "once_cell", + "unicode-width", + "windows-sys 0.61.2", +] + [[package]] name = "const-oid" version = "0.9.6" @@ -1165,7 +1178,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" dependencies = [ - "console", + "console 0.15.11", "shell-words", "tempfile", "thiserror 1.0.69", @@ -2201,7 +2214,7 @@ version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" dependencies = [ - "console", + "console 0.15.11", "number_prefix", "portable-atomic", "unicode-width", diff --git a/Cargo.toml b/Cargo.toml index a7c6087..0601c72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ tera = "1.19" clap = { version = "4.5", features = ["derive", "color"] } dialoguer = "0.11" indicatif = "0.17" -console = "0.15" +console = "0.16" # Internal crates rustapi-rs = { path = "crates/rustapi-rs", version = "0.1.188", default-features = false }