From 63cd3de25903b1ed0cc5f5a3504ab117b68d65cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Oct 2022 11:53:57 +0000 Subject: [PATCH] Bump either from 1.7.0 to 1.8.0 Bumps [either](https://github.com/bluss/either) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/bluss/either/releases) - [Commits](https://github.com/bluss/either/compare/1.7.0...1.8.0) --- updated-dependencies: - dependency-name: either dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50738b62..b3850d99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -254,9 +254,9 @@ dependencies = [ [[package]] name = "either" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be" +checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" [[package]] name = "encoding_rs" diff --git a/Cargo.toml b/Cargo.toml index cff861ae..afddaea8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ regex = "1.4" quick-xml = { version = "0.23", features = ["encoding", "escape-html"] } chrono = "0.4" pinyin = "0.9" -either = "1.6" +either = "1.8" atomicwrites = "0.3" [dependencies.tbot]