From 9bf9aa10822a421a7507cc70470a10bafaf1bb25 Mon Sep 17 00:00:00 2001 From: Yingwen Date: Fri, 3 Jan 2025 23:41:00 +0800 Subject: [PATCH] chore: update greptime-proto to include add_if_not_exists (#5289) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51d9c78218..7530aa0f4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4593,7 +4593,7 @@ dependencies = [ [[package]] name = "greptime-proto" version = "0.1.0" -source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=7c01e4a8e64580707438dabc5cf7f4e2584c28b6#7c01e4a8e64580707438dabc5cf7f4e2584c28b6" +source = "git+https://github.com/GreptimeTeam/greptime-proto.git?rev=43ddd8dea69f4df0fe2e8b5cdc0044d2cfa35908#43ddd8dea69f4df0fe2e8b5cdc0044d2cfa35908" dependencies = [ "prost 0.12.6", "serde", diff --git a/Cargo.toml b/Cargo.toml index 2320ebaeaf..73571315fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -126,7 +126,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 = "7c01e4a8e64580707438dabc5cf7f4e2584c28b6" } +greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "43ddd8dea69f4df0fe2e8b5cdc0044d2cfa35908" } hex = "0.4" http = "0.2" humantime = "2.1"