Skip to content

Commit 2aa2577

Browse files
Update itertools requirement from 0.12.0 to 0.13.0 (#42)
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.12.0...v0.13.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d70867f commit 2aa2577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dotfiles_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2018"
77
[dependencies]
88
getset = "0.1.2"
99
home = "0.5.4"
10-
itertools = "0.12.0"
10+
itertools = "0.13.0"
1111
strict-yaml-rust = "0.1.2"
1212
subprocess = "0.2.8"

dotfiles_processor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ clap = { version = "4.0.13", features = ["derive"] }
99
dotfiles_core = { path = "../dotfiles_core" }
1010
dotfiles_actions = { path = "../dotfiles_actions" }
1111
getset = "0.1.2"
12-
itertools = "0.12.0"
12+
itertools = "0.13.0"
1313
log = "0.4.14"
1414
once_cell = "1.17.1"
1515
strict-yaml-rust = "0.1.2"

0 commit comments

Comments
 (0)