From 33e28af889addf804c38ec5f406ddabf65c37be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 15:43:17 +0000 Subject: [PATCH] Bump itertools from 0.11.0 to 0.14.0 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.11.0 to 0.14.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.11.0...v0.14.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/background/Cargo.toml | 2 +- crates/class/Cargo.toml | 2 +- crates/stats/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4f908f..ba5abeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -1624,9 +1624,9 @@ checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" [[package]] name = "itertools" -version = "0.11.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" dependencies = [ "either", ] diff --git a/crates/background/Cargo.toml b/crates/background/Cargo.toml index a29749b..d8793fc 100644 --- a/crates/background/Cargo.toml +++ b/crates/background/Cargo.toml @@ -13,7 +13,7 @@ deities = { path = "../deities" } features = { path = "../features" } gear = { path = "../gear" } impl-enum = "0.2" -itertools = "0.11" +itertools = "0.14" languages = { path = "../languages" } personality = { path = "../personality" } rand = "0.8" diff --git a/crates/class/Cargo.toml b/crates/class/Cargo.toml index a130508..83b2774 100644 --- a/crates/class/Cargo.toml +++ b/crates/class/Cargo.toml @@ -13,7 +13,7 @@ deities = { path = "../deities" } features = { path = "../features" } gear = { path = "../gear" } impl-enum = "0.2" -itertools = "0.11" +itertools = "0.14" languages = { path = "../languages" } rand = "0.8" rand_pcg = "0.3" diff --git a/crates/stats/Cargo.toml b/crates/stats/Cargo.toml index 0d9c94e..e36f2d3 100644 --- a/crates/stats/Cargo.toml +++ b/crates/stats/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" characteristics = { path = "../characteristics" } dice_roller = { path = "../dice_roller" } gear = { path = "../gear" } -itertools = "0.11" +itertools = "0.14" rand = "0.8" rand_pcg = "0.3" serde = { version = "1", features = ["derive"] }