File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -5,31 +5,31 @@ authors = ["SakaDream <bahaimt@gmail.com>"]
55edition = " 2018"
66
77[dependencies ]
8- actix-web = " 1.0.5 "
9- actix-rt = " 0.2.4 "
10- actix-service = " 0.4.1 "
8+ actix-web = " 1.0.8 "
9+ actix-rt = " 0.2.5 "
10+ actix-service = " 0.4.2 "
1111log = " 0.4.8"
12- env_logger = " 0.6.2 "
12+ env_logger = " 0.7.1 "
1313diesel_migrations = " 1.4.0"
14- serde = " 1.0.99 "
15- serde_derive = " 1.0.99 "
16- serde_json = " 1.0.40 "
17- dotenv = " 0.14.1 "
18- futures = " 0.1.28 "
19- failure = " 0.1.5 "
14+ serde = " 1.0.102 "
15+ serde_derive = " 1.0.102 "
16+ serde_json = " 1.0.41 "
17+ dotenv = " 0.15.0 "
18+ futures = " 0.1.29 "
19+ failure = " 0.1.6 "
2020derive_more = " 0.15.0"
2121jsonwebtoken = " 6.0.1"
22- bcrypt = " 0.5.0 "
22+ bcrypt = " 0.6.1 "
2323time = " 0.1.42"
2424
2525[dependencies .diesel ]
26- version = " 1.4.2 "
26+ version = " 1.4.3 "
2727features = [" postgres" , " r2d2" , " chrono" ]
2828
2929[dependencies .chrono ]
30- version = " 0.4.7 "
30+ version = " 0.4.9 "
3131features = [" serde" ]
3232
3333[dependencies .uuid ]
34- version = " 0.7.4 "
34+ version = " 0.8.1 "
3535features = [" v4" ]
You can’t perform that action at this time.
0 commit comments