chore(deps): bump rand from 0.9.2 to 0.9.3 in /desktop/src-tauri #2
Generated
+8
-8
@@ -1094,7 +1094,7 @@ dependencies = [
|
|||||||
"dirs 6.0.0",
|
"dirs 6.0.0",
|
||||||
"keyring",
|
"keyring",
|
||||||
"log",
|
"log",
|
||||||
"rand 0.9.2",
|
"rand 0.9.3",
|
||||||
"ron",
|
"ron",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_with",
|
"serde_with",
|
||||||
@@ -1399,7 +1399,7 @@ dependencies = [
|
|||||||
"page_size",
|
"page_size",
|
||||||
"parking_lot 0.12.5",
|
"parking_lot 0.12.5",
|
||||||
"process",
|
"process",
|
||||||
"rand 0.9.2",
|
"rand 0.9.3",
|
||||||
"rayon",
|
"rayon",
|
||||||
"regex",
|
"regex",
|
||||||
"remote",
|
"remote",
|
||||||
@@ -3216,7 +3216,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.3",
|
||||||
"serde",
|
"serde",
|
||||||
"serde-value",
|
"serde-value",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
@@ -4616,7 +4616,7 @@ dependencies = [
|
|||||||
"bytes",
|
"bytes",
|
||||||
"getrandom 0.3.4",
|
"getrandom 0.3.4",
|
||||||
"lru-slab",
|
"lru-slab",
|
||||||
"rand 0.9.2",
|
"rand 0.9.3",
|
||||||
"ring",
|
"ring",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"rustls",
|
"rustls",
|
||||||
@@ -4684,9 +4684,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rand"
|
name = "rand"
|
||||||
version = "0.9.2"
|
version = "0.9.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rand_chacha 0.9.0",
|
"rand_chacha 0.9.0",
|
||||||
"rand_core 0.9.5",
|
"rand_core 0.9.5",
|
||||||
@@ -7073,7 +7073,7 @@ dependencies = [
|
|||||||
"http 1.4.0",
|
"http 1.4.0",
|
||||||
"httparse",
|
"httparse",
|
||||||
"log",
|
"log",
|
||||||
"rand 0.9.2",
|
"rand 0.9.3",
|
||||||
"sha1",
|
"sha1",
|
||||||
"thiserror 2.0.17",
|
"thiserror 2.0.17",
|
||||||
"utf-8",
|
"utf-8",
|
||||||
@@ -7274,7 +7274,7 @@ checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"getrandom 0.3.4",
|
"getrandom 0.3.4",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"rand 0.9.2",
|
"rand 0.9.3",
|
||||||
"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.9.3"
|
||||||
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.9.3"
|
||||||
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