Skip to content

Commit

Permalink
Update actix-web.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Palmieri committed Sep 11, 2021
1 parent 50a5814 commit 2fc300b
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 49 deletions.
100 changes: 54 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ path = "src/main.rs"
name = "zero2prod"

[dependencies]
actix-http = "=3.0.0-beta.9"
actix-web = "=4.0.0-beta.8"
actix-http = "=3.0.0-beta.10"
actix-web = "=4.0.0-beta.9"

serde = "1.0.115"
config = { version = "0.10.1", default-features = false, features = ["yaml"] }
Expand All @@ -32,7 +32,7 @@ serde-aux = "1.0.1"
unicode-segmentation = "1.7.1"
validator = "0.12.0"
rand = { version = "0.8", features= ["std_rng"] }
tracing-actix-web = "0.4.0-beta.8"
tracing-actix-web = "0.4.0-beta.12"
anyhow = "1.0.40"
base64 = "0.13.0"
argon2 = { version = "0.3", features = ["std"] }
Expand Down

0 comments on commit 2fc300b

Please sign in to comment.