aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-02-02 09:42:05 +0000
committerGitHub <[email protected]>2026-02-02 09:42:05 +0000
commit2f6a47d1d199f5630e57eadd8bf1f5445b2b9bc0 (patch)
treec22e318988d412d314bd175bd2e2cfc6fdf47c73
parentdocs(cargo): bump version 0.2.2 -> 0.2.3 (diff)
downloadapi-worker-renovate/getrandom-0.x.tar.xz
api-worker-renovate/getrandom-0.x.zip
fix(deps): update rust crate getrandom to 0.4.0renovate/getrandom-0.x
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 62c021e..56302b7 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.6", features = ["js"] }
+getrandom = { version = "0.4.0", features = ["js"] }
rand = "0.8.5"
dotenv = "0.15.0"
urlparse = "0.7.3"