Skip to content

Commit

Permalink
Merge pull request #272 from athenavm/dependabot/cargo/bytemuck-1.21.0
Browse files Browse the repository at this point in the history
Bump bytemuck from 1.20.0 to 1.21.0
  • Loading branch information
poszu authored Dec 23, 2024
2 parents f79e134 + 5eda393 commit cb27b1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition.workspace = true

[dependencies]
blake3 = "1.5.5"
bytemuck = "1.20.0"
bytemuck = "1.21.0"
hex = "0.4.3"
parity-scale-codec = { version = "3.6.12", features = ["derive"] }
tracing = "0.1.41"
Expand Down
2 changes: 1 addition & 1 deletion vm/entrypoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition.workspace = true
[dependencies]
athena-interface = { path = "../../interface" }
bincode = "1.3.3"
bytemuck = "1.20.0"
bytemuck = "1.21.0"
cfg-if = "1.0.0"
getrandom = { version = "0.2.14", features = ["custom"] }
serde = { version = "1.0.215", features = ["derive"] }
Expand Down

0 comments on commit cb27b1e

Please sign in to comment.