aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-03-08 10:13:30 +0000
committerRenovate Bot <[email protected]>2022-03-08 10:13:30 +0000
commit27f43d4f2d55997415d46c7c4d18fdfe70405aff (patch)
tree602c368ce30ba1917f3189f673ed76fbe32763aa
parentMerge pull request #1 from senpy-club/renovate/configure (diff)
downloadapi-worker-27f43d4f2d55997415d46c7c4d18fdfe70405aff.tar.xz
api-worker-27f43d4f2d55997415d46c7c4d18fdfe70405aff.zip
fix(deps): update rust crate rand to 0.8.5
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 38671b9..6e333cc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ serde_json = "1.0.79"
# Utility
getrandom = { version = "0.2.5", features = ["js"] }
-rand = "0.8.3"
+rand = "0.8.5"
dotenv = "0.15.0"
# Worker