chore: bump bytemuck to 1.11.0 (#30490)
This commit is contained in:
parent
bd49b984e2
commit
d19758139d
|
@ -17,7 +17,7 @@ borsh = { workspace = true }
|
||||||
borsh-derive = { workspace = true }
|
borsh-derive = { workspace = true }
|
||||||
bs58 = { workspace = true }
|
bs58 = { workspace = true }
|
||||||
bv = { workspace = true, features = ["serde"] }
|
bv = { workspace = true, features = ["serde"] }
|
||||||
bytemuck = { version = "1.8.0", features = ["derive"] }
|
bytemuck = { workspace = true, features = ["derive"] }
|
||||||
itertools = { workspace = true }
|
itertools = { workspace = true }
|
||||||
lazy_static = { workspace = true }
|
lazy_static = { workspace = true }
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
|
|
Loading…
Reference in New Issue