Skip to content

Commit 79e8c9f

Browse files
Bump zerocopy from 0.8.49 to 0.8.50 (#32)
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.49 to 0.8.50. - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.49...v0.8.50) --- updated-dependencies: - dependency-name: zerocopy dependency-version: 0.8.50 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a603ea9 commit 79e8c9f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ alloc = []
1414
default = ["alloc", "zerocopy"]
1515

1616
[dependencies]
17-
zerocopy = { version = "0.8.49", optional = true, features = ["derive"] }
17+
zerocopy = { version = "0.8.50", optional = true, features = ["derive"] }
1818

1919
[dev-dependencies]
2020
spin = { version = "0.12.0", default-features = false, features = [

0 commit comments

Comments
 (0)