From adb1ea549e11fe7b6706eb8de312993d65017b55 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 19 Jun 2025 00:52:01 +0000 Subject: [PATCH] fix(deps): update tokio-prost monorepo to 0.14.0 --- crates/voidpin/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/voidpin/Cargo.toml b/crates/voidpin/Cargo.toml index 231c58c..0bead2e 100644 --- a/crates/voidpin/Cargo.toml +++ b/crates/voidpin/Cargo.toml @@ -15,7 +15,7 @@ dotenv.workspace = true serde = { version = "1.0.197", features = ["derive"] } uuid = { version = "1.7.0", features = ["v4"] } tonic = { version = "0.12.3", features = ["tls", "tls-roots"] } -prost = "0.13.4" -prost-types = "0.13.4" +prost = "0.14.0" +prost-types = "0.14.0" bytes = "1.9.0" async-trait = "0.1.85"