Skip to content

Commit

Permalink
chore(deps): Bump pin-project-lite from 0.2.15 to 0.2.16
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.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]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent fbf1ff7 commit 56c71c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 ocicrypt-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ hmac = { workspace = true, optional = true }
josekit = { version = ">=0.7", optional = true }
kbc = { path = "../attestation-agent/kbc", default-features = false, optional = true }
openssl = { workspace = true, features = ["vendored"], optional = true }
pin-project-lite = { version = "0.2.15", optional = true }
pin-project-lite = { version = "0.2.16", optional = true }
protobuf = { workspace = true, optional = true }
prost = { workspace = true, optional = true }
resource_uri = { path = "../attestation-agent/deps/resource_uri", optional = true }
Expand Down

0 comments on commit 56c71c0

Please sign in to comment.