From 76dc3646ef61cfb0aaa5298721f1bd61f2a086af Mon Sep 17 00:00:00 2001 From: "chunshao.rcs" Date: Sat, 7 Oct 2023 14:27:58 +0800 Subject: [PATCH] chore: upgrade obkv table client --- Cargo.lock | 2 +- components/table_kv/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ad7d480e7..c6c2c3fe39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4453,7 +4453,7 @@ dependencies = [ [[package]] name = "obkv-table-client-rs" version = "0.1.0" -source = "git+https://github.com/oceanbase/obkv-table-client-rs.git?rev=a11cc604eb6345095ada4a8155ec22a0d758c752#a11cc604eb6345095ada4a8155ec22a0d758c752" +source = "git+https://github.com/oceanbase/obkv-table-client-rs.git?rev=eb958b29df93cac5f3a08f51dd9a962540cb67f9#eb958b29df93cac5f3a08f51dd9a962540cb67f9" dependencies = [ "anyhow", "byteorder", diff --git a/components/table_kv/Cargo.toml b/components/table_kv/Cargo.toml index 8e49b335a8..9ca01def37 100644 --- a/components/table_kv/Cargo.toml +++ b/components/table_kv/Cargo.toml @@ -28,7 +28,7 @@ workspace = true lazy_static = { workspace = true } log = { workspace = true } macros = { workspace = true } -obkv-table-client-rs = { git = "https://github.com/oceanbase/obkv-table-client-rs.git", rev = "a11cc604eb6345095ada4a8155ec22a0d758c752" } +obkv-table-client-rs = { git = "https://github.com/oceanbase/obkv-table-client-rs.git", rev = "eb958b29df93cac5f3a08f51dd9a962540cb67f9" } prometheus = { workspace = true } serde = { workspace = true } snafu = { workspace = true }