chore: update to main

Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
discord9
2026-05-13 20:13:50 +08:00
parent cb41dde52b
commit 519941aa05
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -5804,7 +5804,7 @@ dependencies = [
[[package]]
name = "greptime-proto"
version = "0.1.0"
source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=4cbc54accdd975ddbf84a473d254851f93a23431#4cbc54accdd975ddbf84a473d254851f93a23431"
source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=dfd2a6d7d3d9c718cb159fcf9abae144b74fc503#dfd2a6d7d3d9c718cb159fcf9abae144b74fc503"
dependencies = [
"prost 0.14.1",
"prost-types 0.14.1",

View File

@@ -159,7 +159,7 @@ fs2 = "0.4"
fst = "0.4.7"
futures = "0.3"
futures-util = "0.3"
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "4cbc54accdd975ddbf84a473d254851f93a23431" }
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "dfd2a6d7d3d9c718cb159fcf9abae144b74fc503" }
hex = "0.4"
http = "1"
humantime = "2.1"