diff options
| author | Nathan Perry <np@nathanperry.dev> | 2020-06-20 15:14:35 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2020-06-20 15:14:35 -0400 |
| commit | 7cd17b04f7422dcce1410ec26922cba161cd6e0d (patch) | |
| tree | 978f8d9e506cfb0f0c4852d9a726122157f803c2 /Cargo.toml | |
| parent | eca7b5c981650217bc259329e2687df44f3845c0 (diff) | |
fix user id parsing
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ db = ["diesel", "postgres", "r2d2_postgres"] games = [] [dependencies] -lazy_static = "~1.3" +lazy_static = "~1.4" anyhow = "^1.0" thiserror = "^1.0" log = "^0.4" |
