diff --git a/Cargo.toml b/Cargo.toml index f41764b5816..9e94477201c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -467,7 +467,7 @@ solana-pubsub-client = { path = "pubsub-client", version = "=4.1.0-alpha.0" } solana-quic-client = { path = "quic-client", version = "=4.1.0-alpha.0", features = ["agave-unstable-api"] } solana-rayon-threadlimit = { path = "rayon-threadlimit", version = "=4.1.0-alpha.0", features = ["agave-unstable-api"] } solana-remote-wallet = { path = "remote-wallet", version = "=4.1.0-alpha.0", default-features = false, features = ["agave-unstable-api"] } -solana-rent = "4.1.0" +solana-rent = "4.2.0" solana-reward-info = "6.2.0" solana-rpc = { path = "rpc", version = "=4.1.0-alpha.0", features = ["agave-unstable-api"] } solana-rpc-client = { path = "rpc-client", version = "=4.1.0-alpha.0", default-features = false } diff --git a/dev-bins/Cargo.lock b/dev-bins/Cargo.lock index fd4e82d21ca..2e9b27da1e7 100644 --- a/dev-bins/Cargo.lock +++ b/dev-bins/Cargo.lock @@ -8363,9 +8363,9 @@ dependencies = [ [[package]] name = "solana-rent" -version = "4.1.0" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1771d726d4854f1818c750e14aff40b19d84720d0b1b6d53e50e8f16cb6bd62" +checksum = "f9809b081e99bc142ce803bcd7ee18306759ce3b30a96a9da3f6f41c45e50ef0" dependencies = [ "serde", "serde_derive", diff --git a/dev-bins/Cargo.toml b/dev-bins/Cargo.toml index 686813f6f72..43fac01e5f4 100644 --- a/dev-bins/Cargo.toml +++ b/dev-bins/Cargo.toml @@ -131,7 +131,7 @@ solana-precompile-error = "3.0.0" solana-program-runtime = { path = "../program-runtime", version = "=4.1.0-alpha.0", features = ["agave-unstable-api"] } solana-pubkey = { version = "4.2.0", default-features = false } solana-quic-client = { path = "../quic-client", version = "=4.1.0-alpha.0", features = ["agave-unstable-api"] } -solana-rent = "4.1.0" +solana-rent = "4.2.0" solana-rpc = { path = "../rpc", version = "=4.1.0-alpha.0", features = ["agave-unstable-api"] } solana-rpc-client = { path = "../rpc-client", version = "=4.1.0-alpha.0", default-features = false } solana-rpc-client-api = { path = "../rpc-client-api", version = "=4.1.0-alpha.0" }