build(deps): switch to upstream jsonb (#4986)

chore: jsonb
This commit is contained in:
Yohan Wal
2024-11-13 19:15:37 +08:00
committed by GitHub
parent aa6c2de42a
commit f4b9eac465
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -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",

View File

@@ -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"