Skip to content

Commit

Permalink
Upgrade to actix-web 4.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
HitomiTenshi committed Nov 21, 2021
1 parent d7d707f commit 2d00162
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 74 deletions.
129 changes: 56 additions & 73 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
actix-multipart = "0.4.0-beta.7"
actix-web = { version = "4.0.0-beta.10", default-features = false }
actix-web = { version = "4.0.0-beta.11", default-features = false }
async-recursion = "0.3"
clap = { git = "https://github.com/clap-rs/clap", default-features = false, features = ["color", "env", "regex", "std", "suggestions", "wrap_help", "yaml"] }
derive_more = { version = "0.99", default-features = false, features = ["display", "error"] }
Expand Down

0 comments on commit 2d00162

Please sign in to comment.