diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-04-15 19:36:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-15 19:36:29 -0700 |
| commit | 3254a1a1f9e03347f2eb0d9bc8f15f54173fb0c6 (patch) | |
| tree | 80239d5ff00ebc6cf3ee97cf3bb0d4d2a94d1b21 /src/x509-info/Cargo.toml | |
| parent | add some workflows for CI and dependabot config (diff) | |
| parent | build(deps): bump x509-parser from 0.14.0 to 0.16.0 (diff) | |
| download | x-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.toml | 2 |
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" |
