chore: update proto

This commit is contained in:
Ning Sun
2025-12-18 14:46:00 +08:00
parent 6faf1bcb04
commit 223a978b17
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -5459,7 +5459,7 @@ dependencies = [
[[package]]
name = "greptime-proto"
version = "0.1.0"
source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=5b7d43d7bfd9bc491501b9491570f120d01a7588#5b7d43d7bfd9bc491501b9491570f120d01a7588"
source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=173efe5ec62722089db7c531c0b0d470a072b915#173efe5ec62722089db7c531c0b0d470a072b915"
dependencies = [
"prost 0.13.5",
"prost-types 0.13.5",

View File

@@ -150,7 +150,7 @@ etcd-client = { git = "https://github.com/GreptimeTeam/etcd-client", rev = "f62d
fst = "0.4.7"
futures = "0.3"
futures-util = "0.3"
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "5b7d43d7bfd9bc491501b9491570f120d01a7588" }
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "173efe5ec62722089db7c531c0b0d470a072b915" }
hex = "0.4"
http = "1"
humantime = "2.1"