Skip to content

Commit

Permalink
build(deps): bump bytemuck from 1.16.3 to 1.17.0 (#7159)
Browse files Browse the repository at this point in the history
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.16.3 to 1.17.0.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.16.3...v1.17.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 Aug 16, 2024
1 parent a1eec57 commit 7ec78fa
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 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.18.11,<=2"
bytemuck = "1.16"
bytemuck = "1.17"
thiserror = "1.0.63"

[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 = "1", optional = true }
bytemuck = { version = "1.16.3", features = ["derive"] }
bytemuck = { version = "1.17.0", features = ["derive"] }
solana-program = "2.0.3"
spl-discriminator-derive = { version = "0.2.0", 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 @@ -13,7 +13,7 @@ borsh = ["dep:borsh"]

[dependencies]
borsh = { version = "1.5.1", optional = true }
bytemuck = { version = "1.16.3" }
bytemuck = { version = "1.17.0" }
bytemuck_derive = { version = "1.7.0" }
serde = { version = "1.0.207", optional = true }
solana-program = "2.0.3"
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.16.3", features = ["derive"] }
bytemuck = { version = "1.17.0", features = ["derive"] }
serde = { version = "1.0.207", optional = true }
solana-program = "2.0.3"
spl-discriminator = { version = "0.3.0", 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.16.3", features = ["derive"] }
bytemuck = { version = "1.17.0", features = ["derive"] }
solana-program = "2.0.3"
spl-discriminator = { version = "0.3.0", path = "../discriminator" }
spl-program-error = { version = "0.5.0", 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.16.3", features = ["derive"] }
bytemuck = { version = "1.17.0", features = ["derive"] }
num-derive = "0.4"
num-traits = "0.2"
solana-program = "2.0.3"
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.8"
borsh = "1.5.1"
bytemuck = "1.16"
bytemuck = "1.17"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.3"
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.16.3"
bytemuck = "1.17.0"
solana-program = "2.0.3"
spl-discriminator = { version = "0.3.0" , path = "../../libraries/discriminator" }
spl-pod = { version = "0.3.0" , 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.8"
bytemuck = "1.16.3"
bytemuck = "1.17.0"
num-derive = "0.4"
num-traits = "0.2"
solana-program = "2.0.3"
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.16.3", features = ["derive"] }
bytemuck = { version = "1.17.0", features = ["derive"] }
num_enum = "0.7"
solana-program = "2.0.3"
spl-associated-token-account = { version = "4.0.0", path = "../../associated-token-account/program", features = ["no-entrypoint"] }
Expand Down
2 changes: 1 addition & 1 deletion token/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "0.11.0"
[dependencies]
async-trait = "0.1"
bincode = "1.3.2"
bytemuck = "1.16.3"
bytemuck = "1.17.0"
curve25519-dalek = "3.2.1"
futures = "0.3.30"
futures-util = "0.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"

[dependencies]
base64 = "0.22.1"
bytemuck = "1.16.3"
bytemuck = "1.17.0"
solana-curve25519 = "2.0.0"
solana-zk-sdk = "2.0.3"

Expand Down
2 changes: 1 addition & 1 deletion token/confidential-transfer/proof-extraction/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.16.3"
bytemuck = "1.17.0"
solana-curve25519 = "2.0.0"
solana-zk-sdk = "2.0.3"
thiserror = "1.0.63"
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ walkdir = "2"
[dev-dependencies]
async-trait = "0.1"
borsh = "1.5.1"
bytemuck = "1.16.3"
bytemuck = "1.17.0"
futures-util = "0.3"
solana-program = "2.0.3"
solana-program-test = "2.0.3"
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 @@ -18,7 +18,7 @@ zk-ops = []

[dependencies]
arrayref = "0.3.8"
bytemuck = { version = "1.16.3", features = ["derive"] }
bytemuck = { version = "1.17.0", features = ["derive"] }
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.3"
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.8"
bytemuck = "1.16.3"
bytemuck = "1.17.0"
num-derive = "0.4"
num-traits = "0.2"
num_enum = "0.7.3"
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.8"
bytemuck = { version = "1.16.3", features = ["derive"] }
bytemuck = { version = "1.17.0", features = ["derive"] }
solana-program = "2.0.3"
spl-discriminator = { version = "0.3.0" , path = "../../../libraries/discriminator" }
spl-program-error = { version = "0.5.0" , path = "../../../libraries/program-error" }
Expand Down

0 comments on commit 7ec78fa

Please sign in to comment.