From cd4b5fca915653da58199d82ce9b071612dbdb86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:40:25 +0000 Subject: [PATCH] build(deps): Bump x509-parser from 0.14.0 to 0.15.1 Bumps [x509-parser](https://github.com/rusticata/x509-parser) from 0.14.0 to 0.15.1. - [Release notes](https://github.com/rusticata/x509-parser/releases) - [Changelog](https://github.com/rusticata/x509-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/rusticata/x509-parser/compare/x509-parser-0.14.0...x509-parser-0.15.1) --- updated-dependencies: - dependency-name: x509-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- attestation-service/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8570eca..5576015 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4129,12 +4129,11 @@ dependencies = [ [[package]] name = "x509-parser" -version = "0.14.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8" +checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" dependencies = [ "asn1-rs", - "base64 0.13.1", "data-encoding", "der-parser", "lazy_static", diff --git a/attestation-service/Cargo.toml b/attestation-service/Cargo.toml index 7f8670b..f2f3c98 100644 --- a/attestation-service/Cargo.toml +++ b/attestation-service/Cargo.toml @@ -63,7 +63,7 @@ tonic = { workspace = true, optional = true } uuid = { version = "1.1.2", features = ["v4"] } veraison-apiclient = { git = "https://github.com/chendave/rust-apiclient", branch = "token", optional = true } ear = { git = "https://github.com/veraison/rust-ear", rev = "cc6ea53" } -x509-parser = { version = "0.14.0", optional = true } +x509-parser = { version = "0.15.1", optional = true } [build-dependencies] shadow-rs.workspace = true