From 21dd91400540e03ee5d8f032e9a93c6142ddaafd Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 24 Dec 2024 05:21:40 +0000 Subject: [PATCH] chore(deps): update tokio-prost monorepo to v0.13.4 --- Cargo.toml | 2 +- crates/crunch-envelope/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5eafef0..815e76a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ serde = { version = "1.0.188", features = ["derive"] } serde_json = { version = "1.0.107" } prost = { version = "0.13" } prost-types = { version = "0.13" } -prost-build = "0.12" +prost-build = "0.13" bytes = { version = "1.5" } tempfile = { version = "3.8.0" } genco = { version = "0.17.6" } diff --git a/crates/crunch-envelope/Cargo.toml b/crates/crunch-envelope/Cargo.toml index 87b73e0..79fecbf 100644 --- a/crates/crunch-envelope/Cargo.toml +++ b/crates/crunch-envelope/Cargo.toml @@ -25,7 +25,7 @@ bytes = {workspace = true, optional = true} [build-dependencies] capnpc = "0.18.0" -prost-build = "0.12" +prost-build = "0.13" [dev-dependencies] criterion = { version = "0.5" } \ No newline at end of file