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