Skip to content

Commit aa680ce

Browse files
chore(deps): update itertools requirement from 0.10.3 to 0.12.1
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](rust-itertools/itertools@v0.10.3...v0.12.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5c9664 commit aa680ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "README.md"
1212
crate-type = ["cdylib"]
1313

1414
[dependencies]
15-
itertools = { version="0.10.3" }
15+
itertools = { version="0.12.1" }
1616
redis-module = { version="1.0.1", features = ["experimental-api"]}
1717

1818
[features]

0 commit comments

Comments
 (0)