Skip to content

Commit 09919dc

Browse files
Update zerocopy requirement from 0.5.0 to 0.6.0
Updates the requirements on zerocopy to permit the latest version. --- updated-dependencies: - dependency-name: zerocopy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9dacc97 commit 09919dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ rand_distr = "0.3"
6868
quickcheck = "0.9"
6969
log = "0.4.14"
7070
env_logger = "0.9.0"
71-
zerocopy = "0.5.0"
71+
zerocopy = "0.6.0"
7272
byteorder = "1.4.3"
7373

7474
[[test]]

0 commit comments

Comments
 (0)