Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,803 changes: 1,027 additions & 776 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ solana-inflation = "2.2.1"
solana-instruction = "2.3.0"
solana-instructions-sysvar = "2.2.2"
solana-keccak-hasher = "2.2.1"
solana-keypair = "2.2.1"
solana-keypair = "3.0.0"
solana-last-restart-slot = "2.2.1"
solana-lattice-hash = { path = "lattice-hash", version = "=3.0.0" }
solana-ledger = { path = "ledger", version = "=3.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ solana-fee-calculator = "=2.2.1"
solana-fee-structure = "=2.3.0"
solana-hash = "=2.3.0"
solana-instruction = "=2.3.0"
solana-keypair = "=2.2.1"
solana-keypair = "=3.0.0"
solana-loader-v3-interface = { version = "=5.0.0", features = ["bincode"] }
solana-loader-v4-interface = "=2.2.1"
solana-loader-v4-program = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ solana-clap-utils = { workspace = true }
solana-cli-config = { workspace = true }
solana-hash = "=2.3.0"
solana-instruction = "=2.3.0"
solana-keypair = "=2.2.1"
solana-keypair = "=3.0.0"
solana-logger = "=2.3.1"
solana-message = "=2.4.0"
solana-metrics = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion genesis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ solana-feature-gate-interface = "=2.2.2"
solana-fee-calculator = "=2.2.1"
solana-genesis-config = "=2.3.0"
solana-inflation = "=2.2.1"
solana-keypair = "=2.2.1"
solana-keypair = "=3.0.0"
solana-ledger = { workspace = true }
solana-loader-v3-interface = "5.0.0"
solana-logger = "=2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ solana-frozen-abi-macro = { version = "=2.2.1", optional = true, features = [
"frozen-abi",
] }
solana-hash = "=2.3.0"
solana-keypair = "=2.2.1"
solana-keypair = "=3.0.0"
solana-ledger = { workspace = true }
solana-logger = "=2.3.1"
solana-measure = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ solana-clap-utils = { workspace = true }
solana-config-interface = "=1.0.0"
solana-config-program-client = { version = "=1.1.0", features = ["serde"] }
solana-hash = "=2.3.0"
solana-keypair = "=2.2.1"
solana-keypair = "=3.0.0"
solana-logger = "=2.3.1"
solana-message = "=2.4.0"
solana-pubkey = { version = "=2.4.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion keygen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ solana-clap-v3-utils = { workspace = true }
solana-cli-config = { workspace = true }
solana-derivation-path = "=2.2.1"
solana-instruction = { version = "=2.3.0", features = ["bincode"] }
solana-keypair = "=2.2.1"
solana-keypair = "=3.0.0"
solana-message = { version = "=2.4.0", features = ["bincode"] }
solana-pubkey = { version = "=2.4.0", default-features = false }
solana-remote-wallet = { workspace = true, features = ["default"] }
Expand Down
2 changes: 1 addition & 1 deletion platform-tools-sdk/cargo-build-sbf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ regex = { workspace = true }
reqwest = { workspace = true, features = ["blocking", "rustls-tls"] }
semver = { workspace = true }
solana-file-download = "=2.2.2"
solana-keypair = "=2.2.1"
solana-keypair = "=3.0.0"
solana-logger = "=2.3.1"
tar = { workspace = true }

Expand Down