remove unused rand dependency (uuid uses getrandom directly)
This commit is contained in:
parent
53bc5a0ddc
commit
1ca6e55b7d
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ serde = { version = "1", features = ["derive"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
bincode = "1"
|
bincode = "1"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
rand = "0.8"
|
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue