From d3f7a9ac4677973f6299a2b4e66cd2348c406099 Mon Sep 17 00:00:00 2001 From: RanMiller Date: Fri, 16 Aug 2024 15:04:39 +0000 Subject: [PATCH] feat: update rustls to 0.23 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 353974dd..a90405e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,12 @@ edition = "2021" license = "Apache-2.0" [dependencies] -prost = "0.12" +prost = "0.13" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" strum = "0.25" strum_macros = "0.25" -tonic = "0.11" +tonic = "0.12" [build-dependencies] tonic-build = "0.11"