diff --git a/Cargo.lock b/Cargo.lock index 1f9358de037cb..12570a1d78aa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4424,9 +4424,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" dependencies = [ "serde", ] diff --git a/src/rpc_client/Cargo.toml b/src/rpc_client/Cargo.toml index c6e31e8eb0d76..70bebfa154fc4 100644 --- a/src/rpc_client/Cargo.toml +++ b/src/rpc_client/Cargo.toml @@ -17,7 +17,7 @@ normal = ["workspace-hack"] anyhow = "1" async-trait = "0.1" easy-ext = "1" -either = "1.11.0" +either = "1.12.0" futures = { version = "0.3", default-features = false, features = ["alloc"] } http = "0.2" hyper = "0.14" # required by tonic