From fc656b7b87b3611eb549a854f7a8c55397cc08ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:11:39 +0000 Subject: [PATCH] build(deps): bump terminal_size from 0.3.0 to 0.4.0 Bumps [terminal_size](https://github.com/eminence/terminal-size) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/eminence/terminal-size/releases) - [Commits](https://github.com/eminence/terminal-size/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: terminal_size dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 ++++++++++++--- Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2078a19d..451d8d58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2256,12 +2256,12 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" +checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" dependencies = [ "rustix", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -2716,6 +2716,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + [[package]] name = "windows-targets" version = "0.48.5" diff --git a/Cargo.toml b/Cargo.toml index fda52622..2feccc28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ serde = { version = "1.0", features = ["derive"] } # serialization and deseriali serde_json = "1.0.128" # JSON serialization and deserialization storyteller = "1.0.0" # minimal multi user output architecture tabled = { version = "0.10.0", features = ["color"] } # pretty print tables -terminal_size = "0.3.0" # determine the terminal size +terminal_size = "0.4.0" # determine the terminal size thiserror = "1.0.63" # error handling toml_edit = "0.22.21" # read and write the Cargo.toml tracing = "0.1" # tracing