From 6d58411945b2d1ab829f637e7ae2357ce3526652 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 20:13:47 +0000 Subject: [PATCH] Bump itertools from 0.12.0 to 0.12.1 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.0 to 0.12.1. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++----------- crates/base-db/Cargo.toml | 2 +- crates/bibtex-utils/Cargo.toml | 2 +- crates/citeproc/Cargo.toml | 2 +- crates/commands/Cargo.toml | 2 +- crates/completion-data/Cargo.toml | 2 +- crates/definition/Cargo.toml | 2 +- crates/diagnostics/Cargo.toml | 2 +- crates/symbols/Cargo.toml | 2 +- crates/syntax/Cargo.toml | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3181a746..941b7060 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,7 +90,7 @@ dependencies = [ "bibtex-utils", "dirs", "distro", - "itertools 0.12.0", + "itertools 0.12.1", "line-index", "log", "notify", @@ -129,7 +129,7 @@ dependencies = [ "chrono", "expect-test", "human_name", - "itertools 0.12.0", + "itertools 0.12.1", "parser", "rowan", "rustc-hash", @@ -222,7 +222,7 @@ dependencies = [ "bibtex-utils", "expect-test", "isocountry", - "itertools 0.12.0", + "itertools 0.12.1", "parser", "rowan", "rustc-hash", @@ -288,7 +288,7 @@ dependencies = [ "crossbeam-channel", "distro", "expect-test", - "itertools 0.12.0", + "itertools 0.12.1", "libc", "log", "rowan", @@ -323,7 +323,7 @@ name = "completion-data" version = "0.0.0" dependencies = [ "flate2", - "itertools 0.12.0", + "itertools 0.12.1", "once_cell", "rustc-hash", "serde", @@ -425,7 +425,7 @@ name = "definition" version = "0.0.0" dependencies = [ "base-db", - "itertools 0.12.0", + "itertools 0.12.1", "rowan", "rustc-hash", "syntax", @@ -440,7 +440,7 @@ dependencies = [ "encoding_rs", "encoding_rs_io", "expect-test", - "itertools 0.12.0", + "itertools 0.12.1", "line-index", "log", "multimap", @@ -773,9 +773,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" dependencies = [ "either", ] @@ -1428,7 +1428,7 @@ dependencies = [ "base-db", "distro", "expect-test", - "itertools 0.12.0", + "itertools 0.12.1", "line-index", "regex", "rowan", @@ -1453,7 +1453,7 @@ dependencies = [ name = "syntax" version = "0.0.0" dependencies = [ - "itertools 0.12.0", + "itertools 0.12.1", "rowan", ] diff --git a/crates/base-db/Cargo.toml b/crates/base-db/Cargo.toml index 57c5e707..28366706 100644 --- a/crates/base-db/Cargo.toml +++ b/crates/base-db/Cargo.toml @@ -10,7 +10,7 @@ rust-version.workspace = true bibtex-utils = { path = "../bibtex-utils" } dirs = "5.0.1" distro = { path = "../distro" } -itertools = "0.12.0" +itertools = "0.12.1" line-index = { path = "../line-index" } log = "0.4.21" notify = "6.0.1" diff --git a/crates/bibtex-utils/Cargo.toml b/crates/bibtex-utils/Cargo.toml index e896982c..c594d0ef 100644 --- a/crates/bibtex-utils/Cargo.toml +++ b/crates/bibtex-utils/Cargo.toml @@ -9,7 +9,7 @@ rust-version.workspace = true [dependencies] chrono = { version = "0.4.26", default-features = false, features = ["std"] } human_name = "2.0.2" -itertools = "0.12.0" +itertools = "0.12.1" rowan = "0.15.15" rustc-hash = "1.1.0" syntax = { path = "../syntax" } diff --git a/crates/citeproc/Cargo.toml b/crates/citeproc/Cargo.toml index 2edd4ad6..9e187f88 100644 --- a/crates/citeproc/Cargo.toml +++ b/crates/citeproc/Cargo.toml @@ -10,7 +10,7 @@ rust-version.workspace = true bibtex-utils = { path = "../bibtex-utils" } base-db = { path = "../base-db" } isocountry = "0.3.2" -itertools = "0.12.0" +itertools = "0.12.1" rowan = "0.15.15" rustc-hash = "1.1.0" syntax = { path = "../syntax" } diff --git a/crates/commands/Cargo.toml b/crates/commands/Cargo.toml index de36fe45..a83fc44c 100644 --- a/crates/commands/Cargo.toml +++ b/crates/commands/Cargo.toml @@ -11,7 +11,7 @@ anyhow = "1.0.81" base-db = { path = "../base-db" } bstr = "1.9.1" crossbeam-channel = "0.5.12" -itertools = "0.12.0" +itertools = "0.12.1" libc = "0.2.153" log = "0.4.21" rowan = "0.15.15" diff --git a/crates/completion-data/Cargo.toml b/crates/completion-data/Cargo.toml index 5f85ec75..0be93729 100644 --- a/crates/completion-data/Cargo.toml +++ b/crates/completion-data/Cargo.toml @@ -8,7 +8,7 @@ rust-version.workspace = true [dependencies] flate2 = "1.0.28" -itertools = "0.12.0" +itertools = "0.12.1" once_cell = "1.19.0" rustc-hash = "1.1.0" serde = { version = "1.0.195", features = ["derive"] } diff --git a/crates/definition/Cargo.toml b/crates/definition/Cargo.toml index d8c4aa3a..63ba15c3 100644 --- a/crates/definition/Cargo.toml +++ b/crates/definition/Cargo.toml @@ -13,7 +13,7 @@ rustc-hash = "1.1.0" syntax = { path = "../syntax" } [dev-dependencies] -itertools = "0.12.0" +itertools = "0.12.1" test-utils = { path = "../test-utils" } [lib] diff --git a/crates/diagnostics/Cargo.toml b/crates/diagnostics/Cargo.toml index aae4c5b1..274c51cb 100644 --- a/crates/diagnostics/Cargo.toml +++ b/crates/diagnostics/Cargo.toml @@ -10,7 +10,7 @@ rust-version.workspace = true base-db = { path = "../base-db" } encoding_rs = "0.8.33" encoding_rs_io = "0.1.7" -itertools = "0.12.0" +itertools = "0.12.1" line-index = { path = "../line-index" } log = "0.4.21" multimap = "0.10.0" diff --git a/crates/symbols/Cargo.toml b/crates/symbols/Cargo.toml index c1c72a37..65db0fc0 100644 --- a/crates/symbols/Cargo.toml +++ b/crates/symbols/Cargo.toml @@ -12,7 +12,7 @@ doctest = false [dependencies] base-db = { path = "../base-db" } distro = { path = "../distro" } -itertools = "0.12.0" +itertools = "0.12.1" line-index = { path = "../line-index" } rowan = "0.15.15" syntax = { path = "../syntax" } diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index aaad7e97..a2d3d866 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -7,7 +7,7 @@ edition.workspace = true rust-version.workspace = true [dependencies] -itertools = "0.12.0" +itertools = "0.12.1" rowan = "0.15.15" [lib]