File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,27 +7,27 @@ edition = "2018"
77[dependencies ]
88actix-web = " 2.0.0"
99actix-rt = " 1.1.1"
10- actix-service = " 1.0.5 "
10+ actix-service = " 1.0.6 "
1111actix-cors = " 0.2.0"
1212log = " 0.4.11"
1313env_logger = " 0.7.1"
1414diesel_migrations = " 1.4.0"
15- serde = " 1.0.114 "
16- serde_derive = " 1.0.114 "
17- serde_json = " 1.0.56 "
15+ serde = " 1.0.115 "
16+ serde_derive = " 1.0.115 "
17+ serde_json = " 1.0.57 "
1818dotenv = " 0.15.0"
1919futures = " 0.3.5"
2020failure = " 0.1.8"
2121derive_more = " 0.99.9"
2222jsonwebtoken = " 7.2.0"
23- bcrypt = " 0.8.1 "
23+ bcrypt = " 0.8.2 "
2424
2525[dependencies .diesel ]
2626version = " 1.4.5"
2727features = [" postgres" , " r2d2" , " chrono" ]
2828
2929[dependencies .chrono ]
30- version = " 0.4.13 "
30+ version = " 0.4.15 "
3131features = [" serde" ]
3232
3333[dependencies .uuid ]
You can’t perform that action at this time.
0 commit comments