diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-10-24 19:35:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-24 19:35:40 -0700 |
| commit | 89d187bd3f6f374a384e85954bc36d962da5a9ff (patch) | |
| tree | b4506ed6323b4755e21796b1348f31551089e04d /src/x509-info/Cargo.toml | |
| parent | build(deps): bump actions/checkout from 2 to 3 (diff) | |
| parent | build(deps): bump clap from 4.0.17 to 4.0.18 (diff) | |
| download | x-89d187bd3f6f374a384e85954bc36d962da5a9ff.tar.gz | |
Merge pull request #3 from fcuny/dependabot/cargo/clap-4.0.18
build(deps): bump clap from 4.0.17 to 4.0.18
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 1cfac68..5f92f1b 100644 --- a/src/x509-info/Cargo.toml +++ b/src/x509-info/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] chrono = "0.4" -clap = {version = "4.0.8", features = ["derive", "cargo"]} +clap = {version = "4.0.18", features = ["derive", "cargo"]} rustls = "0.20.7" rustls-native-certs = "0.6.2" webpki-roots = "0.22.5" |
