File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,29 +5,29 @@ authors = ["SakaDream <bahaimt@gmail.com>"]
55edition = " 2018"
66
77[dependencies ]
8- actix-web = " 3.0.0 "
8+ actix-web = " 3.3.2 "
99actix-rt = " 1.1.1"
1010actix-service = " 1.0.6"
11- actix-cors = " 0.3.0 "
11+ actix-cors = " 0.5.3 "
1212log = " 0.4.11"
13- env_logger = " 0.7.1 "
13+ env_logger = " 0.8.2 "
1414diesel_migrations = " 1.4.0"
15- serde = " 1.0.116 "
16- serde_derive = " 1.0.116 "
17- serde_json = " 1.0.57 "
15+ serde = " 1.0.118 "
16+ serde_derive = " 1.0.118 "
17+ serde_json = " 1.0.60 "
1818dotenv = " 0.15.0"
19- futures = " 0.3.5 "
19+ futures = " 0.3.8 "
2020failure = " 0.1.8"
21- derive_more = " 0.99.10 "
21+ derive_more = " 0.99.11 "
2222jsonwebtoken = " 7.2.0"
23- bcrypt = " 0.8.2 "
23+ bcrypt = " 0.9.0 "
2424
2525[dependencies .diesel ]
2626version = " 1.4.5"
2727features = [" postgres" , " r2d2" , " chrono" ]
2828
2929[dependencies .chrono ]
30- version = " 0.4.15 "
30+ version = " 0.4.19 "
3131features = [" serde" ]
3232
3333[dependencies .uuid ]
You can’t perform that action at this time.
0 commit comments