aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-06-03 17:46:16 -0700
committerGitHub <noreply@github.com>2024-06-03 17:46:16 -0700
commit0203e2be2c29e953901922654f6311bcc2fdca6b (patch)
tree5fc1ee4437a5d663a2660baca7d876298e85c2df /src/x509-info/Cargo.toml
parentMerge pull request #12 from fcuny/update_flake_lock_action (diff)
parentbuild(deps): bump rustls from 0.23.5 to 0.23.8 (diff)
downloadx-0203e2be2c29e953901922654f6311bcc2fdca6b.tar.gz
Merge pull request #16 from fcuny/dependabot/cargo/rustls-0.23.8
build(deps): bump rustls from 0.23.5 to 0.23.8
Diffstat (limited to '')
-rw-r--r--src/x509-info/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x509-info/Cargo.toml b/src/x509-info/Cargo.toml
index fb9e6ca..28f48c0 100644
--- a/src/x509-info/Cargo.toml
+++ b/src/x509-info/Cargo.toml
@@ -11,7 +11,7 @@ readme = "README.md"
anyhow = "1.0.82"
chrono = {version = "0.4.38", features = ["clock"], default-features = false }
clap = {version = "4.5.4", features = ["derive", "cargo"]}
-rustls = {version = "0.23.5", features = ["ring"]}
+rustls = {version = "0.23.8", features = ["ring"]}
rustls-native-certs = "0.7.0"
webpki-roots = "0.26.1"
x509-parser = "0.16"