mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
chore(deps): bump rand from 0.9.2 to 0.9.3 in /desktop/src-tauri
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.2...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Generated
+8
-8
@@ -1094,7 +1094,7 @@ dependencies = [
|
||||
"dirs 6.0.0",
|
||||
"keyring",
|
||||
"log",
|
||||
"rand 0.9.2",
|
||||
"rand 0.9.3",
|
||||
"ron",
|
||||
"serde",
|
||||
"serde_with",
|
||||
@@ -1399,7 +1399,7 @@ dependencies = [
|
||||
"page_size",
|
||||
"parking_lot 0.12.5",
|
||||
"process",
|
||||
"rand 0.9.2",
|
||||
"rand 0.9.3",
|
||||
"rayon",
|
||||
"regex",
|
||||
"remote",
|
||||
@@ -3216,7 +3216,7 @@ dependencies = [
|
||||
"log-mdc",
|
||||
"mock_instant",
|
||||
"parking_lot 0.12.5",
|
||||
"rand 0.9.2",
|
||||
"rand 0.9.3",
|
||||
"serde",
|
||||
"serde-value",
|
||||
"serde_json",
|
||||
@@ -4616,7 +4616,7 @@ dependencies = [
|
||||
"bytes",
|
||||
"getrandom 0.3.4",
|
||||
"lru-slab",
|
||||
"rand 0.9.2",
|
||||
"rand 0.9.3",
|
||||
"ring",
|
||||
"rustc-hash",
|
||||
"rustls",
|
||||
@@ -4684,9 +4684,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rand"
|
||||
version = "0.9.2"
|
||||
version = "0.9.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
||||
checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
|
||||
dependencies = [
|
||||
"rand_chacha 0.9.0",
|
||||
"rand_core 0.9.5",
|
||||
@@ -7073,7 +7073,7 @@ dependencies = [
|
||||
"http 1.4.0",
|
||||
"httparse",
|
||||
"log",
|
||||
"rand 0.9.2",
|
||||
"rand 0.9.3",
|
||||
"sha1",
|
||||
"thiserror 2.0.17",
|
||||
"utf-8",
|
||||
@@ -7274,7 +7274,7 @@ checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
|
||||
dependencies = [
|
||||
"getrandom 0.3.4",
|
||||
"js-sys",
|
||||
"rand 0.9.2",
|
||||
"rand 0.9.3",
|
||||
"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.9.3"
|
||||
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.9.3"
|
||||
ron = "0.12.0"
|
||||
serde = "1.0.228"
|
||||
serde_with = "3.15.0"
|
||||
|
||||
Reference in New Issue
Block a user