Skip to content

Commit

Permalink
Update zerocopy requirement from 0.3.0 to 0.6.1 in /lang/rust (#1402)
Browse files Browse the repository at this point in the history
Updates the requirements on zerocopy to permit the latest version.

---
updated-dependencies:
- dependency-name: zerocopy
  dependency-type: direct:production
...

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] committed Jan 5, 2022
1 parent 4015f96 commit 7bda57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/rust/Cargo.toml
Expand Up @@ -67,7 +67,7 @@ strum_macros = "0.23.1"
thiserror = "1.0.29"
typed-builder = "0.9.1"
uuid = { version = "0.8.2", features = ["serde", "v4"] }
zerocopy = "0.3.0"
zerocopy = "0.6.1"
lazy_static = "1.1.1"
log = "0.4.14"
zstd = { version = "0.9.0+zstd.1.5.0" , optional = true }
Expand Down

0 comments on commit 7bda57a

Please sign in to comment.