diff options
| author | Fuwn <[email protected]> | 2022-06-26 16:23:49 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-26 16:23:49 +0000 |
| commit | 30306ff7744350d4ae66920fd590a16a27a2f6f6 (patch) | |
| tree | 2e59a998062da27d8ff1bb02b407cfc20d413dff | |
| parent | build(rust): fix rust channel (diff) | |
| parent | Merge pull request #8 from senpy-club/renovate/getrandom-0.x (diff) | |
| download | archived-api-worker-30306ff7744350d4ae66920fd590a16a27a2f6f6.tar.xz archived-api-worker-30306ff7744350d4ae66920fd590a16a27a2f6f6.zip | |
Merge branch 'main' of https://github.com/senpy-club/api-worker
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ serde_derive = "1.0.136" serde_json = "1.0.79" # Utility -getrandom = { version = "0.2.5", features = ["js"] } +getrandom = { version = "0.2.6", features = ["js"] } rand = "0.8.5" dotenv = "0.15.0" |