From 6ea40b79f2db1418b129d20aef8baf5859bbf363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:11:30 +0000 Subject: [PATCH 1/2] chore(deps): Bump itertools from 0.10.5 to 0.11.0 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.5 to 0.11.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.5...v0.11.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 31 ++++++++++++++++++++----------- Cargo.toml | 4 ++-- vdev/Cargo.toml | 2 +- 3 files changed, 23 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a39ea6ebd573..100fa2b1c55a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2271,7 +2271,7 @@ dependencies = [ "criterion-plot", "futures 0.3.28", "is-terminal", - "itertools", + "itertools 0.10.5", "num-traits", "once_cell", "oorandom", @@ -2293,7 +2293,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" dependencies = [ "cast", - "itertools", + "itertools 0.10.5", ] [[package]] @@ -4253,6 +4253,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.6" @@ -4525,7 +4534,7 @@ dependencies = [ "diff", "ena", "is-terminal", - "itertools", + "itertools 0.10.5", "lalrpop-util", "petgraph", "regex", @@ -5150,7 +5159,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af5a8477ac96877b5bd1fd67e0c28736c12943aba24eda92b127e036b0c8f400" dependencies = [ "indexmap", - "itertools", + "itertools 0.10.5", "ndarray", "noisy_float", "num-integer", @@ -5567,7 +5576,7 @@ dependencies = [ "base64 0.13.1", "chrono", "http", - "itertools", + "itertools 0.10.5", "log", "num-bigint", "oauth2", @@ -6097,7 +6106,7 @@ checksum = "1ba7d6ead3e3966038f68caa9fc1f860185d95a793180bbcfe0d0da47b3961ed" dependencies = [ "anstyle 0.3.1", "difflib", - "itertools", + "itertools 0.10.5", "predicates-core", ] @@ -6279,7 +6288,7 @@ checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" dependencies = [ "bytes 1.4.0", "heck 0.4.0", - "itertools", + "itertools 0.10.5", "lazy_static", "log", "multimap", @@ -6300,7 +6309,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" dependencies = [ "anyhow", - "itertools", + "itertools 0.10.5", "proc-macro2 1.0.60", "quote 1.0.28", "syn 1.0.109", @@ -9070,7 +9079,7 @@ dependencies = [ "hex", "indexmap", "indicatif", - "itertools", + "itertools 0.11.0", "log", "once_cell", "os_info", @@ -9174,7 +9183,7 @@ dependencies = [ "indoc", "infer 0.14.0", "inventory", - "itertools", + "itertools 0.11.0", "k8s-openapi 0.18.0", "kube", "lapin", @@ -9626,7 +9635,7 @@ dependencies = [ "hostname", "indexmap", "indoc", - "itertools", + "itertools 0.10.5", "lalrpop", "lalrpop-util", "md-5", diff --git a/Cargo.toml b/Cargo.toml index dc838a1ade3c4..f8df4f1ecaeaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -212,7 +212,7 @@ lapin = { version = "2.2.1", default-features = false, features = ["native-tls"] # API async-graphql = { version = "5.0.10", default-features = false, optional = true, features = ["chrono"] } async-graphql-warp = { version = "5.0.10", default-features = false, optional = true } -itertools = { version = "0.10.5", default-features = false, optional = true } +itertools = { version = "0.11.0", default-features = false, optional = true } # API client crossterm = { version = "0.26.1", default-features = false, features = ["event-stream"], optional = true } @@ -345,7 +345,7 @@ azure_storage_blobs = { git = "https://github.com/Azure/azure-sdk-for-rust.git", azure_storage = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["azurite_workaround"] } base64 = "0.21.2" criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] } -itertools = { version = "0.10.5", default-features = false } +itertools = { version = "0.11.0", default-features = false } libc = "0.2.146" similar-asserts = "1.4.2" proptest = "1.2" diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index c7f306b0e3783..b9d39b2c405ad 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -23,7 +23,7 @@ glob = { version = "0.3.1", default-features = false } hex = "0.4.3" indexmap = { version = "1.9", default-features = false, features = ["serde"] } indicatif = { version = "0.17.5", features = ["improved_unicode"] } -itertools = "0.10.5" +itertools = "0.11.0" log = "0.4.19" once_cell = "1.18" os_info = { version = "3.7.0", default-features = false } From 606017b0d7d2adb305d2a011258c43ad751693ac Mon Sep 17 00:00:00 2001 From: Stephen Wakely Date: Fri, 23 Jun 2023 21:36:17 +0100 Subject: [PATCH 2/2] Add use_alloc to itertools feature for dev-dependencies Signed-off-by: Stephen Wakely --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8df4f1ecaeaa..3f01ce38a9d5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -345,7 +345,7 @@ azure_storage_blobs = { git = "https://github.com/Azure/azure-sdk-for-rust.git", azure_storage = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["azurite_workaround"] } base64 = "0.21.2" criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] } -itertools = { version = "0.11.0", default-features = false } +itertools = { version = "0.11.0", default-features = false, features = ["use_alloc"] } libc = "0.2.146" similar-asserts = "1.4.2" proptest = "1.2"