File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,6 @@ Cargo.lock
2424# Extras
2525.env
2626/src /secret.key
27+ /act /
2728
2829# End of https://www.gitignore.io/api/rust,code
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ edition = "2018"
66
77[dependencies ]
88actix-web = " 3.3.2"
9- actix-rt = " 1.1.1 "
9+ actix-rt = " 2.0.2 "
1010actix-service = " 1.0.6"
1111actix-cors = " 0.5.4"
12- log = " 0.4.11 "
13- env_logger = " 0.8.2 "
12+ log = " 0.4.14 "
13+ env_logger = " 0.8.3 "
1414diesel_migrations = " 1.4.0"
15- serde = " 1.0.118 "
16- serde_derive = " 1.0.118 "
17- serde_json = " 1.0.61 "
15+ serde = " 1.0.123 "
16+ serde_derive = " 1.0.123 "
17+ serde_json = " 1.0.62 "
1818dotenv = " 0.15.0"
19- futures = " 0.3.8 "
19+ futures = " 0.3.12 "
2020failure = " 0.1.8"
2121derive_more = " 0.99.11"
2222jsonwebtoken = " 7.2.0"
@@ -31,7 +31,7 @@ version = "0.4.19"
3131features = [" serde" ]
3232
3333[dependencies .uuid ]
34- version = " 0.8.1 "
34+ version = " 0.8.2 "
3535features = [" v4" ]
3636
3737[dev-dependencies .diesel ]
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments