1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

build(deps): bump pin-project-lite from 0.2.12 to 0.2.13

Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.12 to 0.2.13.
- [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.12...v0.2.13)

---
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-08-25 19:28:01 +00:00
committed by Quentin Gliech
parent 63fdc07793
commit 245a91b9ee
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -14,4 +14,4 @@ tokio = { version = "1.32.0", features = ["time"] }
opentelemetry = { version = "0.20.0", features = ["metrics"] }
opentelemetry-http = "0.9.0"
opentelemetry-semantic-conventions = "0.12.0"
pin-project-lite = "0.2.12"
pin-project-lite = "0.2.13"