diff --git a/Cargo.lock b/Cargo.lock index c143c5c84274..f89af584fcc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3866,7 +3866,7 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "greptime-proto" version = "0.1.0" -source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=73621d1a115bd3fd0b7378d794c2a46aa7304e53#73621d1a115bd3fd0b7378d794c2a46aa7304e53" +source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=aba235025ac5643c12bfdcefd656af11ad58ea8e#aba235025ac5643c12bfdcefd656af11ad58ea8e" dependencies = [ "prost 0.12.4", "serde", diff --git a/Cargo.toml b/Cargo.toml index ba8c386738f1..dfe513808f20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ etcd-client = { git = "https://github.com/MichaelScofield/etcd-client.git", rev fst = "0.4.7" futures = "0.3" futures-util = "0.3" -greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "73621d1a115bd3fd0b7378d794c2a46aa7304e53" } +greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "aba235025ac5643c12bfdcefd656af11ad58ea8e" } humantime = "2.1" humantime-serde = "1.1" itertools = "0.10"