From f620d7c0baead747041f7373ad6881381a916c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:45:21 +0000 Subject: [PATCH] build(deps): bump the minor-patch group across 1 directory with 6 updates Bumps the minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [crossterm](https://github.com/crossterm-rs/crossterm) | `0.27.0` | `0.28.1` | | [ratatui](https://github.com/ratatui/ratatui) | `0.27.0` | `0.28.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.210` | `1.0.213` | | [tui-prompts](https://github.com/joshka/tui-widgets) | `0.3.20` | `0.4.1` | | [regex](https://github.com/rust-lang/regex) | `1.11.0` | `1.11.1` | | [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.14` | `0.2.0` | Updates `crossterm` from 0.27.0 to 0.28.1 - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/commits) Updates `ratatui` from 0.27.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.27.0...v0.28.1) Updates `serde` from 1.0.210 to 1.0.213 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.210...v1.0.213) Updates `tui-prompts` from 0.3.20 to 0.4.1 - [Release notes](https://github.com/joshka/tui-widgets/releases) - [Changelog](https://github.com/joshka/tui-widgets/blob/main/CHANGELOG.md) - [Commits](https://github.com/joshka/tui-widgets/compare/tui-prompts-v0.3.20...tui-prompts-v0.4.1) Updates `regex` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.11.0...1.11.1) Updates `unicode-width` from 0.1.14 to 0.2.0 - [Commits](https://github.com/unicode-rs/unicode-width/commits) --- updated-dependencies: - dependency-name: crossterm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: tui-prompts dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 137 ++++++++++++++--------------------------------------- Cargo.toml | 12 ++--- 2 files changed, 41 insertions(+), 108 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dfead32c97..10792800b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -293,20 +293,6 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" -[[package]] -name = "compact_str" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f" -dependencies = [ - "castaway", - "cfg-if", - "itoa", - "ryu", - "serde", - "static_assertions", -] - [[package]] name = "compact_str" version = "0.8.0" @@ -318,6 +304,7 @@ dependencies = [ "itoa", "rustversion", "ryu", + "serde", "static_assertions", ] @@ -400,22 +387,6 @@ version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" -[[package]] -name = "crossterm" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" -dependencies = [ - "bitflags", - "crossterm_winapi", - "libc", - "mio 0.8.11", - "parking_lot", - "signal-hook", - "signal-hook-mio", - "winapi", -] - [[package]] name = "crossterm" version = "0.28.1" @@ -424,7 +395,7 @@ checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" dependencies = [ "bitflags", "crossterm_winapi", - "mio 1.0.2", + "mio", "parking_lot", "rustix", "signal-hook", @@ -672,7 +643,7 @@ dependencies = [ "chrono", "clap", "criterion", - "crossterm 0.27.0", + "crossterm", "etcetera", "figment", "git-version", @@ -682,7 +653,7 @@ dependencies = [ "log", "nom", "pretty_assertions", - "ratatui 0.27.0", + "ratatui", "regex", "serde", "similar", @@ -711,7 +682,7 @@ dependencies = [ "tree-sitter-toml", "tree-sitter-typescript", "tui-prompts", - "unicode-width", + "unicode-width 0.2.0", ] [[package]] @@ -977,18 +948,6 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" -[[package]] -name = "mio" -version = "0.8.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" -dependencies = [ - "libc", - "log", - "wasi", - "windows-sys 0.48.0", -] - [[package]] name = "mio" version = "1.0.2" @@ -1250,28 +1209,6 @@ dependencies = [ "proc-macro2", ] -[[package]] -name = "ratatui" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d16546c5b5962abf8ce6e2881e722b4e0ae3b6f1a08a26ae3573c55853ca68d3" -dependencies = [ - "bitflags", - "cassowary", - "compact_str 0.7.1", - "crossterm 0.27.0", - "itertools 0.13.0", - "lru", - "paste", - "serde", - "stability", - "strum", - "strum_macros", - "unicode-segmentation", - "unicode-truncate", - "unicode-width", -] - [[package]] name = "ratatui" version = "0.28.1" @@ -1280,26 +1217,27 @@ checksum = "fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d" dependencies = [ "bitflags", "cassowary", - "compact_str 0.8.0", - "crossterm 0.28.1", + "compact_str", + "crossterm", "instability", "itertools 0.13.0", "lru", "paste", + "serde", "strum", "strum_macros", "unicode-segmentation", "unicode-truncate", - "unicode-width", + "unicode-width 0.1.14", ] [[package]] name = "ratatui-macros" -version = "0.4.4" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c4a88a1767c49fc279878ee4384117a03ae99377b5262da937d66a7d5eea240" +checksum = "142d72442aff1ba834b80f50a22a48302e665e90b3a43eaab52bf99b037df0c0" dependencies = [ - "ratatui 0.28.1", + "ratatui", ] [[package]] @@ -1339,9 +1277,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8" +checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" dependencies = [ "aho-corasick", "memchr", @@ -1374,9 +1312,9 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[package]] name = "rstest" -version = "0.21.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9afd55a67069d6e434a95161415f5beeada95a01c7b815508a82dcb0e1593682" +checksum = "0a2c585be59b6b5dd66a9d2084aa1d8bd52fbdb806eafdeffb52791147862035" dependencies = [ "futures", "futures-timer", @@ -1386,9 +1324,9 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.21.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4165dfae59a39dd41d8dec720d3cbfbc71f69744efb480a3920f5d4e0cc6798d" +checksum = "825ea780781b15345a146be27eaefb05085e337e869bff01b4306a4fd4a9ad5a" dependencies = [ "cfg-if", "glob", @@ -1459,18 +1397,18 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" -version = "1.0.210" +version = "1.0.213" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" +checksum = "3ea7893ff5e2466df8d720bb615088341b295f849602c6956047f8f80f0e9bc1" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.210" +version = "1.0.213" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" +checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5" dependencies = [ "proc-macro2", "quote", @@ -1515,8 +1453,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd" dependencies = [ "libc", - "mio 0.8.11", - "mio 1.0.2", + "mio", "signal-hook", ] @@ -1565,16 +1502,6 @@ version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" -[[package]] -name = "stability" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d904e7009df136af5297832a3ace3370cd14ff1546a232f4f185036c2736fcac" -dependencies = [ - "quote", - "syn", -] - [[package]] name = "static_assertions" version = "1.1.0" @@ -1611,9 +1538,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.79" +version = "2.0.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590" +checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56" dependencies = [ "proc-macro2", "quote", @@ -1929,12 +1856,12 @@ dependencies = [ [[package]] name = "tui-prompts" -version = "0.3.20" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b552384d04152fa742c92973ceb8c9f2b9b0e59e7326e6ab2348a9b9d6989010" +checksum = "9d5b1acc4650f10e2ddd8051695294c69d70c42435125decb58957a434ce42f7" dependencies = [ "itertools 0.13.0", - "ratatui 0.27.0", + "ratatui", "ratatui-macros", "rstest", ] @@ -1983,7 +1910,7 @@ checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" dependencies = [ "itertools 0.13.0", "unicode-segmentation", - "unicode-width", + "unicode-width 0.1.14", ] [[package]] @@ -1992,6 +1919,12 @@ version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" +[[package]] +name = "unicode-width" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" + [[package]] name = "url" version = "2.5.2" diff --git a/Cargo.toml b/Cargo.toml index 976f7d7ec7..815c674024 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ pretty_assertions = "1.4.0" temp-dir = "0.1.13" criterion = "0.5.1" insta = "1.39.0" -unicode-width = "0.1.12" +unicode-width = "0.2.0" [profile.release] strip = true @@ -25,7 +25,7 @@ arboard = { version = "3.4.0", default-features = false, features = [ ] } chrono = "0.4.38" clap = { version = "4.5.16", features = ["derive"] } -crossterm = "0.27.0" +crossterm = "0.28.1" etcetera = "0.8.0" figment = { version = "0.10.19", features = ["toml"] } git-version = "0.3.9" @@ -33,12 +33,12 @@ git2 = { version = "0.19.0", default-features = false } itertools = "0.13.0" log = "0.4.22" nom = "7.1.3" -ratatui = { version = "0.27.0", features = ["serde"] } -serde = { version = "1.0.209", features = ["derive"] } +ratatui = { version = "0.28.1", features = ["serde"] } +serde = { version = "1.0.213", features = ["derive"] } similar = { version = "2.6.0", features = ["unicode", "inline"] } simple-logging = "2.0.2" toml = "0.8.15" -tui-prompts = "0.3.20" +tui-prompts = "0.4.1" tree-sitter = "=0.20.10" tree-sitter-highlight = "=0.20.1" tree-sitter-rust = "=0.20.4" @@ -60,4 +60,4 @@ tree-sitter-scala = "=0.20.3" tree-sitter-ocaml = "=0.20.4" tree-sitter-html = "=0.20.0" tree-sitter-elixir = "=0.1.1" -regex = "1.10.6" +regex = "1.11.1"