From c7f298f96ea0d1fa3678327dec28b79adc07313f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:17:48 +0000 Subject: [PATCH] Update inquire requirement from 0.6.2 to 0.9.4 Updates the requirements on [inquire](https://github.com/mikaelmello/inquire) to permit the latest version. - [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.6.2...v0.9.4) --- updated-dependencies: - dependency-name: inquire dependency-version: 0.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- h3i/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h3i/Cargo.toml b/h3i/Cargo.toml index 92624937..cbaf1755 100644 --- a/h3i/Cargo.toml +++ b/h3i/Cargo.toml @@ -17,7 +17,7 @@ categories = { workspace = true } [dependencies] clap = "3" env_logger = { workspace = true } -inquire = "0.6.2" +inquire = "0.9.4" log = { workspace = true, features = ["std"] } mio = { workspace = true, features = ["net", "os-poll"] } multimap = "0.10"