From 587837449b0c4f565502a81185a1e597144679ca Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 1 Nov 2022 08:37:28 -0700 Subject: fix: disable default feature on `chrono` crate See https://github.com/chronotope/chrono/issues/602 for more details. --- src/x509-info/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/x509-info/Cargo.toml') 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" -- cgit v1.2.3