From b968d2596153807aea9e5a268d3ed9f6c57efa71 Mon Sep 17 00:00:00 2001 From: jeremyhi Date: Fri, 12 Apr 2024 17:17:17 +0800 Subject: [PATCH] chore: proto rev --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7ccb1ab93a1..1a6a468e7054 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3775,7 +3775,7 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "greptime-proto" version = "0.1.0" -source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=3edba4e6342d8926e427a1a2f12973420d06991c#3edba4e6342d8926e427a1a2f12973420d06991c" +source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=8da84a04b137c4104262459807eab1c04b92f3cc#8da84a04b137c4104262459807eab1c04b92f3cc" dependencies = [ "prost 0.12.3", "serde", diff --git a/Cargo.toml b/Cargo.toml index 30788ba32ae1..bbba87e3ae81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ etcd-client = "0.12" fst = "0.4.7" futures = "0.3" futures-util = "0.3" -greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "3edba4e6342d8926e427a1a2f12973420d06991c" } +greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "8da84a04b137c4104262459807eab1c04b92f3cc" } humantime = "2.1" humantime-serde = "1.1" itertools = "0.10"