chore(deps): bump zerocopy from 0.6.5 to 0.6.6

Bumps [zerocopy](https://github.com/google/zerocopy) from 0.6.5 to 0.6.6.
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/zerocopy/commits)

---
updated-dependencies:
- dependency-name: zerocopy
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-15 03:50:10 +00:00
committed by Henrik Friedrichsen
parent 57be87487c
commit faf9a2ca87

12
Cargo.lock generated
View File

@@ -1907,7 +1907,7 @@ dependencies = [
"shell-words",
"thiserror",
"tokio",
"zerocopy 0.6.5",
"zerocopy 0.6.6",
]
[[package]]
@@ -4475,12 +4475,12 @@ dependencies = [
[[package]]
name = "zerocopy"
version = "0.6.5"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96f8f25c15a0edc9b07eb66e7e6e97d124c0505435c382fde1ab7ceb188aa956"
checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6"
dependencies = [
"byteorder",
"zerocopy-derive 0.6.5",
"zerocopy-derive 0.6.6",
]
[[package]]
@@ -4494,9 +4494,9 @@ dependencies = [
[[package]]
name = "zerocopy-derive"
version = "0.6.5"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "855e0f6af9cd72b87d8a6c586f3cb583f5cdcc62c2c80869d8cd7e96fdf7ee20"
checksum = "125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91"
dependencies = [
"proc-macro2",
"quote",