aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.toml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-06-24 07:45:10 -0700
committerGitHub <noreply@github.com>2024-06-24 07:45:10 -0700
commitdb093cf32c125ae8f45050a664285ee7a3ef9e96 (patch)
treed28ed99fe4e0614a801875d83ea8c45017bb13e8 /src/x509-info/Cargo.toml
parentMerge pull request #16 from fcuny/dependabot/cargo/rustls-0.23.8 (diff)
parentbuild(deps): bump webpki-roots from 0.26.1 to 0.26.3 (diff)
downloadx-db093cf32c125ae8f45050a664285ee7a3ef9e96.tar.gz
Merge pull request #24 from fcuny/dependabot/cargo/webpki-roots-0.26.3
build(deps): bump webpki-roots from 0.26.1 to 0.26.3
Diffstat (limited to 'src/x509-info/Cargo.toml')
-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 28f48c0..d07f959 100644
--- a/src/x509-info/Cargo.toml
+++ b/src/x509-info/Cargo.toml
@@ -13,5 +13,5 @@ chrono = {version = "0.4.38", features = ["clock"], default-features = false }
clap = {version = "4.5.4", features = ["derive", "cargo"]}
rustls = {version = "0.23.8", features = ["ring"]}
rustls-native-certs = "0.7.0"
-webpki-roots = "0.26.1"
+webpki-roots = "0.26.3"
x509-parser = "0.16"