From a592aa94608d2d589f9762bab0e51644b67f0467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 20:04:59 +0000 Subject: [PATCH] Update itertools requirement from 0.14 to 0.15 Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/mq-edit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/mq-edit/Cargo.toml b/crates/mq-edit/Cargo.toml index cd55d06..fea5860 100644 --- a/crates/mq-edit/Cargo.toml +++ b/crates/mq-edit/Cargo.toml @@ -22,7 +22,7 @@ crossterm = {version = "0.29", features = ["event-stream", "use-dev-tty"]} dirs = "6.0" ignore = "0.4" image = "0.25" -itertools = "0.14" +itertools = "0.15" lsp-types = "0.97" markdown-lsp = {version = "0.1.1", path = "../markdown-lsp"} miette = {version = "7.6", features = ["fancy"]}