1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-02-06 14:09:20 +00:00

build(deps): bump rand from 0.8.0 to 0.8.1

Bumps [rand](https://github.com/rust-random/rand) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.8.0...0.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-05 05:22:55 +00:00
parent 2e71dfa15b
commit 550c09598d
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -967,9 +967,9 @@ dependencies = [
[[package]] [[package]]
name = "rand" name = "rand"
version = "0.8.0" version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a76330fb486679b4ace3670f117bbc9e16204005c4bde9c4bd372f45bed34f12" checksum = "c24fcd450d3fa2b592732565aa4f17a27a61c65ece4726353e000939b0edee34"
dependencies = [ dependencies = [
"libc", "libc",
"rand_chacha 0.3.0", "rand_chacha 0.3.0",
@ -1273,7 +1273,7 @@ dependencies = [
"pest", "pest",
"pest_derive", "pest_derive",
"quick-xml", "quick-xml",
"rand 0.8.0", "rand 0.8.1",
"rayon", "rayon",
"regex", "regex",
"rust-ini", "rust-ini",

View File

@ -58,7 +58,7 @@ open = "1.4.0"
unicode-width = "0.1.8" unicode-width = "0.1.8"
term_size = "0.3.2" term_size = "0.3.2"
quick-xml = "0.20.0" quick-xml = "0.20.0"
rand = "0.8.0" rand = "0.8.1"
serde = { version = "1.0.118", features = ["derive"] } serde = { version = "1.0.118", features = ["derive"] }
indexmap = "1.6.1" indexmap = "1.6.1"
notify-rust = { version = "4.0.0", optional = true } notify-rust = { version = "4.0.0", optional = true }