fix(deps): update rust crate actix-web to 4.1.0

This commit is contained in:
renovatebot 2022-06-11 16:00:25 +00:00 committed by Kuoi
parent 4e77747017
commit 10daa1a404
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"