chore: update proto to main branch

This commit is contained in:
discord9
2025-04-18 20:05:38 +08:00
parent 26d9517c3e
commit fa13d06fc6
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -4944,7 +4944,7 @@ dependencies = [
[[package]]
name = "greptime-proto"
version = "0.1.0"
source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=9a2cbf8538adc23a3f4b39bab6c5a3c1df55be0d#9a2cbf8538adc23a3f4b39bab6c5a3c1df55be0d"
source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=e82b0158cd38d4021edb4e4c0ae77f999051e62f#e82b0158cd38d4021edb4e4c0ae77f999051e62f"
dependencies = [
"prost 0.13.5",
"serde",

View File

@@ -129,7 +129,7 @@ etcd-client = "0.14"
fst = "0.4.7"
futures = "0.3"
futures-util = "0.3"
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "9a2cbf8538adc23a3f4b39bab6c5a3c1df55be0d" }
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "e82b0158cd38d4021edb4e4c0ae77f999051e62f" }
hex = "0.4"
http = "1"
humantime = "2.1"