Merge pull request 'fix(deps): update rust crate actix-web to 4.1.0' (#31) from renovate/actix-web-4.x into master

Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/31
This commit is contained in:
imlonghao 2022-06-13 01:53:34 +00:00
commit 634160ad86
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -131,9 +131,9 @@ dependencies = [
[[package]]
name = "actix-web"
version = "4.0.1"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4e5ebffd51d50df56a3ae0de0e59487340ca456f05dd0b90c0a7a6dd6a74d31"
checksum = "a27e8fe9ba4ae613c21f677c2cfaf0696c3744030c6f485b34634e502d6bb379"
dependencies = [
"actix-codec",
"actix-http",

View file

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.0.1"
actix-web = "4.1.0"
ansi-to-html = "0.1.0"
anyhow = "1.0.57"
bigdecimal = "0.3.0"