diff options
| author | Fuwn <[email protected]> | 2022-03-08 02:27:32 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-08 02:27:32 -0800 |
| commit | 45ee683fc34fe6843ce98a7efc084dc1ee54a8c4 (patch) | |
| tree | 34fb3553e535b76484c1f997597845a2fb8b8098 | |
| parent | Merge pull request #3 from senpy-club/renovate/cfg-if-1.x (diff) | |
| parent | fix(deps): update rust crate rand to 0.8.5 (diff) | |
| download | api-worker-45ee683fc34fe6843ce98a7efc084dc1ee54a8c4.tar.xz api-worker-45ee683fc34fe6843ce98a7efc084dc1ee54a8c4.zip | |
Merge pull request #2 from senpy-club/renovate/rand-0.x
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 |