cncf-tags / container-device-interface-rs

Rust implementation of the Container Device Interface: https://github.com/cncf-tags/container-device-interface
Apache License 2.0
5 stars 6 forks source link

build(deps): update oci-spec requirement from 0.6.6 to 0.7.0 #32

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

Updates the requirements on oci-spec to permit the latest version.

Release notes

Sourced from oci-spec's releases.

v0.7.0

What's Changed

Runtime Specification

Test improvements and Misc Fixes

New Contributors

Full Changelog: https://github.com/containers/oci-spec-rs/compare/v0.6.8...v0.7.0

Commits
  • 4c34498 Bump to 0.7.0
  • 2b9ff93 Merge pull request #217 from saschagrunert/clippy-nightly
  • 37b1b56 Run clippy with nightly toolchain
  • 48af64d Merge pull request #216 from saschagrunert/actions
  • 6cbebf8 Merge pull request #215 from saschagrunert/clippy
  • 7f7725c Update and pin GitHub actions
  • 4a76ed1 Fix clippy false positive
  • fa8a533 Merge pull request #212 from cgwalters/digest-rework
  • 8e70541 Merge pull request #213 from cgwalters/reference-thiserror
  • 900783b reference: use thiserror
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
zvonkok commented 1 day ago

@dependabot rebase