Skip to content

Commit 54d51d0

Browse files
build(deps): Bump zerocopy from 0.7.33 to 0.7.34 (#2957)
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.33 to 0.7.34. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2323316 commit 54d51d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3826,18 +3826,18 @@ dependencies = [
38263826

38273827
[[package]]
38283828
name = "zerocopy"
3829-
version = "0.7.33"
3829+
version = "0.7.34"
38303830
source = "registry+https://github.com/rust-lang/crates.io-index"
3831-
checksum = "087eca3c1eaf8c47b94d02790dd086cd594b912d2043d4de4bfdd466b3befb7c"
3831+
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
38323832
dependencies = [
38333833
"zerocopy-derive",
38343834
]
38353835

38363836
[[package]]
38373837
name = "zerocopy-derive"
3838-
version = "0.7.33"
3838+
version = "0.7.34"
38393839
source = "registry+https://github.com/rust-lang/crates.io-index"
3840-
checksum = "6f4b6c273f496d8fd4eaf18853e6b448760225dc030ff2c485a786859aea6393"
3840+
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
38413841
dependencies = [
38423842
"proc-macro2",
38433843
"quote",

0 commit comments

Comments
 (0)