From 5e7be5caf5ad613c39bd9f74e7d955737a181100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 11:09:42 +0000 Subject: [PATCH] build(deps): bump console from 0.15.11 to 0.16.1 Bumps [console](https://github.com/console-rs/console) from 0.15.11 to 0.16.1. - [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.1) --- updated-dependencies: - dependency-name: console dependency-version: 0.16.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73d8e6459..da0929035 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1081,6 +1081,19 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "console" +version = "0.16.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4" +dependencies = [ + "encode_unicode", + "libc", + "once_cell", + "unicode-width 0.2.1", + "windows-sys 0.61.0", +] + [[package]] name = "const-oid" version = "0.9.6" @@ -1567,7 +1580,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" dependencies = [ - "console", + "console 0.15.11", "fuzzy-matcher", "shell-words", "thiserror 1.0.69", @@ -2782,7 +2795,7 @@ version = "1.43.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0" dependencies = [ - "console", + "console 0.15.11", "once_cell", "serde", "similar", @@ -3138,7 +3151,7 @@ dependencies = [ "camino", "chrono", "clap", - "console", + "console 0.16.1", "dialoguer", "dotenvy", "figment", @@ -3237,7 +3250,7 @@ dependencies = [ name = "mas-context" version = "1.6.0" dependencies = [ - "console", + "console 0.16.1", "opentelemetry", "pin-project-lite", "quanta", diff --git a/Cargo.toml b/Cargo.toml index 816a4f13c..505b677f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -151,7 +151,7 @@ version = "0.9.0" # Terminal formatting [workspace.dependencies.console] -version = "0.15.11" +version = "0.16.1" # Cookie store [workspace.dependencies.cookie_store]