Bump actix-rt from 2.2.0 to 2.3.0

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

---
updated-dependencies:
- dependency-name: actix-rt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-12 04:19:40 +00:00 committed by GitHub
parent c1c499e003
commit 449e1347f4
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"