build(deps): bump actix-service from 1.0.5 to 1.0.6 in /examples (#90)

Bumps [actix-service](https://github.com/actix/actix-net) from 1.0.5 to 1.0.6.
- [Release notes](https://github.com/actix/actix-net/releases)
- [Commits](https://github.com/actix/actix-net/compare/utils-v1.0.5...service-v1.0.6)

---
updated-dependencies:
- dependency-name: actix-service
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-20 14:32:09 -05:00 committed by GitHub
parent b557e0c6d7
commit 05f50f185d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
examples/Cargo.lock generated
View File

@ -140,9 +140,9 @@ dependencies = [
[[package]]
name = "actix-service"
version = "1.0.5"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3e4fc95dfa7e24171b2d0bb46b85f8ab0e8499e4e3caec691fc4ea65c287564"
checksum = "0052435d581b5be835d11f4eb3bce417c8af18d87ddf8ace99f8e67e595882bb"
dependencies = [
"futures-util",
"pin-project",