Update zerocopy requirement from =0.8.0-alpha.5 to =0.8.0-alpha.6 (#1401)

This commit is contained in:
dependabot[bot] 2024-03-18 09:27:47 +00:00 committed by GitHub
parent 769bcb6e4c
commit be75bf5b90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ rand_core = { path = "rand_core", version = "=0.9.0-alpha.0", default-features =
log = { version = "0.4.4", optional = true }
serde = { version = "1.0.103", features = ["derive"], optional = true }
rand_chacha = { path = "rand_chacha", version = "=0.9.0-alpha.0", default-features = false, optional = true }
zerocopy = { version = "=0.8.0-alpha.5", default-features = false, features = ["simd"] }
zerocopy = { version = "=0.8.0-alpha.6", default-features = false, features = ["simd"] }
[target.'cfg(unix)'.dependencies]
# Used for fork protection (reseeding.rs)

View File

@ -32,4 +32,4 @@ serde1 = ["serde"] # enables serde for BlockRng wrapper
[dependencies]
serde = { version = "1", features = ["derive"], optional = true }
getrandom = { version = "0.2", optional = true }
zerocopy = { version = "=0.8.0-alpha.5", default-features = false }
zerocopy = { version = "=0.8.0-alpha.6", default-features = false }