aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-04-15 19:36:29 -0700
committerGitHub <noreply@github.com>2024-04-15 19:36:29 -0700
commit3254a1a1f9e03347f2eb0d9bc8f15f54173fb0c6 (patch)
tree80239d5ff00ebc6cf3ee97cf3bb0d4d2a94d1b21 /src/x509-info/Cargo.toml
parentadd some workflows for CI and dependabot config (diff)
parentbuild(deps): bump x509-parser from 0.14.0 to 0.16.0 (diff)
downloadx-3254a1a1f9e03347f2eb0d9bc8f15f54173fb0c6.tar.gz
Merge pull request #1 from fcuny/dependabot/cargo/x509-parser-0.16.0
build(deps): bump x509-parser from 0.14.0 to 0.16.0
Diffstat (limited to '')
-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"