From 6ea61b68c7b9d11d820da75605b25a585d4d3fdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:04:19 +0000 Subject: [PATCH] Update solana-rpc-client requirement from 1.18.15 to 2.0.14 Updates the requirements on [solana-rpc-client](https://github.com/anza-xyz/agave) to permit the latest version. - [Release notes](https://github.com/anza-xyz/agave/releases) - [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md) - [Commits](https://github.com/anza-xyz/agave/compare/v1.18.15...v2.0.14) --- updated-dependencies: - dependency-name: solana-rpc-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- validator-firewall/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validator-firewall/Cargo.toml b/validator-firewall/Cargo.toml index 23a998d..ce0db84 100644 --- a/validator-firewall/Cargo.toml +++ b/validator-firewall/Cargo.toml @@ -20,7 +20,7 @@ log = "0.4" rangemap = "1.5.1" serde = { version = "1.0", features = ["derive"] } serde_yaml = { version = "0.9" } -solana-rpc-client = "1.18.15" +solana-rpc-client = "2.0.14" solana-sdk = "1.18.15" tokio = { version = "1.25", features = ["macros", "rt", "rt-multi-thread", "net", "signal"] } tracing = "0.1.40"