diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-07-04 14:06:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-04 14:06:51 -0700 |
| commit | 57b94ce9e7a0b0275f6a71789a5c458068f8e42e (patch) | |
| tree | 7b3aae3f887524feb00e606ea4382776c10224ef /src/x509-info/Cargo.toml | |
| parent | Merge pull request #27 from fcuny/dependabot/github_actions/DeterminateSystem... (diff) | |
| parent | build(deps): bump clap from 4.5.4 to 4.5.8 (diff) | |
| download | x-57b94ce9e7a0b0275f6a71789a5c458068f8e42e.tar.gz | |
Merge pull request #26 from fcuny/dependabot/cargo/clap-4.5.8
build(deps): bump clap from 4.5.4 to 4.5.8
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 d07f959..24f0478 100644 --- a/src/x509-info/Cargo.toml +++ b/src/x509-info/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" [dependencies] anyhow = "1.0.82" chrono = {version = "0.4.38", features = ["clock"], default-features = false } -clap = {version = "4.5.4", features = ["derive", "cargo"]} +clap = {version = "4.5.8", features = ["derive", "cargo"]} rustls = {version = "0.23.8", features = ["ring"]} rustls-native-certs = "0.7.0" webpki-roots = "0.26.3" |
