diff --git a/Cargo.lock b/Cargo.lock index d4db1185f331..55282788f464 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4531,7 +4531,7 @@ dependencies = [ [[package]] name = "greptime-proto" version = "0.1.0" -source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=b4d301184eb0d01fd4d1042fcc7c5dfb54f3c1e3#b4d301184eb0d01fd4d1042fcc7c5dfb54f3c1e3" +source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=c82e94411ecc110744606855923852e4446ba461#c82e94411ecc110744606855923852e4446ba461" dependencies = [ "prost 0.12.6", "serde", diff --git a/Cargo.toml b/Cargo.toml index daf79b17f931..d1d2ff32c779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -121,7 +121,7 @@ etcd-client = { version = "0.13" } fst = "0.4.7" futures = "0.3" futures-util = "0.3" -greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "b4d301184eb0d01fd4d1042fcc7c5dfb54f3c1e3" } +greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "c82e94411ecc110744606855923852e4446ba461" } humantime = "2.1" humantime-serde = "1.1" itertools = "0.10"