mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
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:
commit
634160ad86
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue