Bump actix-rt from 1.0.0 to 1.1.1

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-01 04:16:49 +00:00 committed by GitHub
parent c1a1af0109
commit f638124930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

8
Cargo.lock generated
View File

@ -106,14 +106,16 @@ dependencies = [
[[package]]
name = "actix-rt"
version = "1.0.0"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6a0a55507046441a496b2f0d26a84a65e67c8cafffe279072412f624b5fb6d"
checksum = "143fcc2912e0d1de2bcf4e2f720d2a60c28652ab4179685a1ee159e0fb3db227"
dependencies = [
"actix-macros",
"actix-threadpool",
"copyless",
"futures",
"futures-channel",
"futures-util",
"smallvec",
"tokio",
]

View File

@ -21,7 +21,7 @@ serde = "1.0.105"
serde_derive = "1.0.103"
serde_json = "1.0.50"
structopt = "0.3.12"
actix-rt = "1.0.0"
actix-rt = "1.1.1"
[build-dependencies]
ructe = "0.9.2"