Skip to content

Commit c07599b

Browse files
Bump itertools from 0.10.3 to 0.10.4 (#1725)
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3c438f commit c07599b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

nexus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ features = [ "serde", "v4" ]
117117
[dev-dependencies]
118118
criterion = { version = "0.4", features = [ "async_tokio" ] }
119119
expectorate = "1.0.5"
120-
itertools = "0.10.3"
120+
itertools = "0.10.4"
121121
nexus-test-utils-macros = { path = "test-utils-macros" }
122122
nexus-test-utils = { path = "test-utils" }
123123
omicron-test-utils = { path = "../test-utils" }

oximeter/db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ tokio = { version = "1.21", features = [ "rt-multi-thread", "macros" ] }
2626
uuid = { version = "1.1.0", features = [ "v4", "serde" ] }
2727

2828
[dev-dependencies]
29-
itertools = "0.10.1"
29+
itertools = "0.10.4"
3030
omicron-test-utils = { path = "../../test-utils" }
3131
slog-dtrace = "0.2.1"
3232

0 commit comments

Comments
 (0)