From f562154d188444c14a10dca554766476f99f866a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 09:55:00 +0000 Subject: [PATCH] Bump the rust-dependencies group with 2 updates Bumps the rust-dependencies group with 2 updates: [inquire](https://github.com/mikaelmello/inquire) and [anyhow](https://github.com/dtolnay/anyhow). Updates `inquire` from 0.9.2 to 0.9.3 - [Release notes](https://github.com/mikaelmello/inquire/releases) - [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md) - [Commits](https://github.com/mikaelmello/inquire/compare/v0.9.2...v0.9.3) Updates `anyhow` from 1.0.100 to 1.0.101 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.100...1.0.101) --- updated-dependencies: - dependency-name: inquire dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: anyhow dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0639e4a..683d50c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -26,9 +26,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.100" +version = "1.0.101" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" +checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" [[package]] name = "arrayvec" @@ -421,9 +421,9 @@ dependencies = [ [[package]] name = "inquire" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae51d5da01ce7039024fbdec477767c102c454dbdb09d4e2a432ece705b1b25d" +checksum = "979f5ab9760427ada4fa5762b2d905e5b12704fb1fada07b6bfa66aeaa586f87" dependencies = [ "bitflags 2.10.0", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index b3e4475..57567da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,11 +9,11 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" termion = "4.0.6" prettytable = "0.10.0" -inquire = "0.9.2" +inquire = "0.9.3" textwrap = "0.16.2" rodio = "0.21.1" tokio = { version = "1.49.0", features = ["full"] } -anyhow = "1.0.100" +anyhow = "1.0.101" csv = "1.4.0"