Merge pull request #361 from vbrandl/dependabot/cargo/actix-rt-2.4.0

Bump actix-rt from 2.3.0 to 2.4.0
This commit is contained in:
Valentin Brandl 2021-11-13 16:50:23 +01:00 committed by GitHub
commit 39e6739e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -68,9 +68,9 @@ dependencies = [
[[package]]
name = "actix-macros"
version = "0.2.1"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2f86cd6857c135e6e9fe57b1619a88d1f94a7df34c00e11fe13e64fd3438837"
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
dependencies = [
"quote",
"syn",
@ -92,9 +92,9 @@ dependencies = [
[[package]]
name = "actix-rt"
version = "2.3.0"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea360596a50aa9af459850737f99293e5cb9114ae831118cb6026b3bbc7583ad"
checksum = "4a0c218d0a17c120f10ee0c69c9f0c45d87319e8f66b1f065e8412b612fc3e24"
dependencies = [
"actix-macros",
"futures-core",

View File

@ -13,7 +13,7 @@ path = "src/main.rs"
name = "hoc"
[dependencies]
actix-rt = "2.3.0"
actix-rt = "2.4.0"
actix-web = "4.0.0-beta.8"
badge = "0.3.0"
bytes = "1.1.0"