diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-11-01 18:57:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-01 18:57:26 -0700 |
| commit | 07ef21f69449e57188ce4664587cd6bea0b1cd4a (patch) | |
| tree | 83f801636eaa4de830ac20a8274e7ec739b4d6b8 /src/x509-info/Cargo.toml | |
| parent | Merge pull request #3 from fcuny/dependabot/cargo/clap-4.0.18 (diff) | |
| parent | build: follow flake-inputs for rust overlay (diff) | |
| download | x-07ef21f69449e57188ce4664587cd6bea0b1cd4a.tar.gz | |
Merge pull request #4 from fcuny/fcuny/rewrite-actions
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 5f92f1b..4120200 100644 --- a/src/x509-info/Cargo.toml +++ b/src/x509-info/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -chrono = "0.4" +chrono = {version = "0.4.20", features = ["clock"], default-features = false } clap = {version = "4.0.18", features = ["derive", "cargo"]} rustls = "0.20.7" rustls-native-certs = "0.6.2" |
