aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-03-07 10:39:59 +0000
committerRenovate Bot <[email protected]>2022-03-07 10:39:59 +0000
commitdac5fe53fda42de79a843afb6a93f8f790a5e15a (patch)
tree19ead51c9f26d4aeaed1314ca7ca9e1388661920
parentfix(utils): user agent ban? (diff)
downloadapi-renovate/rand-0.x.tar.xz
api-renovate/rand-0.x.zip
fix(deps): update rust crate rand to 0.8.5renovate/rand-0.x
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2bbc990..227020e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ serde = "1.0.125"
serde_derive = "1.0.125"
# Utility
-rand = "0.8.3"
+rand = "0.8.5"
dotenv = "0.15.0"
# Web