From dc1bfb276b485ef1ec937a8dbebb6a79b5b1eca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 05:22:08 +0000 Subject: [PATCH] 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 48c57505..9d9dbbfa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,9 +345,9 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[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 = "env_logger" diff --git a/Cargo.toml b/Cargo.toml index 1ecfbb94..6572019c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ instrument = ["rftrace", "rftrace-frontend"] byte-unit = { version = "4.0", default-features = false, features = ["std"] } clap = { version = "4.3", features = ["derive", "env"] } core_affinity = "0.8" -either = "1.8" +either = "1.9" env_logger = "0.10" gdbstub = "0.6" gdbstub_arch = "0.2"