diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-03-30 19:16:55 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-03-30 19:16:55 -0700 |
| commit | cdfe1f02e8e7848c500fb83f952add7158c9368e (patch) | |
| tree | 3b5b006f755fca1b494aef626ad71fd5811ebbb3 /src/x509-info/Cargo.lock | |
| parent | add a flag to check expired certificate (diff) | |
| download | x-cdfe1f02e8e7848c500fb83f952add7158c9368e.tar.gz | |
use anyhow for error handling
Diffstat (limited to '')
| -rw-r--r-- | src/x509-info/Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/x509-info/Cargo.lock b/src/x509-info/Cargo.lock index 005aee6..e24318b 100644 --- a/src/x509-info/Cargo.lock +++ b/src/x509-info/Cargo.lock @@ -12,6 +12,12 @@ dependencies = [ ] [[package]] +name = "anyhow" +version = "1.0.70" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" + +[[package]] name = "asn1-rs" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -857,6 +863,7 @@ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" name = "x509-info" version = "0.1.0" dependencies = [ + "anyhow", "chrono", "clap", "rustls", |
