Skip to content

Commit bb25476

Browse files
authored
Merge pull request #19 from SakaDream/update-dependencies
update-dependencies
2 parents 5ffe630 + b212897 commit bb25476

File tree

3 files changed

+11
-16
lines changed

3 files changed

+11
-16
lines changed

.github/workflows/ci_action.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ jobs:
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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ actix-web = "2.0.0"
99
actix-rt = "1.1.1"
1010
actix-service = "1.0.5"
1111
actix-cors = "0.2.0"
12-
log = "0.4.8"
12+
log = "0.4.11"
1313
env_logger = "0.7.1"
1414
diesel_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"
1818
dotenv = "0.15.0"
1919
futures = "0.3.5"
2020
failure = "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"
2727
features = ["postgres", "r2d2", "chrono"]
2828

2929
[dependencies.chrono]
30-
version = "0.4.11"
30+
version = "0.4.13"
3131
features = ["serde"]
3232

3333
[dependencies.uuid]

libs/windows/libpq.lib

34 KB
Binary file not shown.

0 commit comments

Comments
 (0)