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

Reviewed-on: https://git.esd.cc/imlonghao/archlinuxcn-packages/pulls/13
This commit is contained in:
imlonghao 2022-02-27 14:16:15 +00:00
commit 7810fbd8e1
2 changed files with 34 additions and 19 deletions

51
Cargo.lock generated
View file

@ -20,9 +20,9 @@ dependencies = [
[[package]]
name = "actix-codec"
version = "0.4.2"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a36c014a3e811624313b51a227b775ecba55d36ef9462bbaac7d4f13e54c9271"
checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
dependencies = [
"bitflags",
"bytes 1.1.0",
@ -32,7 +32,7 @@ dependencies = [
"memchr",
"pin-project-lite 0.2.8",
"tokio 1.15.0",
"tokio-util 0.6.9",
"tokio-util 0.7.0",
]
[[package]]
@ -101,11 +101,11 @@ dependencies = [
[[package]]
name = "actix-http"
version = "3.0.0-rc.2"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb0185d65352deeea60d92231708068c04dc64f1ab307a1a307206a47d5a45d3"
checksum = "0f3fdd63b9cfeaf92eeeece719dabbddddb420a57d3fd171ce1490ecfb7086b1"
dependencies = [
"actix-codec 0.4.2",
"actix-codec 0.5.0",
"actix-rt 2.6.0",
"actix-service 2.0.2",
"actix-utils 3.0.0",
@ -171,9 +171,9 @@ dependencies = [
[[package]]
name = "actix-router"
version = "0.5.0-rc.3"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb6506dbef336634ff35d994d58daa0a412ea23751f15f9b4dcac4d594b1ed1f"
checksum = "eb60846b52c118f2f04a56cc90880a274271c489b2498623d58176f8ca21fa80"
dependencies = [
"bytestring",
"firestorm",
@ -379,21 +379,22 @@ dependencies = [
[[package]]
name = "actix-web"
version = "4.0.0-rc.3"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83e3c85bc4116b69913b03f16cff8cade1212508fcd321847d9cfe3d3e41f991"
checksum = "f4e5ebffd51d50df56a3ae0de0e59487340ca456f05dd0b90c0a7a6dd6a74d31"
dependencies = [
"actix-codec 0.4.2",
"actix-http 3.0.0-rc.2",
"actix-codec 0.5.0",
"actix-http 3.0.0",
"actix-macros 0.2.3",
"actix-router 0.5.0-rc.3",
"actix-router 0.5.0",
"actix-rt 2.6.0",
"actix-server 2.0.0",
"actix-service 2.0.2",
"actix-utils 3.0.0",
"actix-web-codegen 0.5.0-rc.2",
"actix-web-codegen 4.0.0",
"ahash",
"bytes 1.1.0",
"bytestring",
"cfg-if 1.0.0",
"cookie 0.16.0",
"derive_more",
@ -429,11 +430,11 @@ dependencies = [
[[package]]
name = "actix-web-codegen"
version = "0.5.0-rc.2"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d0976042e6ddc82c7d0dedd64d39959bc26d9bba098b2f6c32a73fbef784eaf"
checksum = "7525bedf54704abb1d469e88d7e7e9226df73778798a69cea5022d53b2ae91bc"
dependencies = [
"actix-router 0.5.0-rc.3",
"actix-router 0.5.0",
"proc-macro2",
"quote",
"syn",
@ -509,7 +510,7 @@ checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd"
name = "archlinuxcn-packages"
version = "0.2.6"
dependencies = [
"actix-web 4.0.0-rc.3",
"actix-web 4.0.1",
"ansi-to-html",
"anyhow",
"bigdecimal",
@ -2921,6 +2922,20 @@ dependencies = [
"tokio 1.15.0",
]
[[package]]
name = "tokio-util"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64910e1b9c1901aaf5375561e35b9c057d95ff41a44ede043a03e09279eabaf1"
dependencies = [
"bytes 1.1.0",
"futures-core",
"futures-sink",
"log",
"pin-project-lite 0.2.8",
"tokio 1.15.0",
]
[[package]]
name = "tower-service"
version = "0.3.1"

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.0-rc.3"
actix-web = "4.0.1"
ansi-to-html = "0.1.0"
anyhow = "1.0.55"
bigdecimal = "0.3.0"