From df769896ac37357759ee942005cc666f20e149a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:08:46 +0000 Subject: [PATCH] build(deps): update itertools requirement from 0.10.5 to 0.13.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.10.5...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/storage/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index c1127c01..b8fdcdde 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -24,7 +24,7 @@ byteorder = "1.4.3" serde_json ={workspace=true} serde = { version = "1.0", features = ["derive"] } bson = "2.5.0" -itertools = "0.10.5" +itertools = "0.13.0" ed = "0.3.0" libmdbx = "0.3.3" rocksdb = { version = "0.18.0"}