aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/Cargo.lock
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.lock
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.lock')
-rw-r--r--src/x509-info/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/x509-info/Cargo.lock b/src/x509-info/Cargo.lock
index fe00909..1fcfad0 100644
--- a/src/x509-info/Cargo.lock
+++ b/src/x509-info/Cargo.lock
@@ -997,9 +997,9 @@ checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
[[package]]
name = "webpki-roots"
-version = "0.26.1"
+version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
+checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
dependencies = [
"rustls-pki-types",
]