aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-08 02:27:32 -0800
committerGitHub <[email protected]>2022-03-08 02:27:32 -0800
commit45ee683fc34fe6843ce98a7efc084dc1ee54a8c4 (patch)
tree34fb3553e535b76484c1f997597845a2fb8b8098
parentMerge pull request #3 from senpy-club/renovate/cfg-if-1.x (diff)
parentfix(deps): update rust crate rand to 0.8.5 (diff)
downloadapi-worker-45ee683fc34fe6843ce98a7efc084dc1ee54a8c4.tar.xz
api-worker-45ee683fc34fe6843ce98a7efc084dc1ee54a8c4.zip
Merge pull request #2 from senpy-club/renovate/rand-0.x
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 5ae5b98..99774f3 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