Skip to content

Commit aa92199

Browse files
build(deps): bump zerocopy from 0.8.31 to 0.8.33 (#519)
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.8.31 to 0.8.33. - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.31...v0.8.33) --- updated-dependencies: - dependency-name: zerocopy dependency-version: 0.8.33 dependency-type: direct:production 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 b035d8e commit aa92199

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.

dof/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository = "https://github.com/oxidecomputer/usdt.git"
1010
goblin = { version = "0.10", optional = true, features = ["elf64", "mach64"] }
1111
pretty-hex = { version = "0.4", optional = true }
1212
thiserror = "2"
13-
zerocopy = { version = "0.8.31", features = [ "derive" ] }
13+
zerocopy = { version = "0.8.33", features = [ "derive" ] }
1414
serde = { version = "1", features = [ "derive" ] }
1515
serde_json = "1"
1616

0 commit comments

Comments
 (0)