Sfoglia il codice sorgente

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 anno fa
parent
commit
87623410b9
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      interface/Cargo.toml
  2. 1 1
      program/Cargo.toml

+ 1 - 1
interface/Cargo.toml

@@ -8,7 +8,7 @@ license = "Apache-2.0"
 edition = "2021"
 
 [dependencies]
-arrayref = "0.3.8"
+arrayref = "0.3.9"
 bytemuck = { version = "1.18.0", features = ["derive"] }
 solana-program = "2.0.3"
 spl-discriminator = { version = "0.3.0" , path = "../../../libraries/discriminator" }

+ 1 - 1
program/Cargo.toml

@@ -14,7 +14,7 @@ test-sbf = []
 forbid-additional-mints = []
 
 [dependencies]
-arrayref = "0.3.8"
+arrayref = "0.3.9"
 solana-program = "2.0.3"
 spl-tlv-account-resolution = { version = "0.8.1", path = "../../../libraries/tlv-account-resolution" }
 spl-token-2022 = { version = "5.0.2",  path = "../../program-2022", features = ["no-entrypoint"] }