Skip to content

Commit

Permalink
Update "solana-" dependencies to v1.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mwrites authored Jan 12, 2023
1 parent 363e25f commit 7df1d31
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ dirs-next = "2.0.0"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
serde_yaml = "0.9.4"
solana-account-decoder = "=1.13.4"
solana-client = "=1.13.4"
solana-clap-utils = "=1.13.4"
solana-cli-config = "=1.13.4"
solana-sdk = "=1.13.4"
solana-account-decoder = "1.13.6"
solana-client = "1.13.6"
solana-clap-utils = "1.13.6"
solana-cli-config = "1.13.6"
solana-sdk = "1.13.6"
spl-associated-token-account = "1.1.1"
spl-memo = "3.0.1"
spl-token = "~3.5.0"
Expand Down
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clockwork-network-program = { path = "../programs/network", features = ["no-entr
clockwork-thread-program = { path = "../programs/thread", features = ["no-entrypoint"], version = "1.3.11" }
clockwork-utils = { path = "../utils", version = "1.3.11" }
clockwork-webhook-program = { path = "../programs/webhook", features = ["no-entrypoint"], version = "1.3.11" }
solana-client = "=1.13.4"
solana-sdk = "=1.13.4"
solana-client = "1.13.6"
solana-sdk = "1.13.6"
spl-associated-token-account = { version = "1.1.1", features = ["no-entrypoint"] }
thiserror = "1.0.31"
14 changes: 7 additions & 7 deletions plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ reqwest = "0.11.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
simple-error = "0.2.3"
solana-account-decoder = "=1.13.4"
solana-client = "=1.13.4"
solana-geyser-plugin-interface = "=1.13.4"
solana-logger = "=1.13.4"
solana-program = "=1.13.4"
solana-sdk = "=1.13.4"
solana-transaction-status = "=1.13.4"
solana-account-decoder = "1.13.6"
solana-client = "1.13.6"
solana-geyser-plugin-interface = "1.13.6"
solana-logger = "1.13.6"
solana-program = "1.13.6"
solana-sdk = "1.13.6"
solana-transaction-status = "1.13.6"
thiserror = "1.0.30"
tokio = "~1.14.1"

Expand Down

0 comments on commit 7df1d31

Please sign in to comment.