We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d461441 + 44e6303 commit e587440Copy full SHA for e587440
Cargo.toml
@@ -1,20 +1,20 @@
1
[package]
2
name = "actix-web-rest-api-with-jwt"
3
version = "0.1.0"
4
-authors = ["SakaDream <bahaimt@gmail.com>"]
+authors = ["Hai Phan <bahaimt@gmail.com>"]
5
edition = "2018"
6
7
[dependencies]
8
actix-web = "3.3.2"
9
actix-rt = "1.1.1"
10
actix-service = "1.0.6"
11
-actix-cors = "0.5.3"
+actix-cors = "0.5.4"
12
log = "0.4.11"
13
env_logger = "0.8.2"
14
diesel_migrations = "1.4.0"
15
serde = "1.0.118"
16
serde_derive = "1.0.118"
17
-serde_json = "1.0.60"
+serde_json = "1.0.61"
18
dotenv = "0.15.0"
19
futures = "0.3.8"
20
failure = "0.1.8"
act/actions-rs-toolchain@v1
@@ -0,0 +1 @@
+Subproject commit 16499b5e05bf2e26879000db0c1d13f7e13fa3af
0 commit comments