Bump x509-cert from 0.2.4 to 0.2.5 (#553)

Bumps [x509-cert](https://github.com/RustCrypto/formats) from 0.2.4 to 0.2.5.
- [Commits](https://github.com/RustCrypto/formats/compare/x509-cert/v0.2.4...x509-cert/v0.2.5)

---
updated-dependencies:
- dependency-name: x509-cert
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-31 15:35:58 -07:00
committed by GitHub
parent 01eb42bc60
commit b07612eb4e
2 changed files with 39 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ rust-version = "1.65"
members = [".", "cli"]
[workspace.dependencies]
x509-cert = { version = "0.2.3", features = [ "builder", "hazmat" ] }
x509-cert = { version = "0.2.5", features = [ "builder", "hazmat" ] }
[dependencies]
der = "0.7.1"