Skip to content

Commit d249415

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: server/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
3333
clap = { version = "4.4.2", features = ["cargo"] }
3434
futures-util = "0.3.28"
3535
xmlparser = "0.13.5"
36-
itertools = "0.13.0"
36+
itertools = "0.14.0"
3737
futures = "0.3.28"
3838
bitreader = "0.3.7"
3939
rustls-pemfile = "2.2.0"

0 commit comments

Comments
 (0)