Browse Source

build(deps): bump spl-type-length-value from 0.7.0 to 0.8.0 (#3)

Bumps [spl-type-length-value](https://github.com/solana-program/libraries) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/solana-program/libraries/releases)
- [Commits](https://github.com/solana-program/libraries/compare/program-error@v0.7.0...type-length-value@v0.8.0)

---
updated-dependencies:
- dependency-name: spl-type-length-value
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 8 months ago
parent
commit
5e841cfbcd
3 changed files with 27 additions and 9 deletions
  1. 25 7
      Cargo.lock
  2. 1 1
      interface/Cargo.toml
  3. 1 1
      program/Cargo.toml

+ 25 - 7
Cargo.lock

@@ -8847,7 +8847,7 @@ dependencies = [
  "spl-discriminator",
  "spl-pod",
  "spl-program-error",
- "spl-type-length-value",
+ "spl-type-length-value 0.7.0",
  "thiserror 1.0.69",
 ]
 
@@ -8890,7 +8890,7 @@ dependencies = [
  "spl-token-group-interface",
  "spl-token-metadata-interface",
  "spl-transfer-hook-interface 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "spl-type-length-value",
+ "spl-type-length-value 0.7.0",
  "thiserror 1.0.69",
 ]
 
@@ -8918,7 +8918,7 @@ dependencies = [
  "spl-token-group-interface",
  "spl-token-metadata-interface",
  "spl-transfer-hook-interface 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "spl-type-length-value",
+ "spl-type-length-value 0.7.0",
  "thiserror 2.0.12",
 ]
 
@@ -9037,7 +9037,7 @@ dependencies = [
  "solana-pubkey",
  "spl-discriminator",
  "spl-pod",
- "spl-type-length-value",
+ "spl-type-length-value 0.7.0",
  "thiserror 1.0.69",
 ]
 
@@ -9078,7 +9078,7 @@ dependencies = [
  "spl-tlv-account-resolution",
  "spl-token-2022 6.0.0",
  "spl-transfer-hook-interface 0.9.0",
- "spl-type-length-value",
+ "spl-type-length-value 0.8.0",
 ]
 
 [[package]]
@@ -9101,7 +9101,7 @@ dependencies = [
  "spl-pod",
  "spl-program-error",
  "spl-tlv-account-resolution",
- "spl-type-length-value",
+ "spl-type-length-value 0.8.0",
  "thiserror 2.0.12",
  "tokio",
 ]
@@ -9127,7 +9127,7 @@ dependencies = [
  "spl-pod",
  "spl-program-error",
  "spl-tlv-account-resolution",
- "spl-type-length-value",
+ "spl-type-length-value 0.7.0",
  "thiserror 1.0.69",
 ]
 
@@ -9149,6 +9149,24 @@ dependencies = [
  "thiserror 1.0.69",
 ]
 
+[[package]]
+name = "spl-type-length-value"
+version = "0.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d417eb548214fa822d93f84444024b4e57c13ed6719d4dcc68eec24fb481e9f5"
+dependencies = [
+ "bytemuck",
+ "num-derive",
+ "num-traits",
+ "solana-account-info",
+ "solana-decode-error",
+ "solana-msg",
+ "solana-program-error",
+ "spl-discriminator",
+ "spl-pod",
+ "thiserror 2.0.12",
+]
+
 [[package]]
 name = "stable_deref_trait"
 version = "1.2.0"

+ 1 - 1
interface/Cargo.toml

@@ -24,7 +24,7 @@ solana-pubkey = { version = "2.2.1", features = ["curve25519"] }
 spl-discriminator = "0.4.0"
 spl-program-error = "0.6.0"
 spl-tlv-account-resolution = "0.9.0"
-spl-type-length-value = "0.7.0"
+spl-type-length-value = "0.8.0"
 spl-pod = "0.5.0"
 thiserror = "2.0"
 

+ 1 - 1
program/Cargo.toml

@@ -21,7 +21,7 @@ solana-program = "2.2.1"
 spl-tlv-account-resolution = "0.9.0"
 spl-token-2022 = { version = "6.0.0", features = ["no-entrypoint"] }
 spl-transfer-hook-interface = { version = "0.9.0", path = "../interface" }
-spl-type-length-value = "0.7.0"
+spl-type-length-value = "0.8.0"
 
 [dev-dependencies]
 solana-program-test = "2.2.0"