Skip to content

Commit

Permalink
Update solana-sdk requirement from =1.14.16 to =2.1.7
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: solana-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 28, 2024
1 parent 06996d7 commit 0e51a8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ai-layer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
solana-sdk = "=1.14.16"
solana-sdk = "=2.1.7"
solana-client = "=1.14.16"
anchor-lang = "=0.27.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
solana-sdk = "=1.14.16"
solana-sdk = "=2.1.7"
solana-program = "=1.14.16"
anchor-lang = "=0.27.0"
spl-token = "=3.5.0"
Expand All @@ -16,7 +16,7 @@ bincode = "1.3"

[dev-dependencies]
solana-program-test = "=1.14.16"
solana-sdk = "=1.14.16"
solana-sdk = "=2.1.7"
tokio = { version = "1.0", features = ["full"] }
tokio-test = "0.4"
mockall = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
solana-sdk = "=1.14.16"
solana-sdk = "=2.1.7"
solana-client = "=1.14.16"
tokio = { version = "1.0", features = ["full"] }
libp2p = { version = "0.45.1", features = ["tcp-tokio", "mdns", "gossipsub", "noise", "mplex", "yamux"] }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
solana-sdk = "=1.14.16"
solana-sdk = "=2.1.7"
solana-client = "=1.14.16"
anchor-client = "=0.27.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 0e51a8a

Please sign in to comment.