Browse Source

build(deps): bump arrayref from 0.3.8 to 0.3.9 (#7278)

Bumps [arrayref](https://github.com/droundy/arrayref) from 0.3.8 to 0.3.9.
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 year ago
parent
commit
b6e3c5b5ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      program/Cargo.toml

+ 1 - 1
program/Cargo.toml

@@ -13,7 +13,7 @@ no-entrypoint = []
 test-sbf = []
 
 [dependencies]
-arrayref = "0.3.8"
+arrayref = "0.3.9"
 bytemuck = "1.18.0"
 num-derive = "0.4"
 num-traits = "0.2"