From d38485e5223e0a577a4b814fa2b5d62b658f870e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 06:42:08 +0000 Subject: [PATCH] build(deps): Bump either from 1.9.0 to 1.10.0 Bumps [either](https://github.com/rayon-rs/either) from 1.9.0 to 1.10.0. - [Commits](https://github.com/rayon-rs/either/compare/1.9.0...1.10.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 c7ba10ad..2b3e49af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -467,9 +467,9 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "either" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" +checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" [[package]] name = "env_logger" diff --git a/Cargo.toml b/Cargo.toml index ea4c2c9b..142a2e43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ instrument = ["rftrace", "rftrace-frontend"] byte-unit = { version = "5", features = ["byte"] } clap = { version = "4.4", features = ["derive", "env"] } core_affinity = "0.8" -either = "1.9" +either = "1.10" env_logger = "0.10" gdbstub = "0.7" gdbstub_arch = "0.3"