From fb47040d6087c7dfca9f4fa2ff5543ee025c2abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:38:09 +0000 Subject: [PATCH] build(deps): bump either from 1.8.1 to 1.9.0 Bumps [either](https://github.com/bluss/either) from 1.8.1 to 1.9.0. - [Commits](https://github.com/bluss/either/compare/1.8.1...1.9.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 f0f34cbdc5..1f805d939e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -827,9 +827,9 @@ checksum = "304e6508efa593091e97a9abbc10f90aa7ca635b6d2784feff3c89d41dd12272" [[package]] name = "either" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" +checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" [[package]] name = "encode_unicode" diff --git a/Cargo.toml b/Cargo.toml index 2a227d37a1..9f9ec9c9cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ chrono = { version = "0.4.26", features = ["serde"] } clap = { version = "4.4", features = ["derive"] } cxx = "1.0.105" envsubst = "0.2.1" -either = "1.8.1" +either = "1.9.0" env_logger = "0.10.0" fail = { version = "0.5", features = ["failpoints"] } fn-error-context = "0.2.0"