Skip to content

Commit

Permalink
build(deps): bump arrayref from 0.3.7 to 0.3.8 (#7034)
Browse files Browse the repository at this point in the history
Bumps [arrayref](https://github.com/droundy/arrayref) from 0.3.7 to 0.3.8.
- [Commits](https://github.com/droundy/arrayref/commits)

---
updated-dependencies:
- dependency-name: arrayref
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent e209655 commit ee339a4
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion binary-option/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ thiserror = "1.0"
spl-token = { version = "6.0", path = "../../token/program", features = [
"no-entrypoint",
] }
arrayref = "0.3.7"
arrayref = "0.3.8"
borsh = "1.5.1"
uint = "0.9"

Expand Down
2 changes: 1 addition & 1 deletion governance/addin-mock/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
bincode = "1.3.2"
borsh = "1.5.1"
num-derive = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion governance/chat/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
bincode = "1.3.2"
borsh = "1.5.1"
num-derive = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion governance/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
bincode = "1.3.2"
borsh = "1.5.1"
num-derive = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion governance/test-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
edition = "2021"

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
bincode = "1.3.2"
borsh = "1.5.1"
lazy_static = "1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion governance/tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
edition = "2021"

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
bincode = "1.3.2"
borsh = "1.5.1"
num-derive = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion shared-memory/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
test-sbf = []

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
solana-program = "2.0.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion single-pool/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
borsh = "1.5.1"
num-derive = "0.4"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion stake-pool/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
borsh = "1.5.1"
bytemuck = "1.16"
num-derive = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion token-lending/flash_loan_receiver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.0.0"
edition = "2021"

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
solana-program = "2.0.0"
spl-token = { version = "6.0", path = "../../token/program", features=["no-entrypoint"] }

Expand Down
2 changes: 1 addition & 1 deletion token-lending/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
bytemuck = "1.16.1"
num-derive = "0.4"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion token-swap/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ production = []
fuzz = ["arbitrary", "roots"]

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
enum_dispatch = "0.3.13"
num-derive = "0.4"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default = ["zk-ops"]
zk-ops = []

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
bytemuck = { version = "1.16.1", features = ["derive"] }
num-derive = "0.4"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion token/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
bytemuck = "1.16.1"
num-derive = "0.4"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion token/transfer-hook/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test-sbf = []
forbid-additional-mints = []

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
solana-program = "2.0.0"
spl-tlv-account-resolution = { version = "0.7.0" , path = "../../../libraries/tlv-account-resolution" }
spl-token-2022 = { version = "4.0.0", path = "../../program-2022", features = ["no-entrypoint"] }
Expand Down
2 changes: 1 addition & 1 deletion token/transfer-hook/interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
edition = "2021"

[dependencies]
arrayref = "0.3.7"
arrayref = "0.3.8"
bytemuck = { version = "1.16.1", features = ["derive"] }
solana-program = "2.0.0"
spl-discriminator = { version = "0.3.0" , path = "../../../libraries/discriminator" }
Expand Down

0 comments on commit ee339a4

Please sign in to comment.