Skip to content

Commit

Permalink
Lift zerocopy to version 0.6.6
Browse files Browse the repository at this point in the history
This fixes a security warning with older versions of zerocopy.

Signed-off-by: Joerg Roedel <[email protected]>
  • Loading branch information
joergroedel committed Dec 15, 2023
1 parent 540b471 commit 0bbdaf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
23 changes: 6 additions & 17 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 @@ -11,7 +11,7 @@ required-features = ["cli"]
[dependencies]
clap = { version = "4.3.5", features = ["derive"], optional = true }
memmap2 = { version = "0.7.0", optional = true }
zerocopy = "0.6.1"
zerocopy = "0.6.6"

[features]
default = []
Expand Down

0 comments on commit 0bbdaf1

Please sign in to comment.