diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-04-22 17:19:37 +0000 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-04-28 14:13:42 -0700 |
| commit | 015c2773ad49b137a0721514cc2f2af3f9525106 (patch) | |
| tree | 1a6274abf8ad9b905a97856458db6cdca7ce32e4 /src/x509-info/Cargo.toml | |
| parent | Merge pull request #8 from fcuny/dependabot/cargo/clap-4.5.4 (diff) | |
| download | x-015c2773ad49b137a0721514cc2f2af3f9525106.tar.gz | |
bump a number of dependencies to their latest versions
Updating all these dependencies required some significant code change.
Diffstat (limited to '')
| -rw-r--r-- | src/x509-info/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/x509-info/Cargo.toml b/src/x509-info/Cargo.toml index a91f126..ca9abde 100644 --- a/src/x509-info/Cargo.toml +++ b/src/x509-info/Cargo.toml @@ -9,9 +9,9 @@ readme = "README.md" [dependencies] anyhow = "1.0.82" -chrono = {version = "0.4.20", features = ["clock"], default-features = false } +chrono = {version = "0.4.38", features = ["clock"], default-features = false } clap = {version = "4.5.4", features = ["derive", "cargo"]} -rustls = {version = "0.21.10", features = ["dangerous_configuration"]} -rustls-native-certs = "0.6.2" -webpki-roots = "0.22.5" +rustls = {version = "0.23.5", features = ["ring"]} +rustls-native-certs = "0.7.0" +webpki-roots = "0.26.1" x509-parser = "0.16" |
