Skip to content

Commit 2fd611d

Browse files
Bump itertools from 0.12.1 to 0.14.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.14.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.1...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 031a09e commit 2fd611d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ tide-disco = "0.9.4"
203203
thiserror = "1.0.69"
204204
tracing = "0.1"
205205
bytesize = "1.3"
206-
itertools = "0.12"
206+
itertools = "0.14"
207207
priority-queue = "2"
208208
rand_chacha = "0.3"
209209
rand_distr = "0.4"

hotshot-query-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ hotshot-types = { workspace = true }
8080

8181
# Dependencies enabled by feature "sql-data-source".
8282
include_dir = { version = "0.7", optional = true }
83-
itertools = "0.12.1"
83+
itertools = "0.14.0"
8484
jf-merkle-tree = { version = "0.1.0", git = "https://github.com/EspressoSystems/jellyfish", tag = "0.4.5", features = [
8585
"std",
8686
] }

0 commit comments

Comments
 (0)