From 4a3bb5b65fd5e698e1c6621bb2da9cdccfea267d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:13:44 +0000 Subject: [PATCH] chore(deps): update x509-parser requirement from 0.15.0 to 0.16.0 --- 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 4575c19..1b6888b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ tls-listener = { version = "0.8.0", features = ["rustls", "hyper-h1", "hyper-h2" tokio = { version = "1.24.2", features = ["full"] } tokio-native-tls = "0.3.1" tracing-subscriber = "0.3.0" -x509-parser = "0.15.0" +x509-parser = "0.16.0" [features] decoder = ["dep:async-compression", "dep:tokio-util", "hyper/stream", "tokio/io-util"]