Skip to content

build(deps): bump vaultrs from 0.7.4 to 0.8.0#414

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/vaultrs-0.8.0
Open

build(deps): bump vaultrs from 0.7.4 to 0.8.0#414
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/vaultrs-0.8.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2026

Bumps vaultrs from 0.7.4 to 0.8.0.

Release notes

Sourced from vaultrs's releases.

v0.8.0

This new release includes official support for OpenBao and covers a lot of new endpoints. Thanks to everyone that contributed!

Breaking

  • This release follows the change of TLS provider of reqwest 0.13. aws-lc-rs is the default crypto provider and no longer ring. We already use rustls and not native-tls by default so this part doesn't change. A new feature rustls-no-provider can be used if you want to use any other provider.
  • The behavior when using VAULT_SKIP_VERIFY was wrong because it was inverted. This release respects the expected semantics.
  • Some endpoints have been tweaked if they didn't match the OpenBao/Vault current output
  • Bump reqwest from 0.12 to 0.13, it’s breaking change, as it's a public dependency.

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from vaultrs's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Please refer to GitHub release for changelog since 0.8.0

Added

  • Support for cubbyhole secret engine.
  • Generate intermediate CSR using existing issuer (see cert::ca::int::cross_sign)
  • Generate intermediate CSR (see issuer::int::generate)
  • Read issuer's certificate (see issuer::read)
  • Sign intermediate (see issuer::sign_intermediate)
  • Import issuer (see issuer::import)
  • Set default issuer (see issuer::set_default)
  • Delete issuer (see issuer::delete)
  • Delete key (see key::delete)
Commits
  • da2f5f8 Merge pull request #189 from stormshield-gt/bump-vaultrs-to-0.8.0
  • a17b956 Bumps vaultrs to 0.8.0
  • 397ae0e Merge pull request #188 from stormshield-gt/allow-set-proxy-in-client-reqwest...
  • e7cf070 feat: add optional proxy param to build reqwest client.
  • 9c09d6c Merge pull request #157 from stormshield-gt/complete-pki-generate-root-endpoint
  • 64188ca comple set CRL config endpoint
  • 6f373a1 add issuer_ref to PKI create role
  • a75a7f1 comple pki generate root endpoint
  • 9c6181b Merge pull request #186 from stormshield-gt/bump-reqwest
  • 60c1e4c bump-reqwest
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> 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)

Bumps [vaultrs](https://github.com/jmgilman/vaultrs) from 0.7.4 to 0.8.0.
- [Release notes](https://github.com/jmgilman/vaultrs/releases)
- [Changelog](https://github.com/jmgilman/vaultrs/blob/master/CHANGELOG.md)
- [Commits](jmgilman/vaultrs@v0.7.4...v0.8.0)

---
updated-dependencies:
- dependency-name: vaultrs
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 18, 2026
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.

0 participants