1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump pin-project-lite from 0.2.9 to 0.2.10

Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.9 to 0.2.10.
- [Release notes](https://github.com/taiki-e/pin-project-lite/releases)
- [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taiki-e/pin-project-lite/compare/v0.2.9...v0.2.10)

---
updated-dependencies:
- dependency-name: pin-project-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-07-03 13:03:09 +00:00
committed by Quentin Gliech
parent 2e0782f115
commit fcc42c10b6
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -4454,9 +4454,9 @@ dependencies = [
[[package]] [[package]]
name = "pin-project-lite" name = "pin-project-lite"
version = "0.2.9" version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
[[package]] [[package]]
name = "pin-utils" name = "pin-utils"

View File

@ -10,7 +10,7 @@ bytes = "1.4.0"
futures-util = "0.3.28" futures-util = "0.3.28"
http-body = "0.4.5" http-body = "0.4.5"
hyper = { version = "0.14.27", features = ["server", "http1", "http2", "tcp"] } hyper = { version = "0.14.27", features = ["server", "http1", "http2", "tcp"] }
pin-project-lite = "0.2.9" pin-project-lite = "0.2.10"
thiserror = "1.0.40" thiserror = "1.0.40"
tokio = { version = "1.29.1", features = ["net", "rt", "macros", "signal", "time"] } tokio = { version = "1.29.1", features = ["net", "rt", "macros", "signal", "time"] }
tokio-rustls = "0.24.1" tokio-rustls = "0.24.1"

View File

@ -14,7 +14,7 @@ tower = "0.4.13"
tokio = { version = "1.29.1", features = ["time"] } tokio = { version = "1.29.1", features = ["time"] }
opentelemetry = { version = "0.19.0", features = ["metrics"] } opentelemetry = { version = "0.19.0", features = ["metrics"] }
opentelemetry-http = "0.8.0" opentelemetry-http = "0.8.0"
pin-project-lite = "0.2.9" pin-project-lite = "0.2.10"
[features] [features]
aws-sdk = ["dep:aws-smithy-http"] aws-sdk = ["dep:aws-smithy-http"]