Merge pull request #396 from vbrandl/dependabot/cargo/actix-rt-2.6.0

Bump actix-rt from 2.5.1 to 2.6.0
This commit is contained in:
Valentin Brandl 2022-01-13 21:00:42 +01:00 committed by GitHub
commit 78fb8d9b83
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

@ -89,9 +89,9 @@ dependencies = [
[[package]]
name = "actix-rt"
version = "2.5.1"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82cf33e04d9911b39bfb7be3c01309568b4315895d3358372dce64ed2c2bf32d"
checksum = "cdf3f2183be1241ed4dd22611850b85d38de0b08a09f1f7bcccbd0809084b359"
dependencies = [
"actix-macros",
"futures-core",

View File

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