diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-06-03 17:46:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-03 17:46:16 -0700 |
| commit | 0203e2be2c29e953901922654f6311bcc2fdca6b (patch) | |
| tree | 5fc1ee4437a5d663a2660baca7d876298e85c2df | |
| parent | Merge pull request #12 from fcuny/update_flake_lock_action (diff) | |
| parent | build(deps): bump rustls from 0.23.5 to 0.23.8 (diff) | |
| download | x-0203e2be2c29e953901922654f6311bcc2fdca6b.tar.gz | |
Merge pull request #16 from fcuny/dependabot/cargo/rustls-0.23.8
build(deps): bump rustls from 0.23.5 to 0.23.8
| -rw-r--r-- | src/x509-info/Cargo.lock | 12 | ||||
| -rw-r--r-- | src/x509-info/Cargo.toml | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/x509-info/Cargo.lock b/src/x509-info/Cargo.lock index f8d3e27..fe00909 100644 --- a/src/x509-info/Cargo.lock +++ b/src/x509-info/Cargo.lock @@ -713,9 +713,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.5" +version = "0.23.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afabcee0551bd1aa3e18e5adbf2c0544722014b899adb31bd186ec638d3da97e" +checksum = "79adb16721f56eb2d843e67676896a61ce7a0fa622dc18d3e372477a029d2740" dependencies = [ "aws-lc-rs", "log", @@ -752,15 +752,15 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.5.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "beb461507cee2c2ff151784c52762cf4d9ff6a61f3e80968600ed24fa837fa54" +checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" [[package]] name = "rustls-webpki" -version = "0.102.3" +version = "0.102.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3bce581c0dd41bce533ce695a1437fa16a7ab5ac3ccfa99fe1a620a7885eabf" +checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" dependencies = [ "aws-lc-rs", "ring", 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" |
