1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +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

4
Cargo.lock generated
View File

@@ -4371,9 +4371,9 @@ dependencies = [
[[package]] [[package]]
name = "pin-project-lite" name = "pin-project-lite"
version = "0.2.13" version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
[[package]] [[package]]
name = "pin-utils" name = "pin-utils"

View File

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

View File

@@ -20,4 +20,4 @@ tokio = { version = "1.36.0", features = ["time"] }
opentelemetry.workspace = true opentelemetry.workspace = true
opentelemetry-http.workspace = true opentelemetry-http.workspace = true
opentelemetry-semantic-conventions.workspace = true opentelemetry-semantic-conventions.workspace = true
pin-project-lite = "0.2.13" pin-project-lite = "0.2.14"