File tree Expand file tree Collapse file tree 3 files changed +11
-16
lines changed Expand file tree Collapse file tree 3 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 8585 with :
8686 toolchain : stable
8787
88- - name : Download libpq.lib
89- run : |
90- New-Item -Path "." -Name "libs" -ItemType "directory"
91- Invoke-WebRequest -Uri https://sakadream.me/cloud/index.php/s/JXnJvyjifGBPuR2/download -OutFile libs\libpq.lib
92-
9388 - name : Get temporary secret key
9489 shell : cmd
9590 run : ren src\secret.key.sample secret.key
@@ -127,7 +122,7 @@ jobs:
127122 command : check
128123 args : --release
129124 env :
130- RUSTFLAGS : -L D:\a\actix-web-rest-api-with-jwt\actix-web-rest-api-with-jwt\libs
125+ RUSTFLAGS : -L D:\a\actix-web-rest-api-with-jwt\actix-web-rest-api-with-jwt\libs\windows
131126
132127 - name : Run cargo fmt
133128 uses : actions-rs/cargo@v1
@@ -149,7 +144,7 @@ jobs:
149144 command : build
150145 args : --release
151146 env :
152- RUSTFLAGS : -L D:\a\actix-web-rest-api-with-jwt\actix-web-rest-api-with-jwt\libs
147+ RUSTFLAGS : -L D:\a\actix-web-rest-api-with-jwt\actix-web-rest-api-with-jwt\libs\windows
153148
154149 cicd-macos :
155150 name : CI macOS
Original file line number Diff line number Diff line change @@ -9,25 +9,25 @@ actix-web = "2.0.0"
99actix-rt = " 1.1.1"
1010actix-service = " 1.0.5"
1111actix-cors = " 0.2.0"
12- log = " 0.4.8 "
12+ log = " 0.4.11 "
1313env_logger = " 0.7.1"
1414diesel_migrations = " 1.4.0"
15- serde = " 1.0.111 "
16- serde_derive = " 1.0.111 "
17- serde_json = " 1.0.53 "
15+ serde = " 1.0.114 "
16+ serde_derive = " 1.0.114 "
17+ serde_json = " 1.0.56 "
1818dotenv = " 0.15.0"
1919futures = " 0.3.5"
2020failure = " 0.1.8"
21- derive_more = " 0.99.7 "
22- jsonwebtoken = " 7.1 .0"
23- bcrypt = " 0.8.0 "
21+ derive_more = " 0.99.9 "
22+ jsonwebtoken = " 7.2 .0"
23+ bcrypt = " 0.8.1 "
2424
2525[dependencies .diesel ]
26- version = " 1.4.4 "
26+ version = " 1.4.5 "
2727features = [" postgres" , " r2d2" , " chrono" ]
2828
2929[dependencies .chrono ]
30- version = " 0.4.11 "
30+ version = " 0.4.13 "
3131features = [" serde" ]
3232
3333[dependencies .uuid ]
You can’t perform that action at this time.
0 commit comments