From 0b227434c82181374e83d333df1b52bbb7d813ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 01:17:12 +0000 Subject: [PATCH] build(deps): update x509-parser requirement from 0.16 to 0.17 --- updated-dependencies: - dependency-name: x509-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1bc93bf2..829fafe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -113,7 +113,7 @@ toml = "0.8" tracing = "0.1" url = "2" walkdir = "2" -x509-parser = "0.16" +x509-parser = "0.17" [workspace.lints.clippy] indexing_slicing = "deny"