diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-27 12:54:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-27 12:54:33 +0000 |
| commit | 77f03267bd0ab6fd4f1a41cec4a84b08191440b5 (patch) | |
| tree | b603c545e91895873ac5db24a1c559886466282a /src/x509-info/Cargo.toml | |
| parent | Merge pull request #10 from fcuny/update_flake_lock_action (diff) | |
| download | x-77f03267bd0ab6fd4f1a41cec4a84b08191440b5.tar.gz | |
build(deps): bump rustls from 0.23.5 to 0.23.8
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.5 to 0.23.8.
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustls/rustls/compare/v/0.23.5...v/0.23.8)
---
updated-dependencies:
- dependency-name: rustls
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'src/x509-info/Cargo.toml')
| -rw-r--r-- | src/x509-info/Cargo.toml | 2 |
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" |
