mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-08-23 23:02:04 +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",
|
"dirs 6.0.0",
|
||||||
"keyring",
|
"keyring",
|
||||||
"log",
|
"log",
|
||||||
"rand 0.9.2",
|
"rand 0.10.2",
|
||||||
"ron",
|
"ron",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_with",
|
"serde_with",
|
||||||
@@ -1427,7 +1427,7 @@ dependencies = [
|
|||||||
"page_size",
|
"page_size",
|
||||||
"parking_lot 0.12.5",
|
"parking_lot 0.12.5",
|
||||||
"process",
|
"process",
|
||||||
"rand 0.9.2",
|
"rand 0.10.2",
|
||||||
"rayon",
|
"rayon",
|
||||||
"regex",
|
"regex",
|
||||||
"remote",
|
"remote",
|
||||||
@@ -3256,7 +3256,7 @@ dependencies = [
|
|||||||
"log-mdc",
|
"log-mdc",
|
||||||
"mock_instant",
|
"mock_instant",
|
||||||
"parking_lot 0.12.5",
|
"parking_lot 0.12.5",
|
||||||
"rand 0.9.2",
|
"rand 0.9.5",
|
||||||
"serde",
|
"serde",
|
||||||
"serde-value",
|
"serde-value",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
@@ -4730,9 +4730,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rand"
|
name = "rand"
|
||||||
version = "0.9.2"
|
version = "0.9.5"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rand_chacha 0.9.0",
|
"rand_chacha 0.9.0",
|
||||||
"rand_core 0.9.5",
|
"rand_core 0.9.5",
|
||||||
@@ -7145,7 +7145,7 @@ dependencies = [
|
|||||||
"http 1.4.0",
|
"http 1.4.0",
|
||||||
"httparse",
|
"httparse",
|
||||||
"log",
|
"log",
|
||||||
"rand 0.9.2",
|
"rand 0.9.5",
|
||||||
"sha1",
|
"sha1",
|
||||||
"thiserror 2.0.17",
|
"thiserror 2.0.17",
|
||||||
"utf-8",
|
"utf-8",
|
||||||
@@ -7346,7 +7346,7 @@ checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"getrandom 0.3.4",
|
"getrandom 0.3.4",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"rand 0.9.2",
|
"rand 0.9.5",
|
||||||
"serde_core",
|
"serde_core",
|
||||||
"uuid-macro-internal",
|
"uuid-macro-internal",
|
||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ native_model = { path = "../../libraries/native_model", features = [
|
|||||||
page_size = "0.6.0"
|
page_size = "0.6.0"
|
||||||
parking_lot = "0.12.3"
|
parking_lot = "0.12.3"
|
||||||
process = { path = "./process" } # process
|
process = { path = "./process" } # process
|
||||||
rand = "0.9.1"
|
rand = "0.10.2"
|
||||||
rayon = "1.10.0"
|
rayon = "1.10.0"
|
||||||
regex = "1.11.1"
|
regex = "1.11.1"
|
||||||
remote = { path = "./remote", version = "0.1.0" } # remote
|
remote = { path = "./remote", version = "0.1.0" } # remote
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ ctr = "0.9.2"
|
|||||||
dirs = "6.0.0"
|
dirs = "6.0.0"
|
||||||
keyring = { version = "3.6.3", features = ["apple-native", "crypto-rust", "linux-native-sync-persistent", "windows-native"] }
|
keyring = { version = "3.6.3", features = ["apple-native", "crypto-rust", "linux-native-sync-persistent", "windows-native"] }
|
||||||
log = "0.4.28"
|
log = "0.4.28"
|
||||||
rand = "0.9.2"
|
rand = "0.10.2"
|
||||||
ron = "0.12.0"
|
ron = "0.12.0"
|
||||||
serde = "1.0.228"
|
serde = "1.0.228"
|
||||||
serde_with = "3.15.0"
|
serde_with = "3.15.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user