Skip to content

Commit

Permalink
build(deps): bump bytemuck from 1.14.3 to 1.15.0 (#6415)
Browse files Browse the repository at this point in the history
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.14.3 to 1.15.0.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.14.3...v1.15.0)

---
updated-dependencies:
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Mar 13, 2024
1 parent 190e786 commit a66731b
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 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 libraries/concurrent-merkle-tree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sol-log = [ "log" ]

[dependencies]
solana-program = "1.16"
bytemuck = "1.14"
bytemuck = "1.15"
thiserror = "1.0.58"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libraries/discriminator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ borsh = ["dep:borsh"]

[dependencies]
borsh = { version = "0.10", optional = true }
bytemuck = { version = "1.14.3", features = ["derive"] }
bytemuck = { version = "1.15.0", features = ["derive"] }
solana-program = ">=1.18.2,<=2"
spl-discriminator-derive = { version = "0.1.2", path = "./derive" }

Expand Down
2 changes: 1 addition & 1 deletion libraries/pod/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ borsh = ["dep:borsh"]
[dependencies]
base64 = { version = "0.22.0", optional = true }
borsh = { version = "1.2.1", optional = true }
bytemuck = { version = "1.14.3" }
bytemuck = { version = "1.15.0" }
serde = { version = "1.0.197", optional = true }
solana-program = ">=1.18.2,<=2"
solana-zk-token-sdk = ">=1.18.2,<=2"
Expand Down
2 changes: 1 addition & 1 deletion libraries/tlv-account-resolution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde-traits = ["dep:serde"]
test-sbf = []

[dependencies]
bytemuck = { version = "1.14.3", features = ["derive"] }
bytemuck = { version = "1.15.0", features = ["derive"] }
serde = { version = "1.0.197", optional = true }
solana-program = ">=1.18.2,<=2"
spl-discriminator = { version = "0.1", path = "../discriminator" }
Expand Down
2 changes: 1 addition & 1 deletion libraries/type-length-value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = ["js/**"]
derive = ["dep:spl-type-length-value-derive"]

[dependencies]
bytemuck = { version = "1.14.3", features = ["derive"] }
bytemuck = { version = "1.15.0", features = ["derive"] }
solana-program = ">=1.18.2,<=2"
spl-discriminator = { version = "0.1", path = "../discriminator" }
spl-program-error = { version = "0.3", path = "../program-error" }
Expand Down
2 changes: 1 addition & 1 deletion record/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
bytemuck = { version = "1.14.3", features = ["derive"] }
bytemuck = { version = "1.15.0", features = ["derive"] }
num-derive = "0.4"
num-traits = "0.2"
solana-program = ">=1.18.2,<=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 @@ -14,7 +14,7 @@ test-sbf = []
[dependencies]
arrayref = "0.3.7"
borsh = "1.2.1"
bytemuck = "1.14"
bytemuck = "1.15"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.2"
Expand Down
2 changes: 1 addition & 1 deletion token-group/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]
bytemuck = "1.14.3"
bytemuck = "1.15.0"
solana-program = ">=1.18.2,<=2"
spl-discriminator = { version = "0.1.1" , path = "../../libraries/discriminator" }
spl-pod = { version = "0.1.1" , path = "../../libraries/pod", features = ["borsh"] }
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 @@ -13,7 +13,7 @@ test-sbf = []

[dependencies]
arrayref = "0.3.7"
bytemuck = "1.14.3"
bytemuck = "1.15.0"
num-derive = "0.4"
num-traits = "0.2"
solana-program = ">=1.18.2,<=2"
Expand Down
2 changes: 1 addition & 1 deletion token-wrap/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ no-entrypoint = []
test-sbf = []

[dependencies]
bytemuck = { version = "1.14.3", features = ["derive"] }
bytemuck = { version = "1.15.0", features = ["derive"] }
num_enum = "0.7"
solana-program = ">=1.18.2,<=2"
spl-associated-token-account = { version = "2.0", path = "../../associated-token-account/program", features = ["no-entrypoint"] }
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 @@ -22,7 +22,7 @@ confidential-hook = []

[dependencies]
arrayref = "0.3.7"
bytemuck = { version = "1.14.3", features = ["derive"] }
bytemuck = { version = "1.15.0", features = ["derive"] }
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.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 @@ -14,7 +14,7 @@ test-sbf = []

[dependencies]
arrayref = "0.3.7"
bytemuck = "1.14.3"
bytemuck = "1.15.0"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.2"
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 @@ -9,7 +9,7 @@ edition = "2021"

[dependencies]
arrayref = "0.3.7"
bytemuck = { version = "1.14.3", features = ["derive"] }
bytemuck = { version = "1.15.0", features = ["derive"] }
solana-program = ">=1.18.2,<=2"
spl-discriminator = { version = "0.1" , path = "../../../libraries/discriminator" }
spl-program-error = { version = "0.3" , path = "../../../libraries/program-error" }
Expand Down

0 comments on commit a66731b

Please sign in to comment.