From 713cf3adf1ec80df51f8d650b4808336fb6d03c3 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 25 Mar 2025 23:45:28 +0000 Subject: [PATCH] chore(deps): update tonic monorepo to 0.13.0 --- Cargo.toml | 2 +- crates/hyperlog-protos/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6f6e559..68a7992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0.202", features = ["derive"] } serde_json = "1.0.117" itertools = "0.14.0" uuid = { version = "1.8.0", features = ["v4"] } -tonic = { version = "0.12.0", features = ["tls", "tls-roots"] } +tonic = { version = "0.13.0", features = ["tls", "tls-roots"] } futures = { version = "0.3.30" } sha2 = { version = "0.10.8" } hex = { version = "0.4.3" } diff --git a/crates/hyperlog-protos/Cargo.toml b/crates/hyperlog-protos/Cargo.toml index 486c4b3..3af5220 100644 --- a/crates/hyperlog-protos/Cargo.toml +++ b/crates/hyperlog-protos/Cargo.toml @@ -9,4 +9,4 @@ tonic.workspace = true prost = "0.13.0" [build-dependencies] -tonic-build = "0.12.0" +tonic-build = "0.13.0"