diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-24 13:07:25 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-24 13:07:25 +0000 |
| commit | a7e699eab23468da7c57a60b8db58e0b1896f092 (patch) | |
| tree | d28ed99fe4e0614a801875d83ea8c45017bb13e8 | |
| parent | Merge pull request #16 from fcuny/dependabot/cargo/rustls-0.23.8 (diff) | |
| download | x-a7e699eab23468da7c57a60b8db58e0b1896f092.tar.gz | |
build(deps): bump webpki-roots from 0.26.1 to 0.26.3
Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.26.1 to 0.26.3.
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.1...v/0.26.3)
---
updated-dependencies:
- dependency-name: webpki-roots
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | src/x509-info/Cargo.lock | 4 | ||||
| -rw-r--r-- | src/x509-info/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 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", ] 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" |
