Merge pull request #350 from vbrandl/dependabot/cargo/actix-rt-2.3.0

Bump actix-rt from 2.2.0 to 2.3.0
This commit is contained in:
Valentin Brandl 2021-10-27 20:42:53 +02:00 committed by GitHub
commit 7ffa2ba9a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -94,9 +94,9 @@ dependencies = [
[[package]]
name = "actix-rt"
version = "2.2.0"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc7d7cd957c9ed92288a7c3c96af81fa5291f65247a76a34dac7b6af74e52ba0"
checksum = "ea360596a50aa9af459850737f99293e5cb9114ae831118cb6026b3bbc7583ad"
dependencies = [
"actix-macros",
"futures-core",

View File

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