aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-04-15 19:38:46 -0700
committerGitHub <noreply@github.com>2024-04-15 19:38:46 -0700
commit8628103050d1f81780c5d2f5b07c57ee83ffa9a3 (patch)
tree73a3982b1909d41385482a85d1498aa56010d0d2 /src/x509-info/Cargo.toml
parentMerge pull request #4 from fcuny/dependabot/cargo/anyhow-1.0.82 (diff)
parentbuild(deps): bump rustls from 0.20.7 to 0.21.10 (diff)
downloadx-8628103050d1f81780c5d2f5b07c57ee83ffa9a3.tar.gz
Merge pull request #2 from fcuny/dependabot/cargo/rustls-0.21.10
build(deps): bump rustls from 0.20.7 to 0.21.10
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 48426e7..d600c8f 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.20", features = ["clock"], default-features = false }
clap = {version = "4.0.18", features = ["derive", "cargo"]}
-rustls = {version = "0.20.7", features = ["dangerous_configuration"]}
+rustls = {version = "0.21.10", features = ["dangerous_configuration"]}
rustls-native-certs = "0.6.2"
webpki-roots = "0.22.5"
x509-parser = "0.16"