From 6792ab58d3ddfaa256ef990b6f979919b9c9cd2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:51:33 +0000 Subject: [PATCH] build(deps): update itertools requirement from 0.10.5 to 0.12.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.12.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 ff02836c..e9985af4 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.12.0" ed = "0.3.0" libmdbx = "0.3.3" rocksdb = { version = "0.18.0"}