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.13 to 0.2.14

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

---
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]
2024-04-08 21:27:25 +00:00
committed by Quentin Gliech
parent c006ac2f40
commit a7f40378ab
3 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ futures-util = "0.3.30"
http-body.workspace = true
hyper = { workspace = true, features = ["server"] }
libc = "0.2.153"
pin-project-lite = "0.2.13"
pin-project-lite = "0.2.14"
socket2 = "0.5.6"
thiserror.workspace = true
tokio = { version = "1.36.0", features = ["net", "rt", "macros", "signal", "time"] }