]> git.proxmox.com Git - cargo.git/blobdiff - vendor/rand_chacha/Cargo.toml
New upstream version 0.52.0
[cargo.git] / vendor / rand_chacha / Cargo.toml
index dea94e989cb5273d635784f5e080b42876fc0a76..0f371b3c3f29932b02e96488fe3e21b31ec2ad02 100644 (file)
@@ -13,7 +13,7 @@
 [package]
 edition = "2018"
 name = "rand_chacha"
-version = "0.2.2"
+version = "0.3.0"
 authors = ["The Rand Project Developers", "The Rust Project Developers", "The CryptoCorrosion Contributors"]
 description = "ChaCha random number generator\n"
 homepage = "https://crates.io/crates/rand_chacha"
@@ -24,19 +24,14 @@ categories = ["algorithms", "no-std"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-random/rand"
 [dependencies.ppv-lite86]
-version = "0.2.6"
+version = "0.2.8"
 features = ["simd"]
 default-features = false
 
 [dependencies.rand_core]
-version = "0.5"
+version = "0.6.0"
 
 [features]
-default = ["std", "simd"]
+default = ["std"]
 simd = []
 std = ["ppv-lite86/std"]
-[badges.appveyor]
-repository = "rust-random/rand"
-
-[badges.travis-ci]
-repository = "rust-random/rand"