build(deps): bump pin-project-lite from 0.2.15 to 0.2.16

Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.15 to 0.2.16.
- [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.15...v0.2.16)

---
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]
2025-01-06 13:15:11 +00:00
committed by Quentin Gliech
parent 73cbdd7e12
commit aaa842e37b
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -4501,9 +4501,9 @@ dependencies = [
[[package]]
name = "pin-project-lite"
version = "0.2.15"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
[[package]]
name = "pin-utils"

View File

@@ -18,7 +18,7 @@ http-body.workspace = true
hyper = { workspace = true, features = ["server"] }
hyper-util.workspace = true
libc = "0.2.169"
pin-project-lite = "0.2.15"
pin-project-lite = "0.2.16"
socket2 = "0.5.8"
thiserror.workspace = true
tokio.workspace = true

View File

@@ -19,4 +19,4 @@ tower.workspace = true
opentelemetry.workspace = true
opentelemetry-http.workspace = true
opentelemetry-semantic-conventions.workspace = true
pin-project-lite = "0.2.15"
pin-project-lite = "0.2.16"