fix(deps): update rust crate actix-web to 4.0.0-rc.2

This commit is contained in:
renovatebot 2022-02-02 04:00:25 +00:00
parent 2c52b043bd
commit c8464417c6
2 changed files with 14 additions and 15 deletions

27
Cargo.lock generated
View file

@ -101,9 +101,9 @@ dependencies = [
[[package]] [[package]]
name = "actix-http" name = "actix-http"
version = "3.0.0-beta.19" version = "3.0.0-rc.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae58d21721388ea9b2cd0d4c11756b0f34424cdcd6e5cc74c3ce37b4641c8af0" checksum = "08aac516b88cb8cfbfa834c76b58607ffac75946d947dcb6a9ffc5673e1e875d"
dependencies = [ dependencies = [
"actix-codec 0.4.2", "actix-codec 0.4.2",
"actix-rt 2.6.0", "actix-rt 2.6.0",
@ -171,9 +171,9 @@ dependencies = [
[[package]] [[package]]
name = "actix-router" name = "actix-router"
version = "0.5.0-rc.2" version = "0.5.0-rc.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e0b59ad08167ffbb686ddb495846707231e96908b829b1fc218198ec581e2ad" checksum = "cb6506dbef336634ff35d994d58daa0a412ea23751f15f9b4dcac4d594b1ed1f"
dependencies = [ dependencies = [
"bytestring", "bytestring",
"firestorm", "firestorm",
@ -204,7 +204,6 @@ version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdf3f2183be1241ed4dd22611850b85d38de0b08a09f1f7bcccbd0809084b359" checksum = "cdf3f2183be1241ed4dd22611850b85d38de0b08a09f1f7bcccbd0809084b359"
dependencies = [ dependencies = [
"actix-macros 0.2.3",
"futures-core", "futures-core",
"tokio 1.15.0", "tokio 1.15.0",
] ]
@ -380,19 +379,19 @@ dependencies = [
[[package]] [[package]]
name = "actix-web" name = "actix-web"
version = "4.0.0-beta.21" version = "4.0.0-rc.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "606fc29a9bde2907243086ceb93ce56df7584276c2c46abc64a524f645c63c5e" checksum = "73170d019de2d82c0d826c1f315c3106134bd764e9247505ba6f0d78d22dfe9e"
dependencies = [ dependencies = [
"actix-codec 0.4.2", "actix-codec 0.4.2",
"actix-http 3.0.0-beta.19", "actix-http 3.0.0-rc.1",
"actix-macros 0.2.3", "actix-macros 0.2.3",
"actix-router 0.5.0-rc.2", "actix-router 0.5.0-rc.3",
"actix-rt 2.6.0", "actix-rt 2.6.0",
"actix-server 2.0.0", "actix-server 2.0.0",
"actix-service 2.0.2", "actix-service 2.0.2",
"actix-utils 3.0.0", "actix-utils 3.0.0",
"actix-web-codegen 0.5.0-rc.1", "actix-web-codegen 0.5.0-rc.2",
"ahash", "ahash",
"bytes 1.1.0", "bytes 1.1.0",
"cfg-if 1.0.0", "cfg-if 1.0.0",
@ -430,11 +429,11 @@ dependencies = [
[[package]] [[package]]
name = "actix-web-codegen" name = "actix-web-codegen"
version = "0.5.0-rc.1" version = "0.5.0-rc.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98a793e4a7bd059e06e1bc1bd9943b57a47f806de3599d2437441682292c333e" checksum = "4d0976042e6ddc82c7d0dedd64d39959bc26d9bba098b2f6c32a73fbef784eaf"
dependencies = [ dependencies = [
"actix-router 0.5.0-rc.2", "actix-router 0.5.0-rc.3",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn", "syn",
@ -510,7 +509,7 @@ checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
name = "archlinuxcn-packages" name = "archlinuxcn-packages"
version = "0.2.5" version = "0.2.5"
dependencies = [ dependencies = [
"actix-web 4.0.0-beta.21", "actix-web 4.0.0-rc.2",
"ansi-to-html", "ansi-to-html",
"anyhow", "anyhow",
"bigdecimal", "bigdecimal",

View file

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