Skip to content

Commit

Permalink
Merge pull request #3 from matter-labs/renovate/bytemuck-1.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate bytemuck to 1.14.3
  • Loading branch information
haraldh authored Feb 9, 2024
2 parents e74e9b7 + 46548d0 commit 15bc579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 15bc579

Please sign in to comment.