Skip to content

Commit

Permalink
Update Rust crate zerocopy to 0.8.3 (#846)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 6745cca commit a4075e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -86,7 +86,7 @@ url = { version = "2.5.2", features = ["serde"] }
uuid = { version = "1.10.0", features = ["v4"] }
versions = "6.3.2"
yara-x = { version = "0.9.0", default-features = false, features = ["pe-module"] }
zerocopy = { version = "0.8.2", features = ["derive"] }
zerocopy = { version = "0.8.3", features = ["derive"] }
zip = { version = "2.2.0", default-features = false, features = ["deflate"] }

[build-dependencies]
Expand Down

0 comments on commit a4075e3

Please sign in to comment.