mirror of
https://github.com/shadowsocks/shadowsocks-rust.git
synced 2026-02-09 01:59:16 +08:00
fix(deps): update rust crate rand to v0.9.2
This commit is contained in:
20
Cargo.lock
generated
20
Cargo.lock
generated
@@ -410,7 +410,7 @@ dependencies = [
|
||||
"indexmap",
|
||||
"js-sys",
|
||||
"once_cell",
|
||||
"rand 0.9.1",
|
||||
"rand 0.9.2",
|
||||
"serde",
|
||||
"serde_bytes",
|
||||
"serde_json",
|
||||
@@ -1419,7 +1419,7 @@ dependencies = [
|
||||
"once_cell",
|
||||
"pin-project-lite",
|
||||
"quinn",
|
||||
"rand 0.9.1",
|
||||
"rand 0.9.2",
|
||||
"ring",
|
||||
"rustls",
|
||||
"serde",
|
||||
@@ -1446,7 +1446,7 @@ dependencies = [
|
||||
"once_cell",
|
||||
"parking_lot",
|
||||
"quinn",
|
||||
"rand 0.9.1",
|
||||
"rand 0.9.2",
|
||||
"resolv-conf",
|
||||
"rustls",
|
||||
"serde",
|
||||
@@ -2718,7 +2718,7 @@ dependencies = [
|
||||
"bytes",
|
||||
"getrandom 0.3.3",
|
||||
"lru-slab",
|
||||
"rand 0.9.1",
|
||||
"rand 0.9.2",
|
||||
"ring",
|
||||
"rustc-hash 2.1.1",
|
||||
"rustls",
|
||||
@@ -2778,9 +2778,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rand"
|
||||
version = "0.9.1"
|
||||
version = "0.9.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
|
||||
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
||||
dependencies = [
|
||||
"rand_chacha 0.9.0",
|
||||
"rand_core 0.9.3",
|
||||
@@ -3352,7 +3352,7 @@ dependencies = [
|
||||
"notify",
|
||||
"percent-encoding",
|
||||
"pin-project",
|
||||
"rand 0.9.1",
|
||||
"rand 0.9.2",
|
||||
"sealed",
|
||||
"sendfd",
|
||||
"serde",
|
||||
@@ -3390,7 +3390,7 @@ dependencies = [
|
||||
"ghash",
|
||||
"hkdf",
|
||||
"md-5",
|
||||
"rand 0.9.1",
|
||||
"rand 0.9.2",
|
||||
"ring-compat",
|
||||
"sha1",
|
||||
"sm4",
|
||||
@@ -3419,7 +3419,7 @@ dependencies = [
|
||||
"log4rs",
|
||||
"mimalloc",
|
||||
"qrcode",
|
||||
"rand 0.9.1",
|
||||
"rand 0.9.2",
|
||||
"reqwest",
|
||||
"rpassword",
|
||||
"rpmalloc",
|
||||
@@ -3468,7 +3468,7 @@ dependencies = [
|
||||
"native-tls",
|
||||
"nix",
|
||||
"pin-project",
|
||||
"rand 0.9.1",
|
||||
"rand 0.9.2",
|
||||
"regex",
|
||||
"rocksdb",
|
||||
"rustls-native-certs",
|
||||
|
||||
Reference in New Issue
Block a user