aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2020-06-20 15:14:35 -0400
committerNathan Perry <np@nathanperry.dev>2020-06-20 15:14:35 -0400
commit7cd17b04f7422dcce1410ec26922cba161cd6e0d (patch)
tree978f8d9e506cfb0f0c4852d9a726122157f803c2 /Cargo.toml
parenteca7b5c981650217bc259329e2687df44f3845c0 (diff)
fix user id parsing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3761c2b..169025e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"