From 1334176bea92299e78ebda3c4fabb779e6ab5917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:33:01 +0000 Subject: [PATCH] chore(deps): bump the cargo-dependencies group across 1 directory with 5 updates Bumps the cargo-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ratatui](https://github.com/ratatui/ratatui) | `0.28.0` | `0.28.1` | | [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.17` | | [tui-input](https://github.com/sayanarijit/tui-input) | `0.10.0` | `0.10.1` | | [ansi-to-tui](https://github.com/uttarayan21/ansi-to-tui) | `4.0.1` | `6.0.0` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.31.2` | `0.31.4` | Updates `ratatui` from 0.28.0 to 0.28.1 - [Release notes](https://github.com/ratatui/ratatui/releases) - [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md) - [Commits](https://github.com/ratatui/ratatui/compare/v0.28.0...v0.28.1) Updates `clap` from 4.5.16 to 4.5.17 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.16...clap_complete-v4.5.17) Updates `tui-input` from 0.10.0 to 0.10.1 - [Release notes](https://github.com/sayanarijit/tui-input/releases) - [Commits](https://github.com/sayanarijit/tui-input/compare/v0.10.0...v0.10.1) Updates `ansi-to-tui` from 4.0.1 to 6.0.0 - [Changelog](https://github.com/ratatui/ansi-to-tui/blob/master/CHANGELOG.md) - [Commits](https://github.com/uttarayan21/ansi-to-tui/commits) Updates `sysinfo` from 0.31.2 to 0.31.4 - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/compare/v0.31.2...v0.31.4) --- updated-dependencies: - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tui-input dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: ansi-to-tui dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-dependencies - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 10 +++++----- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3700376..16a0d1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,9 +61,9 @@ dependencies = [ [[package]] name = "ansi-to-tui" -version = "4.0.1" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8438af3d7e7dccdb98eff55e5351587d9bec2294daff505fc9a061bd14d22db0" +checksum = "00c4af0bef1b514c9b6a32a773caf604c1390fa7913f4eaa23bfe76f251d6a42" dependencies = [ "nom", "ratatui", @@ -317,9 +317,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.16" +version = "4.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" +checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac" dependencies = [ "clap_builder", "clap_derive", @@ -327,9 +327,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.15" +version = "4.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" +checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73" dependencies = [ "anstream", "anstyle", @@ -1249,9 +1249,9 @@ dependencies = [ [[package]] name = "ratatui" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ba6a365afbe5615999275bea2446b970b10a41102500e27ce7678d50d978303" +checksum = "fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d" dependencies = [ "bitflags 2.6.0", "cassowary", @@ -1532,9 +1532,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.31.2" +version = "0.31.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4115055da5f572fff541dd0c4e61b0262977f453cc9fe04be83aba25a89bdab" +checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be" dependencies = [ "core-foundation-sys", "libc", @@ -1611,9 +1611,9 @@ dependencies = [ [[package]] name = "tui-input" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68699e8bb4ca025ab41fcc602d3d53a5714a56b0cf2d6e93c98aaf4231e3d937" +checksum = "bd137780d743c103a391e06fe952487f914b299a4fe2c3626677f6a6339a7c6b" dependencies = [ "ratatui", "unicode-width", diff --git a/Cargo.toml b/Cargo.toml index d46aea2..ed96619 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,26 +13,26 @@ edition = "2021" rust-version = "1.74.1" [dependencies] -ratatui = "0.28.0" -clap = { version = "4.4.2", features = ["derive", "env", "wrap_help", "cargo"] } +ratatui = "0.28.1" +clap = { version = "4.5.17", features = ["derive", "env", "wrap_help", "cargo"] } thiserror = "1.0.63" elf = "0.7.1" rust-strings = "0.6.0" heh = "0.6.1" -tui-input = "0.10.0" +tui-input = "0.10.1" tui-popup = "0.5.0" unicode-width = "0.1.11" textwrap = "0.16.1" lurk-cli = "0.3.6" nix = { version = "0.29.0", features = ["ptrace", "signal"] } -ansi-to-tui = "=4.0.1" +ansi-to-tui = "=6.0.0" console = "0.15.8" which = "6.0.3" better-panic = "0.3.0" tui-big-text = "0.6.0" chrono = "0.4.38" bytesize = "1.3.0" -sysinfo = { version = "0.31.2", default-features = false, features = ["user"] } +sysinfo = { version = "0.31.4", default-features = false, features = ["user"] } webbrowser = "1.0.1" lddtree = "0.3.5" itertools = "0.13.0"