Skip to content

build(deps): bump the rust group with 3 updates#47

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-74e5e1a367
Closed

build(deps): bump the rust group with 3 updates#47
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-74e5e1a367

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps the rust group with 3 updates: compute-pcrs-lib, oci-spec and warp.

Updates compute-pcrs-lib from e6d6ce2 to 6a12cda

Commits
  • 6a12cda Merge pull request #24 from bgartzi/test-image-matrix
  • 414ec89 .github: Run integration tests against rhcos too
  • 45dee65 test-fixtures: Add rhel-9.6 values
  • 5097113 justfile: Configure tests based on image osinfo
  • 1d0d8cc justfile: Rename mok-keys test
  • 4d86708 justfile: Get rid of get-test-data
  • f2d7a00 justfile: Run tests on the built container image
  • cb7520c justfile: Let the user choose whether to rebuild or not
  • 4d026d0 justfile: Support fetching target container images from urls
  • See full diff in compare view

Updates oci-spec from 0.8.2 to 0.8.3

Release notes

Sourced from oci-spec's releases.

v0.8.3

What's Changed

Other Changes

New Contributors

Full Changelog: youki-dev/oci-spec-rs@v0.8.2...v0.8.3

Commits
  • cdc9632 Bump to 0.8.3
  • 92364de Refactor several structures to use Default trait, simplifying default value h...
  • e530d94 Refactor LinuxMemoryPolicy to use Option for nodes, updating default value an...
  • becfcc3 Fix formatting in LinuxMemoryPolicy documentation for nodes field
  • 646d8a1 Refactor LinuxMemoryPolicy to remove Option from nodes and set default value
  • c2771f2 Add memory policy modes and flags support with serialization tests
  • c555856 Refactor LinuxMemoryPolicy struct to use Option for nodes and flags, enhancin...
  • a1cf0a3 Add memory policy support to Linux features and structures
  • 8dfd6d6 Back to dev
  • See full diff in compare view

Updates warp from 0.3.7 to 0.4.2

Release notes

Sourced from warp's releases.

v0.4.1

Fixes:

  • Fix Server::graceful() bounds incorrect requiring the filter to be a future.
  • Enable tokio/net when the server feature is enabled.
  • Render cfgs in the docs.

Full Changelog: seanmonstar/warp@v0.4.0...v0.4.1

v0.4.0

Changes:

  • Upgrade to hyper, http, and http-body to v1.
  • Remove multipart and websocket features from being enabled by default.
  • Put warp::serve() behind a server feature, not enabled by default.
  • Put warp::test behind a test feature, not enabled by default.
  • Remove tls feature and types.
  • Remove warp::addr filters.

Full Changelog: seanmonstar/warp@v0.3.7...v0.4.0

Changelog

Sourced from warp's changelog.

v0.4.2 (August 19, 2025)

  • Features:
    • Add support for passing UnixListener to incoming(listener).
  • Fixes:
    • Reduce some dependencies when server is not enabled.

v0.4.1 (August 6, 2025)

  • Fixes:
    • Fix Server::graceful() bounds incorrect requiring the filter to be a future.
    • Enable tokio/net when the server feature is enabled.
    • Render cfgs in the docs.

v0.4.0 (August 5, 2025)

  • Changes:
    • Upgrade to hyper, http, and http-body to v1.
    • Remove multipart and websocket features from being enabled by default.
    • Put warp::serve() behind a server feature, not enabled by default.
    • Put warp::test behind a test feature, not enabled by default.
    • Remove tls feature and types.
    • Remove warp::addr filters.
Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 6, 2025
@Jakob-Naucke
Copy link
Copy Markdown
Contributor

warp API changed, needs fixing. Taking.

@Jakob-Naucke
Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps the rust group with 3 updates: [compute-pcrs-lib](https://github.com/confidential-clusters/compute-pcrs), [oci-spec](https://github.com/youki-dev/oci-spec-rs) and [warp](https://github.com/seanmonstar/warp).


Updates `compute-pcrs-lib` from `e6d6ce2` to `6a12cda`
- [Commits](trusted-execution-clusters/compute-pcrs@e6d6ce2...6a12cda)

Updates `oci-spec` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/youki-dev/oci-spec-rs/releases)
- [Changelog](https://github.com/youki-dev/oci-spec-rs/blob/main/release.md)
- [Commits](youki-dev/oci-spec-rs@v0.8.2...v0.8.3)

Updates `warp` from 0.3.7 to 0.4.2
- [Release notes](https://github.com/seanmonstar/warp/releases)
- [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/warp@v0.3.7...v0.4.2)

---
updated-dependencies:
- dependency-name: compute-pcrs-lib
  dependency-version: 6a12cda0a29e0d7c5d7670105dcaef9063d497bf
  dependency-type: direct:production
  dependency-group: rust
- dependency-name: oci-spec
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust
- dependency-name: warp
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/rust-74e5e1a367 branch from ff05a60 to 68d89cd Compare October 9, 2025 11:52
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Oct 10, 2025

Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed.

@dependabot dependabot bot closed this Oct 10, 2025
@dependabot dependabot bot deleted the dependabot/cargo/rust-74e5e1a367 branch October 10, 2025 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant