From 51a8cd75e7d01dc0e857394682a7185d3cfdd3eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 05:47:58 +0000 Subject: [PATCH] build(deps): Bump either from 1.12.0 to 1.13.0 Bumps [either](https://github.com/rayon-rs/either) from 1.12.0 to 1.13.0. - [Commits](https://github.com/rayon-rs/either/compare/1.12.0...1.13.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 0b975e9d..fa051153 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -453,9 +453,9 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "either" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" +checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "env_filter" diff --git a/Cargo.toml b/Cargo.toml index 73cea429..b4be87fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ byte-unit = { version = "5", features = ["byte"] } clap = { version = "4.5", features = ["derive", "env"] } nix = { version = "0.29", features = ["mman", "pthread", "signal"] } core_affinity = "0.8" -either = "1.12" +either = "1.13" env_logger = "0.11" gdbstub = "0.7" gdbstub_arch = "0.3"