From 3f3da1e4284bd4c69633b2cdf999dc3a6bf063b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 05:15:03 +0000 Subject: [PATCH] Update itertools requirement from 0.13.0 to 0.14.0 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.13.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/ptrs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ptrs/Cargo.toml b/crates/ptrs/Cargo.toml index 9b450cc..1a6176e 100644 --- a/crates/ptrs/Cargo.toml +++ b/crates/ptrs/Cargo.toml @@ -21,7 +21,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] futures = "0.3.30" -itertools = "0.13.0" +itertools = "0.14.0" subtle = "2.5.0" thiserror = "2" tokio = { version = "1.40", features = ["full"] }