deltachat-ffi: update rand to 0.8.5

This commit is contained in:
link2xt
2023-03-20 09:57:40 +00:00
parent 043ae48806
commit 238570a7b9
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -1288,7 +1288,7 @@ dependencies = [
"libc",
"num-traits",
"once_cell",
"rand 0.7.3",
"rand 0.8.5",
"serde_json",
"thiserror",
"tokio",

View File

@@ -23,7 +23,7 @@ serde_json = "1.0"
tokio = { version = "1", features = ["rt-multi-thread"] }
anyhow = "1"
thiserror = "1"
rand = "0.7"
rand = "0.8"
once_cell = "1.17.0"
[features]