Skip to content

Commit

Permalink
Bump zerocopy from 0.7.35 to 0.8.2
Browse files Browse the repository at this point in the history
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.7.35 to 0.8.2.
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.7.35...v0.8.2)

---
updated-dependencies:
- dependency-name: zerocopy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 01b32e7 commit bd20595
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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.7.35", features = [ "derive" ] }
zerocopy = { version = "0.8.2", features = [ "derive" ] }
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"

Expand Down

0 comments on commit bd20595

Please sign in to comment.