mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
chore(deps): update rust crate bytemuck to 1.14.3
This commit is contained in:
parent
e74e9b7e86
commit
46548d015d
2 changed files with 3 additions and 3 deletions
|
@ -70,7 +70,7 @@ awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] }
|
|||
base64 = "0.21.7"
|
||||
bindgen = "0.69.4"
|
||||
bitflags = "2.4"
|
||||
bytemuck = { version = "1.14.2", features = ["derive", "min_const_generics", "extern_crate_std"] }
|
||||
bytemuck = { version = "1.14.3", features = ["derive", "min_const_generics", "extern_crate_std"] }
|
||||
bytes = "1"
|
||||
clap = { version = "4.4", features = ["std", "derive", "env", "error-context", "help", "usage", "wrap_help"], default-features = false }
|
||||
const-oid = { version = "0.9", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue