Browse Source

repo: Update to 1.17.6 (#5863)

* repo: Update to 1.17.6 with script

* Update lockfile

* Remove disabling feature in token-cli tests
Jon Cinque 2 năm trước cách đây
mục cha
commit
fcd1ad456c
3 tập tin đã thay đổi với 11 bổ sung11 xóa
  1. 7 7
      clients/cli/Cargo.toml
  2. 1 1
      interface/Cargo.toml
  3. 3 3
      program/Cargo.toml

+ 7 - 7
clients/cli/Cargo.toml

@@ -11,12 +11,12 @@ version = "0.1.0"
 [dependencies]
 [dependencies]
 clap = { version = "3", features = ["cargo"] }
 clap = { version = "3", features = ["cargo"] }
 futures-util = "0.3.19"
 futures-util = "0.3.19"
-solana-clap-v3-utils = "=1.17.2"
-solana-cli-config = "=1.17.2"
-solana-client = "=1.17.2"
-solana-logger = "=1.17.2"
-solana-remote-wallet = "=1.17.2"
-solana-sdk = "=1.17.2"
+solana-clap-v3-utils = "=1.17.6"
+solana-cli-config = "=1.17.6"
+solana-client = "=1.17.6"
+solana-logger = "=1.17.6"
+solana-remote-wallet = "=1.17.6"
+solana-sdk = "=1.17.6"
 spl-transfer-hook-interface = { version = "0.3", path = "../interface" }
 spl-transfer-hook-interface = { version = "0.3", path = "../interface" }
 spl-tlv-account-resolution = { version = "0.4" , path = "../../../libraries/tlv-account-resolution" }
 spl-tlv-account-resolution = { version = "0.4" , path = "../../../libraries/tlv-account-resolution" }
 strum = "0.25"
 strum = "0.25"
@@ -24,7 +24,7 @@ strum_macros = "0.25"
 tokio = { version = "1", features = ["full"] }
 tokio = { version = "1", features = ["full"] }
 
 
 [dev-dependencies]
 [dev-dependencies]
-solana-test-validator = "=1.17.2"
+solana-test-validator = "=1.17.6"
 spl-token-2022 = { version = "0.9", path = "../../program-2022", features = ["no-entrypoint"] }
 spl-token-2022 = { version = "0.9", path = "../../program-2022", features = ["no-entrypoint"] }
 spl-token-client = { version = "0.8", path = "../../client" }
 spl-token-client = { version = "0.8", path = "../../client" }
 
 

+ 1 - 1
interface/Cargo.toml

@@ -10,7 +10,7 @@ edition = "2021"
 [dependencies]
 [dependencies]
 arrayref = "0.3.7"
 arrayref = "0.3.7"
 bytemuck = { version = "1.14.0", features = ["derive"] }
 bytemuck = { version = "1.14.0", features = ["derive"] }
-solana-program = "1.17.2"
+solana-program = "1.17.6"
 spl-discriminator = { version = "0.1" , path = "../../../libraries/discriminator" }
 spl-discriminator = { version = "0.1" , path = "../../../libraries/discriminator" }
 spl-program-error = { version = "0.3" , path = "../../../libraries/program-error" }
 spl-program-error = { version = "0.3" , path = "../../../libraries/program-error" }
 spl-tlv-account-resolution = { version = "0.4" , path = "../../../libraries/tlv-account-resolution" }
 spl-tlv-account-resolution = { version = "0.4" , path = "../../../libraries/tlv-account-resolution" }

+ 3 - 3
program/Cargo.toml

@@ -13,15 +13,15 @@ test-sbf = []
 
 
 [dependencies]
 [dependencies]
 arrayref = "0.3.7"
 arrayref = "0.3.7"
-solana-program = "1.17.2"
+solana-program = "1.17.6"
 spl-tlv-account-resolution = { version = "0.4" , path = "../../../libraries/tlv-account-resolution" }
 spl-tlv-account-resolution = { version = "0.4" , path = "../../../libraries/tlv-account-resolution" }
 spl-token-2022 = { version = "0.9",  path = "../../program-2022", features = ["no-entrypoint"] }
 spl-token-2022 = { version = "0.9",  path = "../../program-2022", features = ["no-entrypoint"] }
 spl-transfer-hook-interface = { version = "0.3" , path = "../interface" }
 spl-transfer-hook-interface = { version = "0.3" , path = "../interface" }
 spl-type-length-value = { version = "0.3" , path = "../../../libraries/type-length-value" }
 spl-type-length-value = { version = "0.3" , path = "../../../libraries/type-length-value" }
 
 
 [dev-dependencies]
 [dev-dependencies]
-solana-program-test = "1.17.2"
-solana-sdk = "1.17.2"
+solana-program-test = "1.17.6"
+solana-sdk = "1.17.6"
 
 
 [lib]
 [lib]
 crate-type = ["cdylib", "lib"]
 crate-type = ["cdylib", "lib"]