File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,24 +6,24 @@ edition = "2018"
66
77[dependencies ]
88actix-web = " 2.0.0"
9- actix-rt = " 1.0.0 "
9+ actix-rt = " 1.1.1 "
1010actix-service = " 1.0.5"
1111actix-cors = " 0.2.0"
1212log = " 0.4.8"
1313env_logger = " 0.7.1"
1414diesel_migrations = " 1.4.0"
15- serde = " 1.0.104 "
16- serde_derive = " 1.0.104 "
17- serde_json = " 1.0.48 "
15+ serde = " 1.0.111 "
16+ serde_derive = " 1.0.111 "
17+ serde_json = " 1.0.53 "
1818dotenv = " 0.15.0"
19- futures = " 0.3.4 "
20- failure = " 0.1.7 "
21- derive_more = " 0.99.3 "
19+ futures = " 0.3.5 "
20+ failure = " 0.1.8 "
21+ derive_more = " 0.99.7 "
2222jsonwebtoken = " 7.1.0"
23- bcrypt = " 0.6.2 "
23+ bcrypt = " 0.8.0 "
2424
2525[dependencies .diesel ]
26- version = " 1.4.3 "
26+ version = " 1.4.4 "
2727features = [" postgres" , " r2d2" , " chrono" ]
2828
2929[dependencies .chrono ]
You can’t perform that action at this time.
0 commit comments