From bbbeaa709bfeda73f1da44e8971c19262fcfdf0e Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Wed, 2 Aug 2023 14:33:10 +0800 Subject: [PATCH] fix(deps): update greptime-proto rev to the one after merge (#2063) Signed-off-by: Ruihang Xia --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcae106b39..b9af4a696a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ datafusion-substrait = { git = "https://github.com/waynexia/arrow-datafusion.git derive_builder = "0.12" futures = "0.3" futures-util = "0.3" -greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "3d8ac534a0c8fd1c6ec66d129345b44c95665ebc" } +greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "eeae2d0dfa8ee320a7b9e987b4631a6c1c732ebd" } itertools = "0.10" lazy_static = "1.4" once_cell = "1.18"