diff --git a/Cargo.lock b/Cargo.lock index 5001c5250b..5a41d5dac4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1272,9 +1272,9 @@ dependencies = [ [[package]] name = "either" -version = "1.8.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" +checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2" [[package]] name = "environmental" diff --git a/Cargo.toml b/Cargo.toml index 6465777b03..4a8a897350 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ color-eyre = "0.6.1" console_error_panic_hook = "0.1.7" darling = "0.20.0" derivative = "2.2.0" -either = "1.8.1" +either = "1.11.0" frame-metadata = { version = "16.0.0", default-features = false, features = ["current", "std"] } futures = { version = "0.3.27", default-features = false, features = ["std"] } getrandom = { version = "0.2", default-features = false }