Skip to content

Commit 00fcc97

Browse files
chore(deps)(deps): bump itertools from 0.11.0 to 0.13.0
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.11.0 to 0.13.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.11.0...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 901aa3f commit 00fcc97

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Cargo.lock

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

crates/terraphim_rolegraph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ terraphim_types = { path = "../terraphim_types", version = "0.2.0" }
1717

1818
ahash = { version = "0.8.3", features = ["serde"] }
1919
aho-corasick = "1.0.2"
20-
itertools = "0.11.0"
20+
itertools = "0.13.0"
2121
lazy_static = "1.4.0"
2222
log = "0.4.20"
2323
memoize = "0.4.0"

0 commit comments

Comments
 (0)