From 57671cfd80c967cc2bd3eb099e456ae1f3dc64b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 8 Sep 2023 18:14:29 +0000 Subject: [PATCH] Fix "cargo-hakari" --- Cargo.lock | 1 + src/workspace-hack/Cargo.toml | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5260d2b29e4b1..b63e12fc8af85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10152,6 +10152,7 @@ dependencies = [ "hyper", "indexmap 1.9.3", "itertools 0.10.5", + "itertools 0.11.0", "lexical-core", "lexical-parse-float", "lexical-parse-integer", diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index 99d5f1674f23a..13ea074d23938 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -48,7 +48,8 @@ hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", features = ["nightly", "raw"] } hyper = { version = "0.14", features = ["full"] } indexmap = { version = "1", default-features = false, features = ["std"] } -itertools = { version = "0.10" } +itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10" } +itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" } lexical-core = { version = "0.8", features = ["format"] } lexical-parse-float = { version = "0.8", default-features = false, features = ["format", "std"] } lexical-parse-integer = { version = "0.8", default-features = false, features = ["format", "std"] } @@ -143,7 +144,8 @@ hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features hashbrown-5ef9efb8ec2df382 = { package = "hashbrown", version = "0.12", features = ["nightly", "raw"] } hyper = { version = "0.14", features = ["full"] } indexmap = { version = "1", default-features = false, features = ["std"] } -itertools = { version = "0.10" } +itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10" } +itertools-a6292c17cd707f01 = { package = "itertools", version = "0.11" } lexical-core = { version = "0.8", features = ["format"] } lexical-parse-float = { version = "0.8", default-features = false, features = ["format", "std"] } lexical-parse-integer = { version = "0.8", default-features = false, features = ["format", "std"] }