Skip to content

Commit

Permalink
chore(deps): Bump pin-project-lite from 0.2.14 to 0.2.15
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.14 to 0.2.15.
- [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.14...v0.2.15)

---
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 and fitzthum committed Nov 8, 2024
1 parent 0841ff3 commit 0fe01e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -22,7 +22,7 @@ josekit = { version = ">=0.7", optional = true }
kbc = { path = "../attestation-agent/kbc", default-features = false, optional = true }
lazy_static.workspace = true
openssl = { workspace = true, features = ["vendored"], optional = true }
pin-project-lite = { version = "0.2.14", optional = true }
pin-project-lite = { version = "0.2.15", 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 0fe01e4

Please sign in to comment.