From 4a25d83c4e26c7bb9a749dc8aa928c0bd4a7d96f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 08:51:20 +0000 Subject: [PATCH] Bump itertools from 0.9.0 to 0.10.0 in /oak_loader Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/bluss/rust-itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/bluss/rust-itertools/compare/v0.9.0...v0.10.0) Signed-off-by: dependabot[bot] --- oak_loader/Cargo.lock | 4 ++-- third_party/prost/prost-build/Cargo.toml | 2 +- third_party/prost/prost-derive/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/oak_loader/Cargo.lock b/oak_loader/Cargo.lock index 6f306257514..9e898c7c66b 100644 --- a/oak_loader/Cargo.lock +++ b/oak_loader/Cargo.lock @@ -1053,9 +1053,9 @@ checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135" [[package]] name = "itertools" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" +checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319" 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" ] }