Skip to content

Commit c29554d

Browse files
authored
chore: bump deps to 0.17.1 (#21)
1 parent 28e9c06 commit c29554d

File tree

30 files changed

+6757
-4583
lines changed

30 files changed

+6757
-4583
lines changed

account-comparison/Cargo.lock

Lines changed: 486 additions & 338 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

account-comparison/programs/account-comparison/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ idl-build = ["anchor-lang/idl-build"]
2020
[dependencies]
2121
anchor-lang = "0.31.1"
2222
light-hasher = { version = "5.0.0", features = ["solana"] }
23-
light-sdk = { version = "0.16.0" , features = ["anchor"] }
24-
light-sdk-types = { version = "0.16.0" , features = ["anchor"] }
23+
light-sdk = { version = "0.17.1", features = ["anchor"] }
24+
light-sdk-types = { version = "0.17.1", features = ["anchor"] }
2525

2626
[dev-dependencies]
27-
light-client = "0.16.0"
27+
light-client = "0.17.2"
2828
litesvm = "0.7.1"
2929
solana-keypair = "2.2"
3030
solana-message = "2.2"
3131
solana-pubkey = { version = "2.2", features = ["curve25519", "sha2"] }
3232
solana-signer = "2.2"
3333
solana-transaction = "2.2"
34-
light-program-test = "0.16.0"
34+
light-program-test = "0.17.1"
3535
tokio = "1.43.0"
3636
solana-sdk = "2.2"
3737

0 commit comments

Comments
 (0)