Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
build(deps): Bump x509-parser from 0.14.0 to 0.15.1
Browse files Browse the repository at this point in the history
Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.14.0 to 0.15.1.
- [Release notes](https://github.com/rusticata/x509-parser/releases)
- [Changelog](https://github.com/rusticata/x509-parser/blob/master/CHANGELOG.md)
- [Commits](rusticata/x509-parser@x509-parser-0.14.0...x509-parser-0.15.1)

---
updated-dependencies:
- dependency-name: x509-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 26, 2023
1 parent e050dd8 commit cd4b5fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion attestation-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tonic = { workspace = true, optional = true }
uuid = { version = "1.1.2", features = ["v4"] }
veraison-apiclient = { git = "https://github.com/chendave/rust-apiclient", branch = "token", optional = true }
ear = { git = "https://github.com/veraison/rust-ear", rev = "cc6ea53" }
x509-parser = { version = "0.14.0", optional = true }
x509-parser = { version = "0.15.1", optional = true }

[build-dependencies]
shadow-rs.workspace = true
Expand Down

0 comments on commit cd4b5fc

Please sign in to comment.