Skip to content

Commit

Permalink
Bump x509-parser from 0.15.1 to 0.16.0 in /signature
Browse files Browse the repository at this point in the history
Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.15.1 to 0.16.0.
- [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.15.1...x509-parser-0.16.0)

---
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 Mar 20, 2024
1 parent 7408c20 commit d85352d
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 149 deletions.
221 changes: 73 additions & 148 deletions signature/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 signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ffi-support = "0.4.4"
thiserror = "1.0.58"
hex = "0.4"
ring = "0.17.8"
x509-parser = { version = "0.15.1", features = ["verify", "validate"] }
x509-parser = { version = "0.16.0", features = ["verify", "validate"] }

[lib]
name = "signature"
Expand Down

0 comments on commit d85352d

Please sign in to comment.