Skip to content

Commit

Permalink
Bump zerocopy from 0.8.5 to 0.8.6 (#314)
Browse files Browse the repository at this point in the history
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.5 to 0.8.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: 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>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 34ca55e commit 2e1c598
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/oxidecomputer/usdt.git"
goblin = { version = "0.8", optional = true, features = ["elf64", "mach64"] }
pretty-hex = { version = "0.4", optional = true }
thiserror = "1"
zerocopy = { version = "0.8.5", features = [ "derive" ] }
zerocopy = { version = "0.8.6", features = [ "derive" ] }
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"

Expand Down

0 comments on commit 2e1c598

Please sign in to comment.