Update Rust crate rand to 0.8.1

This commit is contained in:
Renovate Bot
2021-01-06 19:49:18 +00:00
parent a89e149be6
commit 7e80de4233

View File

@@ -15,7 +15,7 @@ keywords = ["radius", "async"]
[dependencies]
md5 = "0.7.0"
chrono = "0.4"
rand = "0.7.3"
rand = "0.8.1"
num_enum = "0.5.1"
thiserror = "1.0"
log = "0.4.11"