chore: update proto

Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
discord9
2026-03-03 14:48:17 +08:00
parent 026525fcc9
commit 41fec4acbb
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"