Skip to content

Commit

Permalink
Bump zerocopy from 0.7.26 to 0.7.31 (#4702)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 2195b56 commit 83e01a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ unicode-normalization = { version = "0.1.22" }
usdt = { version = "0.3.5" }
uuid = { version = "1.6.1", features = ["serde", "v4"] }
yasna = { version = "0.5.2", features = ["bit-vec", "num-bigint", "std", "time"] }
zerocopy = { version = "0.7.26", features = ["derive", "simd"] }
zerocopy = { version = "0.7.31", features = ["derive", "simd"] }
zeroize = { version = "1.7.0", features = ["std", "zeroize_derive"] }
zip = { version = "0.6.6", default-features = false, features = ["bzip2", "deflate"] }

Expand Down Expand Up @@ -216,7 +216,7 @@ unicode-normalization = { version = "0.1.22" }
usdt = { version = "0.3.5" }
uuid = { version = "1.6.1", features = ["serde", "v4"] }
yasna = { version = "0.5.2", features = ["bit-vec", "num-bigint", "std", "time"] }
zerocopy = { version = "0.7.26", features = ["derive", "simd"] }
zerocopy = { version = "0.7.31", features = ["derive", "simd"] }
zeroize = { version = "1.7.0", features = ["std", "zeroize_derive"] }
zip = { version = "0.6.6", default-features = false, features = ["bzip2", "deflate"] }

Expand Down

0 comments on commit 83e01a5

Please sign in to comment.