mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-08-19 13:01:29 +10:00
chore(deps): bump rand from 0.9.2 to 0.10.2 in /desktop/src-tauri (#393)
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.10.2. - [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/rand_core-0.9.2...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
f59bf9fd85
commit
7cb81176b2
Generated
+7
-7
@@ -1122,7 +1122,7 @@ dependencies = [
|
||||
"dirs 6.0.0",
|
||||
"keyring",
|
||||
"log",
|
||||
"rand 0.9.2",
|
||||
"rand 0.10.2",
|
||||
"ron",
|
||||
"serde",
|
||||
"serde_with",
|
||||
@@ -1427,7 +1427,7 @@ dependencies = [
|
||||
"page_size",
|
||||
"parking_lot 0.12.5",
|
||||
"process",
|
||||
"rand 0.9.2",
|
||||
"rand 0.10.2",
|
||||
"rayon",
|
||||
"regex",
|
||||
"remote",
|
||||
@@ -3256,7 +3256,7 @@ dependencies = [
|
||||
"log-mdc",
|
||||
"mock_instant",
|
||||
"parking_lot 0.12.5",
|
||||
"rand 0.9.2",
|
||||
"rand 0.9.5",
|
||||
"serde",
|
||||
"serde-value",
|
||||
"serde_json",
|
||||
@@ -4730,9 +4730,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rand"
|
||||
version = "0.9.2"
|
||||
version = "0.9.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
||||
checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
|
||||
dependencies = [
|
||||
"rand_chacha 0.9.0",
|
||||
"rand_core 0.9.5",
|
||||
@@ -7145,7 +7145,7 @@ dependencies = [
|
||||
"http 1.4.0",
|
||||
"httparse",
|
||||
"log",
|
||||
"rand 0.9.2",
|
||||
"rand 0.9.5",
|
||||
"sha1",
|
||||
"thiserror 2.0.17",
|
||||
"utf-8",
|
||||
@@ -7346,7 +7346,7 @@ checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
|
||||
dependencies = [
|
||||
"getrandom 0.3.4",
|
||||
"js-sys",
|
||||
"rand 0.9.2",
|
||||
"rand 0.9.5",
|
||||
"serde_core",
|
||||
"uuid-macro-internal",
|
||||
"wasm-bindgen",
|
||||
|
||||
@@ -59,7 +59,7 @@ native_model = { path = "../../libraries/native_model", features = [
|
||||
page_size = "0.6.0"
|
||||
parking_lot = "0.12.3"
|
||||
process = { path = "./process" } # process
|
||||
rand = "0.9.1"
|
||||
rand = "0.10.2"
|
||||
rayon = "1.10.0"
|
||||
regex = "1.11.1"
|
||||
remote = { path = "./remote", version = "0.1.0" } # remote
|
||||
|
||||
@@ -11,7 +11,7 @@ ctr = "0.9.2"
|
||||
dirs = "6.0.0"
|
||||
keyring = { version = "3.6.3", features = ["apple-native", "crypto-rust", "linux-native-sync-persistent", "windows-native"] }
|
||||
log = "0.4.28"
|
||||
rand = "0.9.2"
|
||||
rand = "0.10.2"
|
||||
ron = "0.12.0"
|
||||
serde = "1.0.228"
|
||||
serde_with = "3.15.0"
|
||||
|
||||
Reference in New Issue
Block a user