Skip to content

Commit

Permalink
build(deps): bump pin-project-lite from 0.2.10 to 0.2.11 (#503)
Browse files Browse the repository at this point in the history
Bumps [pin-project-lite](https://github.com/taiki-e/pin-project-lite) from 0.2.10 to 0.2.11.
- [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.10...v0.2.11)

---
updated-dependencies:
- dependency-name: pin-project-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 7, 2023
1 parent 3b1992e commit 28ab108
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/proxy-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
proxy-types = { path = "../proxy-types" }
tokio = { version = "1.29.1", features = ["io-util"] }
pin-project-lite = "0.2.10"
pin-project-lite = "0.2.11"
bytes = "1.4.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
tokio = { version = "1.29.1", features = ["io-util"] }
futures-core = "0.3.28"
futures-sink = "0.3.28"
pin-project-lite = "0.2.10"
pin-project-lite = "0.2.11"

[dev-dependencies]
futures-util = "0.3.28"
Expand Down
2 changes: 1 addition & 1 deletion devolutions-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ tower-http = { version = "0.4.1", features = ["cors", "fs"] }
utoipa = { version = "3.3.0", default-features = false, features = ["uuid", "chrono"], optional = true }

# Safe pin projection
pin-project-lite = "0.2.10"
pin-project-lite = "0.2.11"

# Native plugins
dlopen = "0.1.8"
Expand Down

0 comments on commit 28ab108

Please sign in to comment.