Skip to content

Commit

Permalink
Bump zerocopy from 0.6.1 to 0.6.3 in /lang/rust (#2428)
Browse files Browse the repository at this point in the history
Bumps [zerocopy](https://github.com/google/zerocopy) from 0.6.1 to 0.6.3.
- [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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2023
1 parent 4f2b015 commit 3016ead
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 46 deletions.
61 changes: 16 additions & 45 deletions lang/rust/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 lang/rust/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ thiserror = { default-features = false, version = "1.0.44" }
typed-builder = { default-features = false, version = "0.15.2" }
uuid = { default-features = false, version = "1.4.1", features = ["serde", "std"] }
xz2 = { default-features = false, version = "0.1.7", optional = true }
zerocopy = { default-features = false, version = "0.6.1" }
zerocopy = { default-features = false, version = "0.6.3" }
zstd = { default-features = false, version = "0.12.4+zstd.1.5.2", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down

0 comments on commit 3016ead

Please sign in to comment.