Skip to content

Commit

Permalink
Update zerocopy version to 0.7.31 (#189)
Browse files Browse the repository at this point in the history
- There is a security vulnerability in older versions of the crate:
   https://rustsec.org/advisories/RUSTSEC-2023-0074

Co-authored-by: Nabil Wadih <nwadih@google.com>
  • Loading branch information
nabilwadih and Nabil Wadih committed Dec 29, 2023
1 parent 9f6a2ad commit 47a7495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -84,7 +84,7 @@ serde = { version = "1.0.117", optional = true }
cfg-if = "1.0"
atomic-polyfill = { version="1.0.1", optional=true}
getrandom = { version = "0.2.7", optional = true }
zerocopy = { version = "0.7.20", default-features = false, features = ["simd"] }
zerocopy = { version = "0.7.31", default-features = false, features = ["simd"] }

[target.'cfg(not(all(target_arch = "arm", target_os = "none")))'.dependencies]
once_cell = { version = "1.18.0", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit 47a7495

Please sign in to comment.