From 6f235aaf79427904ca5c97a8aa5010c1758c662b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:00:53 +0000 Subject: [PATCH] chore(deps): update rust crate tls-parser to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c83b7c..3d835b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ clap = "4.4" async-trait = "0.1" async-std = "1.12" httparse = "1.8" -tls-parser = "0.11" +tls-parser = "0.12" rtsp-types = "0.1" tracing-subscriber = "0.3" atm0s-sdn = "0.2"