From 9cb6eff41a01a081e78b54ffb55df9897f1357e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:30:49 +0000 Subject: [PATCH] Bump promkit from 0.8.0 to 0.9.0 Bumps [promkit](https://github.com/ynqa/promkit) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/ynqa/promkit/releases) - [Commits](https://github.com/ynqa/promkit/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: promkit dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 110 ++++++++++++++++------------------------------------- Cargo.toml | 2 +- 2 files changed, 34 insertions(+), 78 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6e9fa14..f749ec9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,6 +28,9 @@ name = "bitflags" version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" +dependencies = [ + "serde", +] [[package]] name = "bytecount" @@ -50,31 +53,6 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" -[[package]] -name = "crossbeam-deque" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" -dependencies = [ - "crossbeam-epoch", - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-epoch" -version = "0.9.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" -dependencies = [ - "crossbeam-utils", -] - -[[package]] -name = "crossbeam-utils" -version = "0.8.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" - [[package]] name = "crossterm" version = "0.28.1" @@ -84,9 +62,12 @@ dependencies = [ "bitflags", "crossterm_winapi", "filedescriptor", + "futures-core", + "libc", "mio", "parking_lot", "rustix", + "serde", "signal-hook", "signal-hook-mio", "winapi", @@ -101,24 +82,12 @@ dependencies = [ "winapi", ] -[[package]] -name = "either" -version = "1.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" - [[package]] name = "endian-type" version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d" -[[package]] -name = "equivalent" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" - [[package]] name = "errno" version = "0.3.10" @@ -163,10 +132,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] -name = "hashbrown" -version = "0.15.2" +name = "futures-core" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" [[package]] name = "heck" @@ -174,16 +143,6 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" -[[package]] -name = "indexmap" -version = "2.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3954d50fe15b02142bf25d3b8bdadb634ec3948f103d04ffe3031bc8fe9d7058" -dependencies = [ - "equivalent", - "hashbrown", -] - [[package]] name = "itoa" version = "1.0.15" @@ -342,56 +301,54 @@ dependencies = [ [[package]] name = "promkit" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44c6e59a653d881def8030e7c9a268cca224483b7dc1ad9f482fa4a1bd221a35" +checksum = "3a962b4f4dfe6c2225f6a456d1588324e73a6575150f12f39498468f9d4c99d6" dependencies = [ "anyhow", - "crossterm", + "promkit-core", + "promkit-widgets", "radix_trie", - "rayon", - "serde", - "serde_json", - "unicode-width", ] [[package]] -name = "quote" -version = "1.0.40" +name = "promkit-core" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" +checksum = "afdf9ca2b84218bffc62938a4755eb2c84c3015ed1eb98f2a4833701c9301a52" dependencies = [ - "proc-macro2", + "anyhow", + "crossterm", + "unicode-width", ] [[package]] -name = "radix_trie" -version = "0.2.1" +name = "promkit-widgets" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" +checksum = "528fb688a78893954d5b37e9b98ab98b669f9ec997ce6dc285e850b92e4ad257" dependencies = [ - "endian-type", - "nibble_vec", + "anyhow", + "promkit-core", ] [[package]] -name = "rayon" -version = "1.10.0" +name = "quote" +version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" +checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" dependencies = [ - "either", - "rayon-core", + "proc-macro2", ] [[package]] -name = "rayon-core" -version = "1.12.1" +name = "radix_trie" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" +checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd" dependencies = [ - "crossbeam-deque", - "crossbeam-utils", + "endian-type", + "nibble_vec", ] [[package]] @@ -483,7 +440,6 @@ version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ - "indexmap", "itoa", "memchr", "ryu", diff --git a/Cargo.toml b/Cargo.toml index 4bcc6b1..40fbd3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ anyhow = "1.0.97" libusb1-sys = "0.7.0" once_cell = "1.21.3" owo-colors = "4.2.0" -promkit = "0.8.0" +promkit = "0.9.0" regex = "1.11.1" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140"