diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-01 12:22:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-01 12:22:01 +0000 |
| commit | c24a17fdc0f1f673fdc96d3584eca4939f600d9b (patch) | |
| tree | b2895c708a83e1082767189287d5b8b0d128bdc2 /src/x509-info/Cargo.toml | |
| parent | Merge pull request #17 from fcuny/update_flake_lock_action (diff) | |
| download | x-c24a17fdc0f1f673fdc96d3584eca4939f600d9b.tar.gz | |
build(deps): bump clap from 4.5.4 to 4.5.8
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.4 to 4.5.8.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.4...v4.5.8)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
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" |
