Skip to content

Commit

Permalink
Bump itertools from 0.9.0 to 0.10.3
Browse files Browse the repository at this point in the history
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.9.0 to 0.10.3.
- [Release notes](https://github.com/rust-itertools/itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.9.0...v0.10.3)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 25, 2022
1 parent 29edf4b commit 456dfec
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 18 deletions.
19 changes: 5 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion install/uvm-modules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ serde_derive = "1.0"
structopt = "0.3"
uvm_cli = { path = "../../uvm_cli" }
uvm_core = { path = "../../uvm_core" }
itertools = "0.9.0"
itertools = "0.10.3"
2 changes: 1 addition & 1 deletion install/uvm-versions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "List available Unity versions to install."
anyhow = "1.0.38"
console = "0.9.1"
regex = "1.4"
itertools = "0.9.0"
itertools = "0.10.3"
serde = "1.0"
structopt = "0.3"
log = "0.4.11"
Expand Down
2 changes: 1 addition & 1 deletion uvm_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_ini = "0.2.0"
log = "0.4.11"
plist = "0.3.0"
dirs-2 = "3.0.1"
itertools = "0.9.0"
itertools = "0.10.3"
semver = "1.0.1"
reqwest = "0.9.22"
tempfile = "3"
Expand Down
2 changes: 1 addition & 1 deletion uvm_install_graph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ maintenance = { status = "experimental" }
[dependencies]
daggy = "0.6.0"
fixedbitset = "0.1.8"
itertools = "0.9.0"
itertools = "0.10.3"
uvm_core = { path = "../uvm_core", version = "0.10.0" }
[dev-dependencies]
cfg-if = "1.0.0"
Expand Down

0 comments on commit 456dfec

Please sign in to comment.