Bump actix-rt from 1.1.1 to 2.2.0

Bumps [actix-rt](https://github.com/actix/actix-net) from 1.1.1 to 2.2.0.
- [Release notes](https://github.com/actix/actix-net/releases)
- [Commits](https://github.com/actix/actix-net/compare/rt-1.1.1...rt-v2.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-30 07:43:11 +00:00 committed by GitHub
parent 74041221e7
commit 695785116d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 92 additions and 24 deletions

114
Cargo.lock generated
View file

@ -12,7 +12,7 @@ dependencies = [
"futures-sink",
"log",
"pin-project 0.4.27",
"tokio",
"tokio 0.2.23",
"tokio-util",
]
@ -23,7 +23,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "177837a10863f15ba8d3ae3ec12fac1099099529ed20083a27fdfe247381d0dc"
dependencies = [
"actix-codec",
"actix-rt",
"actix-rt 1.1.1",
"actix-service",
"actix-utils",
"derive_more",
@ -43,7 +43,7 @@ checksum = "452299e87817ae5673910e53c243484ca38be3828db819b6011736fc6982e874"
dependencies = [
"actix-codec",
"actix-connect",
"actix-rt",
"actix-rt 1.1.1",
"actix-service",
"actix-threadpool",
"actix-utils",
@ -92,6 +92,16 @@ dependencies = [
"syn",
]
[[package]]
name = "actix-macros"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbcb2b608f0accc2f5bcf3dd872194ce13d94ee45b571487035864cf966b04ef"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "actix-router"
version = "0.2.5"
@ -111,13 +121,24 @@ version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "143fcc2912e0d1de2bcf4e2f720d2a60c28652ab4179685a1ee159e0fb3db227"
dependencies = [
"actix-macros",
"actix-macros 0.1.2",
"actix-threadpool",
"copyless",
"futures-channel",
"futures-util",
"smallvec",
"tokio",
"tokio 0.2.23",
]
[[package]]
name = "actix-rt"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc7d7cd957c9ed92288a7c3c96af81fa5291f65247a76a34dac7b6af74e52ba0"
dependencies = [
"actix-macros 0.2.0",
"futures-core",
"tokio 1.4.0",
]
[[package]]
@ -127,13 +148,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45407e6e672ca24784baa667c5d32ef109ccdd8d5e0b5ebb9ef8a67f4dfb708e"
dependencies = [
"actix-codec",
"actix-rt",
"actix-rt 1.1.1",
"actix-service",
"actix-utils",
"futures-channel",
"futures-util",
"log",
"mio",
"mio 0.6.22",
"mio-uds",
"num_cpus",
"slab",
@ -156,8 +177,8 @@ version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47239ca38799ab74ee6a8a94d1ce857014b2ac36f242f70f3f75a66f691e791c"
dependencies = [
"actix-macros",
"actix-rt",
"actix-macros 0.1.2",
"actix-rt 1.1.1",
"actix-server",
"actix-service",
"log",
@ -198,7 +219,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9022dec56632d1d7979e59af14f0597a28a830a9c1c7fec8b2327eb9f16b5a"
dependencies = [
"actix-codec",
"actix-rt",
"actix-rt 1.1.1",
"actix-service",
"bitflags",
"bytes",
@ -219,9 +240,9 @@ checksum = "3a89a7b133e734f6d1e555502d450408ae04105826aef7e3605019747d3ac732"
dependencies = [
"actix-codec",
"actix-http",
"actix-macros",
"actix-macros 0.1.2",
"actix-router",
"actix-rt",
"actix-rt 1.1.1",
"actix-server",
"actix-service",
"actix-testing",
@ -362,7 +383,7 @@ checksum = "e9056f5e27b0d56bedd82f78eceaba0bcddcbbcbbefae3cd0a53994b28c96ff5"
dependencies = [
"actix-codec",
"actix-http",
"actix-rt",
"actix-rt 1.1.1",
"actix-service",
"base64",
"bytes",
@ -1003,7 +1024,7 @@ dependencies = [
"http",
"indexmap",
"slab",
"tokio",
"tokio 0.2.23",
"tokio-util",
"tracing",
"tracing-futures",
@ -1183,9 +1204,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.80"
version = "0.2.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7"
[[package]]
name = "linked-hash-map"
@ -1290,12 +1311,25 @@ dependencies = [
"kernel32-sys",
"libc",
"log",
"miow",
"miow 0.2.2",
"net2",
"slab",
"winapi 0.2.8",
]
[[package]]
name = "mio"
version = "0.7.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956"
dependencies = [
"libc",
"log",
"miow 0.3.7",
"ntapi",
"winapi 0.3.9",
]
[[package]]
name = "mio-uds"
version = "0.6.8"
@ -1304,7 +1338,7 @@ checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
dependencies = [
"iovec",
"libc",
"mio",
"mio 0.6.22",
]
[[package]]
@ -1319,6 +1353,15 @@ dependencies = [
"ws2_32-sys",
]
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "net2"
version = "0.2.36"
@ -1359,6 +1402,15 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "num-integer"
version = "0.1.44"
@ -2161,7 +2213,7 @@ dependencies = [
name = "taskchampion-sync-server"
version = "0.3.0"
dependencies = [
"actix-rt",
"actix-rt 2.2.0",
"actix-web",
"anyhow",
"clap",
@ -2373,7 +2425,7 @@ dependencies = [
"lazy_static",
"libc",
"memchr",
"mio",
"mio 0.6.22",
"mio-uds",
"pin-project-lite 0.1.11",
"signal-hook-registry",
@ -2381,6 +2433,22 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "tokio"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134af885d758d645f0f0505c9a8b3f9bf8a348fd822e112ab5248138348f1722"
dependencies = [
"autocfg",
"libc",
"mio 0.7.11",
"once_cell",
"parking_lot",
"pin-project-lite 0.2.0",
"signal-hook-registry",
"winapi 0.3.9",
]
[[package]]
name = "tokio-util"
version = "0.3.1"
@ -2392,7 +2460,7 @@ dependencies = [
"futures-sink",
"log",
"pin-project-lite 0.1.11",
"tokio",
"tokio 0.2.23",
]
[[package]]
@ -2457,7 +2525,7 @@ dependencies = [
"rand 0.7.3",
"smallvec",
"thiserror",
"tokio",
"tokio 0.2.23",
"url",
]
@ -2477,7 +2545,7 @@ dependencies = [
"resolv-conf",
"smallvec",
"thiserror",
"tokio",
"tokio 0.2.23",
"trust-dns-proto",
]

View file

@ -18,5 +18,5 @@ log = "^0.4.14"
env_logger = "^0.8.3"
[dev-dependencies]
actix-rt = "^1.1.1"
actix-rt = "^2.2.0"
tempdir = "^0.3.7"