From 26d9517c3eecb94011bdc32f930aabdfcd1c3693 Mon Sep 17 00:00:00 2001 From: discord9 Date: Fri, 18 Apr 2025 19:36:51 +0800 Subject: [PATCH] chore: update proto --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 945eef24ca..7afc304152 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4944,7 +4944,7 @@ dependencies = [ [[package]] name = "greptime-proto" version = "0.1.0" -source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=e8fce283e78186dca9ed4990a7535c4b38633370#e8fce283e78186dca9ed4990a7535c4b38633370" +source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=9a2cbf8538adc23a3f4b39bab6c5a3c1df55be0d#9a2cbf8538adc23a3f4b39bab6c5a3c1df55be0d" dependencies = [ "prost 0.13.5", "serde", diff --git a/Cargo.toml b/Cargo.toml index 9431acbe8c..fa11177e94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,7 +129,7 @@ etcd-client = "0.14" fst = "0.4.7" futures = "0.3" futures-util = "0.3" -greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "e8fce283e78186dca9ed4990a7535c4b38633370" } +greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "9a2cbf8538adc23a3f4b39bab6c5a3c1df55be0d" } hex = "0.4" http = "1" humantime = "2.1"