Skip to content

Commit

Permalink
build(deps): bump x509-parser from 0.15.1 to 0.16.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.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 and tshakalekholoane committed Oct 26, 2024
1 parent da732b6 commit a29401a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 25 deletions.
41 changes: 17 additions & 24 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 crates/cmd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ openssl = "0.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wardstone_core = { path = "../core" }
x509-parser = "0.15"
x509-parser = "0.16"

[lib]
doc = false

0 comments on commit a29401a

Please sign in to comment.