Update zerocopy for soundness fix
This commit is contained in:
parent
aee272f0e2
commit
77cb3220c5
|
@ -6710,18 +6710,18 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "zerocopy"
|
||||
version = "0.7.29"
|
||||
version = "0.7.31"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5d075cf85bbb114e933343e087b92f2146bac0d55b534cbb8188becf0039948e"
|
||||
checksum = "1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d"
|
||||
dependencies = [
|
||||
"zerocopy-derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "zerocopy-derive"
|
||||
version = "0.7.29"
|
||||
version = "0.7.31"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "86cd5ca076997b97ef09d3ad65efe811fa68c9e874cb636ccb211223a813b0c2"
|
||||
checksum = "b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
|
@ -4771,7 +4771,7 @@
|
|||
},
|
||||
{
|
||||
"name": "zerocopy",
|
||||
"version": "0.7.29",
|
||||
"version": "0.7.31",
|
||||
"authors": "Joshua Liebow-Feeser <joshlf@google.com>",
|
||||
"repository": "https://github.com/google/zerocopy",
|
||||
"license": "Apache-2.0 OR BSD-2-Clause OR MIT",
|
||||
|
@ -4780,7 +4780,7 @@
|
|||
},
|
||||
{
|
||||
"name": "zerocopy-derive",
|
||||
"version": "0.7.29",
|
||||
"version": "0.7.31",
|
||||
"authors": "Joshua Liebow-Feeser <joshlf@google.com>",
|
||||
"repository": "https://github.com/google/zerocopy",
|
||||
"license": "Apache-2.0 OR BSD-2-Clause OR MIT",
|
||||
|
|
Loading…
Reference in New Issue