rand cargo.lock

This commit is contained in:
aniketfuryrocks 2023-03-17 10:19:14 +05:30
parent 5fbc9c1c37
commit 976265de41
No known key found for this signature in database
GPG Key ID: FA6BFCFAA7D4B764
1 changed files with 1 additions and 10 deletions

11
Cargo.lock generated
View File

@ -381,13 +381,13 @@ dependencies = [
"csv",
"dirs",
"log",
"rand 0.8.5",
"serde",
"serde_json",
"solana-rpc-client",
"solana-sdk 1.15.0",
"tokio",
"tracing-subscriber",
"uuid",
]
[[package]]
@ -5233,15 +5233,6 @@ version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "uuid"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
dependencies = [
"getrandom 0.2.8",
]
[[package]]
name = "valuable"
version = "0.1.0"