From 0adad5bc390e9a3422cdeb36c1c6e310c09b5edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 09:58:39 +0200 Subject: [PATCH] build(deps): bump either from 1.11.0 to 1.12.0 (#1611) Bumps [either](https://github.com/rayon-rs/either) from 1.11.0 to 1.12.0. - [Commits](https://github.com/rayon-rs/either/compare/1.11.0...1.12.0) --- updated-dependencies: - dependency-name: either dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20f41b5eea..6dbc0727b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1482,9 +1482,9 @@ dependencies = [ [[package]] name = "either" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" +checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" [[package]] name = "elliptic-curve" diff --git a/Cargo.toml b/Cargo.toml index 167904fba0..050a7382f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ color-eyre = "0.6.3" console_error_panic_hook = "0.1.7" darling = "0.20.8" derive-where = "1.2.7" -either = { version = "1.11.0", default-features = false } +either = { version = "1.12.0", default-features = false } frame-metadata = { version = "16.0.0", default-features = false } futures = { version = "0.3.30", default-features = false, features = ["std"] } getrandom = { version = "0.2", default-features = false }