aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-26 16:23:49 -0700
committerFuwn <[email protected]>2022-06-26 16:23:49 -0700
commit5c9d063b9145edc87225dd7de2bd47980702ea5b (patch)
tree2e59a998062da27d8ff1bb02b407cfc20d413dff
parentbuild(rust): fix rust channel (diff)
parentMerge pull request #8 from senpy-club/renovate/getrandom-0.x (diff)
downloadapi-worker-5c9d063b9145edc87225dd7de2bd47980702ea5b.tar.xz
api-worker-5c9d063b9145edc87225dd7de2bd47980702ea5b.zip
Merge branch 'main' of https://github.com/senpy-club/api-worker
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 683abe6..0cf1dd4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ serde_derive = "1.0.136"
serde_json = "1.0.79"
# Utility
-getrandom = { version = "0.2.5", features = ["js"] }
+getrandom = { version = "0.2.6", features = ["js"] }
rand = "0.8.5"
dotenv = "0.15.0"