From f4b9eac465798caf0b765d313b4bf5963edbd7eb Mon Sep 17 00:00:00 2001 From: Yohan Wal Date: Wed, 13 Nov 2024 19:15:37 +0800 Subject: [PATCH] build(deps): switch to upstream jsonb (#4986) chore: jsonb --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 13e5ed111f..c42187922c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5650,7 +5650,7 @@ dependencies = [ [[package]] name = "jsonb" version = "0.4.3" -source = "git+https://github.com/CookiePieWw/jsonb.git?rev=ed2d4f8575419ed434a4ae09dee18ca900915d9c#ed2d4f8575419ed434a4ae09dee18ca900915d9c" +source = "git+https://github.com/databendlabs/jsonb.git?rev=8c8d2fc294a39f3ff08909d60f718639cfba3875#8c8d2fc294a39f3ff08909d60f718639cfba3875" dependencies = [ "byteorder", "fast-float", diff --git a/Cargo.toml b/Cargo.toml index c2a89ea0c3..0a06bf16ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ hex = "0.4" humantime = "2.1" humantime-serde = "1.1" itertools = "0.10" -jsonb = { git = "https://github.com/CookiePieWw/jsonb.git", rev = "ed2d4f8575419ed434a4ae09dee18ca900915d9c", default-features = false } +jsonb = { git = "https://github.com/databendlabs/jsonb.git", rev = "8c8d2fc294a39f3ff08909d60f718639cfba3875", default-features = false } lazy_static = "1.4" meter-core = { git = "https://github.com/GreptimeTeam/greptime-meter.git", rev = "a10facb353b41460eeb98578868ebf19c2084fac" } mockall = "0.11.4"