From 20bb18b242bc382aa923bfe4bfeddc71922882dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 15:51:45 +0000 Subject: [PATCH] Bump itertools from 0.9.0 to 0.10.5 in /oak_loader Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.9.0 to 0.10.5. - [Release notes](https://github.com/rust-itertools/itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/commits) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- oak_loader/Cargo.lock | 6 ++++-- third_party/prost/prost-build/Cargo.toml | 2 +- third_party/prost/prost-derive/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/oak_loader/Cargo.lock b/oak_loader/Cargo.lock index 6f306257514..14298d67390 100644 --- a/oak_loader/Cargo.lock +++ b/oak_loader/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aead" version = "0.3.2" @@ -1053,9 +1055,9 @@ checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135" [[package]] name = "itertools" -version = "0.9.0" +version = "0.10.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" +checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" dependencies = [ "either", ] diff --git a/third_party/prost/prost-build/Cargo.toml b/third_party/prost/prost-build/Cargo.toml index 139a612407d..536e316f66c 100644 --- a/third_party/prost/prost-build/Cargo.toml +++ b/third_party/prost/prost-build/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] bytes = { version = "1", default-features = false } heck = "0.3" -itertools = "0.9" +itertools = "0.10" log = "0.4" multimap = { version = "0.8", default-features = false } petgraph = { version = "0.5", default-features = false } diff --git a/third_party/prost/prost-derive/Cargo.toml b/third_party/prost/prost-derive/Cargo.toml index 2460bd9723e..0c0b747ecc3 100644 --- a/third_party/prost/prost-derive/Cargo.toml +++ b/third_party/prost/prost-derive/Cargo.toml @@ -14,7 +14,7 @@ proc_macro = true [dependencies] anyhow = "1" -itertools = "0.9" +itertools = "0.10" proc-macro2 = "1" quote = "1" syn = { version = "1", features = [ "extra-traits" ] }