From 0868f5ee0f5f3fdc2ca24783d5c67363c06d0b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:43:39 +0000 Subject: [PATCH] Bump either from 1.11.0 to 1.12.0 (#2247) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab3a75c62e..1722ee0816 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1574,9 +1574,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 d0519eb95b..d747a3c3e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ cfg-if = { version = "1.0" } contract-build = { version = "4.1.1" } darling = { version = "0.20.8" } derive_more = { version = "0.99.17", default-features = false } -either = { version = "1.11", default-features = false } +either = { version = "1.12", default-features = false } funty = { version = "2.0.0" } heck = { version = "0.5.0" } impl-serde = { version = "0.4.0", default-features = false }