From 96023fa49bcad67f12c280c90863df44dec48028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jan 2023 20:45:42 +0900 Subject: [PATCH] chore(deps): bump console from 0.15.2 to 0.15.3 (#30) Bumps [console](https://github.com/console-rs/console) from 0.15.2 to 0.15.3. - [Release notes](https://github.com/console-rs/console/releases) - [Changelog](https://github.com/console-rs/console/blob/master/CHANGELOG.md) - [Commits](https://github.com/console-rs/console/compare/0.15.2...0.15.3) --- updated-dependencies: - dependency-name: console dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 17 +++-------------- crates/stackable-backend/Cargo.toml | 2 +- crates/stackable-cli/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 180bb35..4a0d44d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -233,16 +233,15 @@ dependencies = [ [[package]] name = "console" -version = "0.15.2" +version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c050367d967ced717c04b65d8c619d863ef9292ce0c5760028655a2fb298718c" +checksum = "5556015fe3aad8b968e5d4124980fbe2f6aaee7aeec6b749de1faaa2ca5d0a4c" dependencies = [ "encode_unicode", "lazy_static", "libc", - "terminal_size", "unicode-width", - "winapi", + "windows-sys 0.42.0", ] [[package]] @@ -2389,16 +2388,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "terminal_size" -version = "0.1.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" -dependencies = [ - "libc", - "winapi", -] - [[package]] name = "thin-slice" version = "0.1.1" diff --git a/crates/stackable-backend/Cargo.toml b/crates/stackable-backend/Cargo.toml index 79d3bec..fba6ccc 100644 --- a/crates/stackable-backend/Cargo.toml +++ b/crates/stackable-backend/Cargo.toml @@ -42,7 +42,7 @@ clap = { version = "4.0.32", features = ["derive", "env"], optional = true } serde_json = "1.0.91" tracing = { version = "0.1.37" } tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } -console = "0.15.2" +console = "0.15.3" mime_guess = "2.0.4" [features] diff --git a/crates/stackable-cli/Cargo.toml b/crates/stackable-cli/Cargo.toml index 53c7dab..cd6cf20 100644 --- a/crates/stackable-cli/Cargo.toml +++ b/crates/stackable-cli/Cargo.toml @@ -23,7 +23,7 @@ dotenvy = "0.15.6" time = "0.3" rand = "0.8.5" indicatif = "0.17.2" -console = "0.15.2" +console = "0.15.3" reqwest = { version = "0.11.13", features = ["rustls-tls-webpki-roots"] } # Stackable Components