diff --git a/Cargo.lock b/Cargo.lock index d619c5c994..4b1f972082 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5725,7 +5725,7 @@ dependencies = [ [[package]] name = "greptime-proto" version = "0.1.0" -source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=4010e25ea09bf0a3ef359b946376da67d0323c5d#4010e25ea09bf0a3ef359b946376da67d0323c5d" +source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=01d985d6d9eed6899dc6c75818b2f66ca3b98e35#01d985d6d9eed6899dc6c75818b2f66ca3b98e35" dependencies = [ "prost 0.14.1", "prost-types 0.14.1", diff --git a/Cargo.toml b/Cargo.toml index 4b576e75a4..cd7c679764 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -154,7 +154,7 @@ etcd-client = { version = "0.17", features = [ fst = "0.4.7" futures = "0.3" futures-util = "0.3" -greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "4010e25ea09bf0a3ef359b946376da67d0323c5d" } +greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "01d985d6d9eed6899dc6c75818b2f66ca3b98e35" } hex = "0.4" http = "1" humantime = "2.1"