From e65c525bf2ed43f788aded70e7626af262e1814b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 20:42:28 +0000 Subject: [PATCH] Update solana-sdk requirement from 1.18.15 to 2.1.0 Updates the requirements on [solana-sdk](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.15) --- updated-dependencies: - dependency-name: solana-sdk 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..3b66656 100644 --- a/validator-firewall/Cargo.toml +++ b/validator-firewall/Cargo.toml @@ -21,7 +21,7 @@ rangemap = "1.5.1" serde = { version = "1.0", features = ["derive"] } serde_yaml = { version = "0.9" } solana-rpc-client = "1.18.15" -solana-sdk = "1.18.15" +solana-sdk = "2.1.0" tokio = { version = "1.25", features = ["macros", "rt", "rt-multi-thread", "net", "signal"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = [