From 4db639fbe6439ebde7842811f0241bf8424f3b06 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 6 Jan 2024 04:10:03 +0000 Subject: [PATCH] Update Rust crate itertools to 0.12.0 --- Cargo.lock | 11 +---------- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbd40b07..bbc9c8cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1362,15 +1362,6 @@ 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 = "itertools" version = "0.12.0" @@ -2597,7 +2588,7 @@ dependencies = [ "clap", "config", "dirs 5.0.1", - "itertools 0.11.0", + "itertools 0.12.0", "jsonwebtoken 9.2.0", "oauth2", "owo-colors", diff --git a/Cargo.toml b/Cargo.toml index 8f695c64..3fb2b0a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ hmac = "0.12.1" http = "0.2.11" hyper = "0.14.27" hyper-rustls = "0.24.2" -itertools = "0.11.0" +itertools = "0.12.0" jsonwebtoken = "9.2.0" meilisearch-sdk = { version = "0.24.3", default-features = false, features = ["reqwest-rustls"] } md-5 = "0.10.6"