From 34907425c9f381a52281ba59afec189f5cbaa4ea Mon Sep 17 00:00:00 2001 From: "dashql-renovate[bot]" <203421728+dashql-renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 06:34:44 +0000 Subject: [PATCH] Update protobuf to ^0.14.4 --- Cargo.lock | 8 ++++---- packages/dashql-native/Cargo.toml | 2 +- packages/hyper-http-proxy/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26ccc30c1..dd8d115b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4451,9 +4451,9 @@ dependencies = [ [[package]] name = "prost" -version = "0.14.3" +version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568" +checksum = "528ac67416ff8646872a3c02cad9cc4ee5dc9f9540c9b10771855c95cb2e5ae1" dependencies = [ "bytes", "prost-derive", @@ -4482,9 +4482,9 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.14.3" +version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" +checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf" dependencies = [ "anyhow", "itertools", diff --git a/packages/dashql-native/Cargo.toml b/packages/dashql-native/Cargo.toml index def262b39..906018ccb 100644 --- a/packages/dashql-native/Cargo.toml +++ b/packages/dashql-native/Cargo.toml @@ -32,7 +32,7 @@ http-body-util = "0.1.3" http = "1.4.0" tower-service = "0.3.3" bytes = "1.11.1" -prost = "^0.14.3" +prost = "^0.14.4" once_cell = "1.21.4" lazy_static = "1.5.0" url = "2.5.8" diff --git a/packages/hyper-http-proxy/Cargo.toml b/packages/hyper-http-proxy/Cargo.toml index 7ba62b50c..b24fe17f9 100644 --- a/packages/hyper-http-proxy/Cargo.toml +++ b/packages/hyper-http-proxy/Cargo.toml @@ -16,7 +16,7 @@ http = "1.4.0" http-body-util = "0.1.3" log = "0.4.30" env_logger = "0.11.10" -prost = "^0.14.3" +prost = "^0.14.4" serde_json = "1.0.150" futures-util = "0.3.32" reqwest = { version = "^0.13.3", default-features = false, features = ["native-tls", "http2", "charset", "stream"] }