From 223a978b17eee781de7e56adac19d1531dbd6a40 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Thu, 18 Dec 2025 14:46:00 +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 b90cc5286c..b910b7c475 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5459,7 +5459,7 @@ dependencies = [ [[package]] name = "greptime-proto" version = "0.1.0" -source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=5b7d43d7bfd9bc491501b9491570f120d01a7588#5b7d43d7bfd9bc491501b9491570f120d01a7588" +source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=173efe5ec62722089db7c531c0b0d470a072b915#173efe5ec62722089db7c531c0b0d470a072b915" dependencies = [ "prost 0.13.5", "prost-types 0.13.5", diff --git a/Cargo.toml b/Cargo.toml index 6e565f8a67..3b76727f0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -150,7 +150,7 @@ etcd-client = { git = "https://github.com/GreptimeTeam/etcd-client", rev = "f62d fst = "0.4.7" futures = "0.3" futures-util = "0.3" -greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "5b7d43d7bfd9bc491501b9491570f120d01a7588" } +greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "173efe5ec62722089db7c531c0b0d470a072b915" } hex = "0.4" http = "1" humantime = "2.1"