diff --git a/Cargo.lock b/Cargo.lock index 786c1c3a8b..88c7f7f080 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5481,7 +5481,7 @@ dependencies = [ [[package]] name = "jsonb" version = "0.4.1" -source = "git+https://github.com/CookiePieWw/jsonb.git?rev=d0166c130fce903bf6c58643417a3173a6172d31#d0166c130fce903bf6c58643417a3173a6172d31" +source = "git+https://github.com/datafuselabs/jsonb.git?rev=46ad50fc71cf75afbf98eec455f7892a6387c1fc#46ad50fc71cf75afbf98eec455f7892a6387c1fc" dependencies = [ "byteorder", "fast-float", diff --git a/Cargo.toml b/Cargo.toml index c1eea12a53..25cd5b5dd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -124,7 +124,7 @@ greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", r humantime = "2.1" humantime-serde = "1.1" itertools = "0.10" -jsonb = { git = "https://github.com/CookiePieWw/jsonb.git", rev = "d0166c130fce903bf6c58643417a3173a6172d31", default-features = false } +jsonb = { git = "https://github.com/datafuselabs/jsonb.git", rev = "46ad50fc71cf75afbf98eec455f7892a6387c1fc", default-features = false } lazy_static = "1.4" meter-core = { git = "https://github.com/GreptimeTeam/greptime-meter.git", rev = "80eb97c24c88af4dd9a86f8bbaf50e741d4eb8cd" } mockall = "0.11.4"