diff options
| author | Renovate Bot <[email protected]> | 2022-03-08 10:13:30 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-03-08 10:13:30 +0000 |
| commit | 27f43d4f2d55997415d46c7c4d18fdfe70405aff (patch) | |
| tree | 602c368ce30ba1917f3189f673ed76fbe32763aa | |
| parent | Merge pull request #1 from senpy-club/renovate/configure (diff) | |
| download | api-worker-27f43d4f2d55997415d46c7c4d18fdfe70405aff.tar.xz api-worker-27f43d4f2d55997415d46c7c4d18fdfe70405aff.zip | |
fix(deps): update rust crate rand to 0.8.5
| -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.5", features = ["js"] } -rand = "0.8.3" +rand = "0.8.5" dotenv = "0.15.0" # Worker |