Skip to content

Commit aaa842e

Browse files
dependabot[bot]sandhose
authored andcommitted
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](taiki-e/pin-project-lite@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] <[email protected]>
1 parent 73cbdd7 commit aaa842e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/listener/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ http-body.workspace = true
1818
hyper = { workspace = true, features = ["server"] }
1919
hyper-util.workspace = true
2020
libc = "0.2.169"
21-
pin-project-lite = "0.2.15"
21+
pin-project-lite = "0.2.16"
2222
socket2 = "0.5.8"
2323
thiserror.workspace = true
2424
tokio.workspace = true

crates/tower/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ tower.workspace = true
1919
opentelemetry.workspace = true
2020
opentelemetry-http.workspace = true
2121
opentelemetry-semantic-conventions.workspace = true
22-
pin-project-lite = "0.2.15"
22+
pin-project-lite = "0.2.16"

0 commit comments

Comments
 (0)