diff --git a/Cargo.lock b/Cargo.lock index 30bd1d9248b1..4e9b6559d5f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4715,9 +4715,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" dependencies = [ "serde", ] diff --git a/src/rpc_client/Cargo.toml b/src/rpc_client/Cargo.toml index 70bebfa154fc..37064df273ed 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.12.0" +either = "1.13.0" futures = { version = "0.3", default-features = false, features = ["alloc"] } http = "0.2" hyper = "0.14" # required by tonic