Skip to content

Commit

Permalink
Bump itertools from 0.10.3 to 0.10.4 (#1725)
Browse files Browse the repository at this point in the history
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.3 to 0.10.4.
- [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.10.3...v0.10.4)

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

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2022
1 parent d3c438f commit c07599b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 nexus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ features = [ "serde", "v4" ]
[dev-dependencies]
criterion = { version = "0.4", features = [ "async_tokio" ] }
expectorate = "1.0.5"
itertools = "0.10.3"
itertools = "0.10.4"
nexus-test-utils-macros = { path = "test-utils-macros" }
nexus-test-utils = { path = "test-utils" }
omicron-test-utils = { path = "../test-utils" }
Expand Down
2 changes: 1 addition & 1 deletion oximeter/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tokio = { version = "1.21", features = [ "rt-multi-thread", "macros" ] }
uuid = { version = "1.1.0", features = [ "v4", "serde" ] }

[dev-dependencies]
itertools = "0.10.1"
itertools = "0.10.4"
omicron-test-utils = { path = "../../test-utils" }
slog-dtrace = "0.2.1"

Expand Down

0 comments on commit c07599b

Please sign in to comment.