diff --git a/Cargo.lock b/Cargo.lock index 5a9a01d530..13a83ad359 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1498,9 +1498,9 @@ dependencies = [ [[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 = "elliptic-curve" diff --git a/Cargo.toml b/Cargo.toml index a34c202645..3363148eb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ color-eyre = "0.6.3" console_error_panic_hook = "0.1.7" darling = "0.20.9" derive-where = "1.2.7" -either = { version = "1.12.0", default-features = false } +either = { version = "1.13.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 }