chore(deps): switch greptime-proto to official repository (#6347)

This commit is contained in:
fys
2025-06-18 20:52:46 +08:00
committed by GitHub
parent 086ae9cdcd
commit 2ab08a8f93
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -5145,7 +5145,7 @@ dependencies = [
[[package]]
name = "greptime-proto"
version = "0.1.0"
source = "git+https://github.com/firefantasy/greptime-proto.git?rev=abaee5144a833a025f5bc0e41642ef733d9c5c98#abaee5144a833a025f5bc0e41642ef733d9c5c98"
source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=82fe5c6282f623c185b86f03e898ee8952e50cf9#82fe5c6282f623c185b86f03e898ee8952e50cf9"
dependencies = [
"prost 0.13.5",
"serde",

View File

@@ -134,7 +134,7 @@ etcd-client = "0.14"
fst = "0.4.7"
futures = "0.3"
futures-util = "0.3"
greptime-proto = { git = "https://github.com/firefantasy/greptime-proto.git", rev = "abaee5144a833a025f5bc0e41642ef733d9c5c98" }
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "82fe5c6282f623c185b86f03e898ee8952e50cf9" }
hex = "0.4"
http = "1"
humantime = "2.1"