Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit ee339a4

Browse files
build(deps): bump arrayref from 0.3.7 to 0.3.8 (#7034)
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>
1 parent e209655 commit ee339a4

File tree

17 files changed

+18
-18
lines changed

17 files changed

+18
-18
lines changed

Cargo.lock

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

binary-option/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ thiserror = "1.0"
1414
spl-token = { version = "6.0", path = "../../token/program", features = [
1515
"no-entrypoint",
1616
] }
17-
arrayref = "0.3.7"
17+
arrayref = "0.3.8"
1818
borsh = "1.5.1"
1919
uint = "0.9"
2020

governance/addin-mock/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ no-entrypoint = []
1212
test-sbf = []
1313

1414
[dependencies]
15-
arrayref = "0.3.7"
15+
arrayref = "0.3.8"
1616
bincode = "1.3.2"
1717
borsh = "1.5.1"
1818
num-derive = "0.4"

governance/chat/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ no-entrypoint = []
1212
test-sbf = []
1313

1414
[dependencies]
15-
arrayref = "0.3.7"
15+
arrayref = "0.3.8"
1616
bincode = "1.3.2"
1717
borsh = "1.5.1"
1818
num-derive = "0.4"

governance/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ no-entrypoint = []
1212
test-sbf = []
1313

1414
[dependencies]
15-
arrayref = "0.3.7"
15+
arrayref = "0.3.8"
1616
bincode = "1.3.2"
1717
borsh = "1.5.1"
1818
num-derive = "0.4"

governance/test-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
edition = "2021"
99

1010
[dependencies]
11-
arrayref = "0.3.7"
11+
arrayref = "0.3.8"
1212
bincode = "1.3.2"
1313
borsh = "1.5.1"
1414
lazy_static = "1.5.0"

governance/tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0"
88
edition = "2021"
99

1010
[dependencies]
11-
arrayref = "0.3.7"
11+
arrayref = "0.3.8"
1212
bincode = "1.3.2"
1313
borsh = "1.5.1"
1414
num-derive = "0.4"

shared-memory/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
test-sbf = []
1212

1313
[dependencies]
14-
arrayref = "0.3.7"
14+
arrayref = "0.3.8"
1515
solana-program = "2.0.0"
1616

1717
[dev-dependencies]

single-pool/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ no-entrypoint = []
1212
test-sbf = []
1313

1414
[dependencies]
15-
arrayref = "0.3.7"
15+
arrayref = "0.3.8"
1616
borsh = "1.5.1"
1717
num-derive = "0.4"
1818
num-traits = "0.2"

stake-pool/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ no-entrypoint = []
1212
test-sbf = []
1313

1414
[dependencies]
15-
arrayref = "0.3.7"
15+
arrayref = "0.3.8"
1616
borsh = "1.5.1"
1717
bytemuck = "1.16"
1818
num-derive = "0.4"

0 commit comments

Comments
 (0)