diff --git a/Cargo.lock b/Cargo.lock index 70b70d5..c823378 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10761,9 +10761,9 @@ dependencies = [ [[package]] name = "solana-quic-definitions" -version = "2.2.1" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e606feac5110eb5d8afaa43ccaeea3ec49ccec36773387930b5ba545e745aea2" +checksum = "fbf0d4d5b049eb1d0c35f7b18f305a27c8986fc5c0c9b383e97adaa35334379e" dependencies = [ "solana-keypair", ] diff --git a/Cargo.toml b/Cargo.toml index f949997..7451a95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -486,7 +486,7 @@ solana-program-test = { path = "program-test", version = "=3.0.0" } solana-pubkey = { version = "2.4.0", default-features = false } solana-pubsub-client = { path = "pubsub-client", version = "=3.0.0" } solana-quic-client = { path = "quic-client", version = "=3.0.0" } -solana-quic-definitions = "2.2.1" +solana-quic-definitions = "2.3.1" solana-rayon-threadlimit = { path = "rayon-threadlimit", version = "=3.0.0" } solana-remote-wallet = { path = "remote-wallet", version = "=3.0.0", default-features = false } solana-rent = "2.2.1" diff --git a/gossip/Cargo.toml b/gossip/Cargo.toml index 152167c..e4b1432 100644 --- a/gossip/Cargo.toml +++ b/gossip/Cargo.toml @@ -76,7 +76,7 @@ solana-net-utils = { workspace = true } solana-packet = "=2.2.1" solana-perf = { workspace = true } solana-pubkey = { version = "=2.4.0", features = ["rand"] } -solana-quic-definitions = "=2.2.1" +solana-quic-definitions = "=2.3.1" solana-rayon-threadlimit = { workspace = true } solana-rpc-client = { workspace = true } solana-runtime = { workspace = true }