Skip to content

chore(deps): update rust crate dcap-qvl to 0.3.0 - autoclosed#334

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/dcap-qvl-0.x
Closed

chore(deps): update rust crate dcap-qvl to 0.3.0 - autoclosed#334
renovate[bot] wants to merge 1 commit intomainfrom
renovate/dcap-qvl-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Type Update Change
dcap-qvl workspace.dependencies minor 0.2.30.3.0

Release Notes

Phala-Network/dcap-qvl (dcap-qvl)

v0.3.10

Compare Source

Changes in v0.3.10

  • Version 0.3.10
  • Remove insecure TLS certificate bypass
  • Update PYTHON_TESTING.md
  • Update README.md
  • chore: reduce utils public API
  • Update utils.rs
  • chore(npm): bump version to 0.3.9

Python Package

This release includes Python wheels for multiple platforms:

  • Linux: x86_64, x86, aarch64, armv7, s390x, ppc64le
  • Windows: x64, x86
  • macOS: x86_64, aarch64 (Apple Silicon)

Install with: pip install dcap-qvl==0.3.10

Rust Crate

Add to your Cargo.toml:

dcap-qvl = "0.3.10"

v0.3.9

Compare Source

Changes in v0.3.9

  • Bump version to v0.3.9
  • Void a potential panic
  • Fix the clippy error
  • Fix cli compilation error
  • Better code style in verify_isv_report_signature
  • update deps
  • replace webpki with rustcrypto
  • Fix clippy
  • Correct tcbcomponents matching logic
  • Add sgx_attr validation and test cases
  • Update quote.rs
  • Update utils.rs
  • Update LICENSE
  • docs: fix license link
  • Add qe_status and platform_status in the verified report
  • Add comment on fn is_valid
  • Remove tests/js/test_data

Python Package

This release includes Python wheels for multiple platforms:

  • Linux: x86_64, x86, aarch64, armv7, s390x, ppc64le
  • Windows: x64, x86
  • macOS: x86_64, aarch64 (Apple Silicon)

Install with: pip install dcap-qvl==0.3.9

Rust Crate

Add to your Cargo.toml:

dcap-qvl = "0.3.9"

v0.3.8

Compare Source

Changes in v0.3.8

  • Bump version to 0.3.8
  • Revert the breaking change to public API

Python Package

This release includes Python wheels for multiple platforms:

  • Linux: x86_64, x86, aarch64, armv7, s390x, ppc64le
  • Windows: x64, x86
  • macOS: x86_64, aarch64 (Apple Silicon)

Install with: pip install dcap-qvl==0.3.8

Rust Crate

Add to your Cargo.toml:

dcap-qvl = "0.3.8"

v0.3.7

Compare Source

Changes in v0.3.7

  • v0.3.7
  • Enforce some more minor checks
  • Fix Python binding for TcbStatus enum
  • Fix tests
  • Add rejection for Revoked TCB status
  • Reject unknown TCB status

Python Package

This release includes Python wheels for multiple platforms:

  • Linux: x86_64, x86, aarch64, armv7, s390x, ppc64le
  • Windows: x64, x86
  • macOS: x86_64, aarch64 (Apple Silicon)

Install with: pip install dcap-qvl==0.3.7

Rust Crate

Add to your Cargo.toml:

dcap-qvl = "0.3.7"

v0.3.4

Compare Source

Changes in v0.3.4

  • Bump version to 0.3.4
  • pckinfo: Output json format
  • Add ppid in verification result
  • ci: set package name when publishing to npm
  • ci: setup npm trusted publisher
  • ci: added publish-npm workflow
  • ci: added publish_npm

Python Package

This release includes Python wheels for multiple platforms:

  • Linux: x86_64, x86, aarch64, armv7, s390x, ppc64le
  • Windows: x64, x86
  • macOS: x86_64, aarch64 (Apple Silicon)

Install with: pip install dcap-qvl==0.3.4

Rust Crate

Add to your Cargo.toml:

dcap-qvl = "0.3.4"

v0.3.3

Compare Source

Changes in v0.3.3

  • v0.3.3
  • Fix TrailingData(CertRevocationList)
  • Bump the rust-dependencies group across 1 directory with 9 updates

Python Package

This release includes Python wheels for multiple platforms:

  • Linux: x86_64, x86, aarch64, armv7, s390x, ppc64le
  • Windows: x64, x86
  • macOS: x86_64, aarch64 (Apple Silicon)

Install with: pip install dcap-qvl==0.3.3

Rust Crate

Add to your Cargo.toml:

dcap-qvl = "0.3.3"

v0.3.2

Compare Source

Changes in v0.3.2

  • Bump version to 0.3.2
  • Remove recursion limit
  • feat: added borsh_schema feature
  • Add even more traits
  • python: Export get_collateral from rust
  • chore: Add Clone trait to several types
  • feat: support quote verification for wasm32-unknown-unknown without I/O (#​21)
  • feat: implement borsh serialization for public types (#​20)
  • Bump the github-actions group with 2 updates
  • Update LICENSE
  • Update collateral.rs

Python Package

This release includes Python wheels for multiple platforms:

  • Linux: x86_64, x86, aarch64, armv7, s390x, ppc64le
  • Windows: x64, x86
  • macOS: x86_64, aarch64 (Apple Silicon)

Install with: pip install dcap-qvl==0.3.2

Rust Crate

Add to your Cargo.toml:

dcap-qvl = "0.3.2"

v0.3.0

Compare Source

Changes in v0.3.0

  • Fix wheels linux abi
  • Remove unused/untested workflows
  • python: Fix windows test failure
  • python: min ver 3.8
  • python: try fix windows build
  • python: Fix windows build
  • Cargo fmt
  • python: Fix windows build
  • python: Update build scripts
  • Support min python 3.7
  • Refactor Python bindings to remove async functions and add collateral API
  • Fix venv issue in the test script
  • Add Python type stubs (.pyi) for better IDE support and type checking
  • Add comprehensive GitHub Actions workflows for Python package publishing
  • Update README_Python.md for PyPI users
  • Upgrade PyO3 to 0.25 and replace pyo3-asyncio with pyo3-async-runtimes
  • Format code with black and cargo fmt
  • Add async functions and abi3 compatibility to Python bindings
  • Add Python bindings
  • cli: v0.3.1
  • Add cli check in Github Action
  • cli: Fix compilation error
  • Bump version to 0.3.0
  • Remove timeout arg
  • Add get_collateral_for_fmspc
  • Improve attributes checking
  • Fix default pccs_url
  • Support for CRL checks
  • Better way to construct URLs to get collateral
  • Revert "Remove unused crls from collateral"
  • Add comment for DCAP_SERVER_ROOTS
  • Ensure entire 8bits TUD to be zero
  • Check root certs in tests
  • mannually import wasm in esbuild
  • remove wasm manually import
  • add vite and esbuild demo
  • refactor not using JSON.stringify in verify
  • roll back to previous version of parsing quote_collateral
  • update package version and add repository url which will be add to node/web js package.json
  • simple the quote_collateral parsing
  • add js get_collateral for node and web and update verify_quote for newly add js_get_collateral
  • add get_collateral and fix the old verify_quote

Python Package

This release includes Python wheels for multiple platforms:

  • Linux: x86_64, x86, aarch64, armv7, s390x, ppc64le
  • Windows: x64, x86
  • macOS: x86_64, aarch64 (Apple Silicon)

Install with: pip install dcap-qvl==0.3.0

Rust Crate

Add to your Cargo.toml:

dcap-qvl = "0.3.0"

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner June 23, 2025 10:26
@renovate renovate bot force-pushed the renovate/dcap-qvl-0.x branch 3 times, most recently from 871ca04 to c77af61 Compare June 27, 2025 15:14
@renovate renovate bot force-pushed the renovate/dcap-qvl-0.x branch from c77af61 to 53a8eb4 Compare July 9, 2025 08:46
@renovate renovate bot force-pushed the renovate/dcap-qvl-0.x branch from 53a8eb4 to 139ef45 Compare July 23, 2025 13:15
@renovate renovate bot force-pushed the renovate/dcap-qvl-0.x branch from 139ef45 to 7e45dea Compare August 26, 2025 04:12
@renovate renovate bot force-pushed the renovate/dcap-qvl-0.x branch from 7e45dea to 8fe0120 Compare September 25, 2025 17:46
@renovate renovate bot force-pushed the renovate/dcap-qvl-0.x branch from 8fe0120 to 4ce36d5 Compare October 20, 2025 06:42
@renovate renovate bot force-pushed the renovate/dcap-qvl-0.x branch from 4ce36d5 to 5897450 Compare December 10, 2025 11:58
@renovate renovate bot force-pushed the renovate/dcap-qvl-0.x branch from 5897450 to 414b503 Compare January 19, 2026 12:39
@renovate renovate bot force-pushed the renovate/dcap-qvl-0.x branch from 414b503 to be9f240 Compare January 21, 2026 06:56
@renovate renovate bot changed the title chore(deps): update rust crate dcap-qvl to 0.3.0 chore(deps): update rust crate dcap-qvl to 0.3.0 - autoclosed Jan 26, 2026
@renovate renovate bot closed this Jan 26, 2026
@renovate renovate bot deleted the renovate/dcap-qvl-0.x branch January 26, 2026 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants