diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-02-08 13:58:14 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-08 13:58:14 +0000 |
| commit | 26bb7dfce4096e407a194a0b1bc81d138500ba40 (patch) | |
| tree | ea8c9f4800d6a3698523ffed68c6bc1e5cb88d15 | |
| parent | docs(cargo): bump version 0.2.2 -> 0.2.3 (diff) | |
| download | api-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |