diff --git a/Cargo.lock b/Cargo.lock index 5001c5250b1..248a7967f6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1272,9 +1272,9 @@ dependencies = [ [[package]] name = "either" -version = "1.8.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" +checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" [[package]] name = "environmental" diff --git a/Cargo.toml b/Cargo.toml index 6465777b030..f9829b52970 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.10.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 }