Skip to content

Commit

Permalink
Chore(deps): bump x509-parser from 0.15.1 to 0.17.0
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.17.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.17.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 Feb 3, 2025
1 parent 32c6e21 commit a27f4f8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 29 deletions.
49 changes: 21 additions & 28 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 rustls-mbedpki-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mbedtls = { version = "0.13.0", default-features = false, features = [
] }
rustls = { version = "0.23.5", default-features = false }
utils = { package = "rustls-mbedtls-provider-utils", path = "../rustls-mbedtls-provider-utils", version = "0.2.0" }
x509-parser = "0.15"
x509-parser = "0.17"

[dev-dependencies]
mbedtls = { version = "0.13.0", default-features = false, features = [
Expand Down

0 comments on commit a27f4f8

Please sign in to comment.