From 3e6a7f6e9cf7a44bf1ff6e873581ae2f9bf95fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 05:59:27 +0000 Subject: [PATCH] Bump either from 1.13.0 to 1.15.0 Bumps [either](https://github.com/rayon-rs/either) from 1.13.0 to 1.15.0. - [Commits](https://github.com/rayon-rs/either/compare/1.13.0...1.15.0) --- updated-dependencies: - dependency-name: either dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de829f7..63f2007 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 = "Inflector" @@ -327,9 +327,9 @@ dependencies = [ [[package]] name = "either" -version = "1.13.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" +checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "encoding_rs" diff --git a/Cargo.toml b/Cargo.toml index a7c0ae1..a5a0aaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ regex = "1.9" quick-xml = { version = "0.23", features = ["encoding", "escape-html"] } chrono = "0.4" pinyin = "0.10" -either = "1.9" +either = "1.15" atomicwrites = "0.4" [dependencies.tbot]