aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-16 02:35:36 +0000
committerGitHub <noreply@github.com>2024-04-16 02:35:36 +0000
commit229934f1b2a186aa4a65aa30fdd23831c3a0daa7 (patch)
tree80239d5ff00ebc6cf3ee97cf3bb0d4d2a94d1b21 /src/x509-info/Cargo.toml
parentadd some workflows for CI and dependabot config (diff)
downloadx-229934f1b2a186aa4a65aa30fdd23831c3a0daa7.tar.gz
build(deps): bump x509-parser from 0.14.0 to 0.16.0
Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.14.0 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](https://github.com/rusticata/x509-parser/compare/x509-parser-0.14.0...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] <support@github.com>
Diffstat (limited to 'src/x509-info/Cargo.toml')
-rw-r--r--src/x509-info/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509-info/Cargo.toml b/src/x509-info/Cargo.toml
index e8b16e7..fb5fda3 100644
--- a/src/x509-info/Cargo.toml
+++ b/src/x509-info/Cargo.toml
@@ -14,4 +14,4 @@ clap = {version = "4.0.18", features = ["derive", "cargo"]}
rustls = {version = "0.20.7", features = ["dangerous_configuration"]}
rustls-native-certs = "0.6.2"
webpki-roots = "0.22.5"
-x509-parser = "0.14"
+x509-parser = "0.16"