aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2026-02-08 13:58:14 +0000
committerGitHub <[email protected]>2026-02-08 13:58:14 +0000
commit26bb7dfce4096e407a194a0b1bc81d138500ba40 (patch)
treeea8c9f4800d6a3698523ffed68c6bc1e5cb88d15
parentdocs(cargo): bump version 0.2.2 -> 0.2.3 (diff)
downloadapi-worker-renovate/rand-0.x.tar.xz
api-worker-renovate/rand-0.x.zip
fix(deps): update rust crate rand to 0.10.0renovate/rand-0.x
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 62c021e..22626a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ serde_json = "1.0.79"
# Utility
getrandom = { version = "0.2.6", features = ["js"] }
-rand = "0.8.5"
+rand = "0.10.0"
dotenv = "0.15.0"
urlparse = "0.7.3"