mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
build(deps): update rust crate rand to 0.10.1
This commit is contained in:
Generated
+3
-3
@@ -3044,9 +3044,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rand"
|
name = "rand"
|
||||||
version = "0.10.0"
|
version = "0.10.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
|
checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chacha20",
|
"chacha20",
|
||||||
"getrandom 0.4.2",
|
"getrandom 0.4.2",
|
||||||
@@ -3529,7 +3529,7 @@ dependencies = [
|
|||||||
"pest_derive",
|
"pest_derive",
|
||||||
"process_control",
|
"process_control",
|
||||||
"quick-xml 0.39.2",
|
"quick-xml 0.39.2",
|
||||||
"rand 0.10.0",
|
"rand 0.10.1",
|
||||||
"rayon",
|
"rayon",
|
||||||
"regex",
|
"regex",
|
||||||
"rust-ini",
|
"rust-ini",
|
||||||
|
|||||||
+1
-1
@@ -60,7 +60,7 @@ pest = "2.8.6"
|
|||||||
pest_derive = "2.8.6"
|
pest_derive = "2.8.6"
|
||||||
process_control = "5.2.0"
|
process_control = "5.2.0"
|
||||||
quick-xml = "0.39.2"
|
quick-xml = "0.39.2"
|
||||||
rand = "0.10.0"
|
rand = "0.10.1"
|
||||||
rayon = "1.11.0"
|
rayon = "1.11.0"
|
||||||
regex = { version = "1.12.3", default-features = false, features = ["perf", "std", "unicode-perl"] }
|
regex = { version = "1.12.3", default-features = false, features = ["perf", "std", "unicode-perl"] }
|
||||||
rust-ini = "0.21.3"
|
rust-ini = "0.21.3"
|
||||||
|
|||||||
Reference in New Issue
Block a user