diff options
| author | Fuwn <[email protected]> | 2022-06-26 16:23:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-26 16:23:49 -0700 |
| commit | 5c9d063b9145edc87225dd7de2bd47980702ea5b (patch) | |
| tree | 2e59a998062da27d8ff1bb02b407cfc20d413dff | |
| parent | build(rust): fix rust channel (diff) | |
| parent | Merge pull request #8 from senpy-club/renovate/getrandom-0.x (diff) | |
| download | api-worker-5c9d063b9145edc87225dd7de2bd47980702ea5b.tar.xz api-worker-5c9d063b9145edc87225dd7de2bd47980702ea5b.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" |