chore: update proto rev (#5379)

This commit is contained in:
Yohan Wal
2025-01-16 16:06:28 +08:00
committed by GitHub
parent 317fe9eaa5
commit 0db10a33d0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -4449,7 +4449,7 @@ dependencies = [
[[package]]
name = "greptime-proto"
version = "0.1.0"
source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=9c56862fdcf713ad485932a62702b8afbd5a22dd#9c56862fdcf713ad485932a62702b8afbd5a22dd"
source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=4a173785b3376267c4d62b6e0b0a54ca040822aa#4a173785b3376267c4d62b6e0b0a54ca040822aa"
dependencies = [
"prost 0.12.6",
"serde",

View File

@@ -124,7 +124,7 @@ etcd-client = "0.13"
fst = "0.4.7"
futures = "0.3"
futures-util = "0.3"
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "9c56862fdcf713ad485932a62702b8afbd5a22dd" }
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "4a173785b3376267c4d62b6e0b0a54ca040822aa" }
hex = "0.4"
http = "0.2"
humantime = "2.1"