Skip to content

Commit 44e6303

Browse files
committed
👋2020, 🎉2021!
1 parent d461441 commit 44e6303

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[package]
22
name = "actix-web-rest-api-with-jwt"
33
version = "0.1.0"
4-
authors = ["SakaDream <bahaimt@gmail.com>"]
4+
authors = ["Hai Phan <bahaimt@gmail.com>"]
55
edition = "2018"
66

77
[dependencies]
88
actix-web = "3.3.2"
99
actix-rt = "1.1.1"
1010
actix-service = "1.0.6"
11-
actix-cors = "0.5.3"
11+
actix-cors = "0.5.4"
1212
log = "0.4.11"
1313
env_logger = "0.8.2"
1414
diesel_migrations = "1.4.0"
1515
serde = "1.0.118"
1616
serde_derive = "1.0.118"
17-
serde_json = "1.0.60"
17+
serde_json = "1.0.61"
1818
dotenv = "0.15.0"
1919
futures = "0.3.8"
2020
failure = "0.1.8"

act/actions-rs-toolchain@v1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 16499b5e05bf2e26879000db0c1d13f7e13fa3af

0 commit comments

Comments
 (0)