diff --git a/Cargo.lock b/Cargo.lock index 35a23e331d..9629a9aede 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4935,10 +4935,10 @@ dependencies = [ ] [[package]] -name = "fast-float" -version = "0.2.0" +name = "fast-float2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" +checksum = "f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55" [[package]] name = "fastbloom" @@ -6846,11 +6846,12 @@ dependencies = [ [[package]] name = "jsonb" -version = "0.4.3" -source = "git+https://github.com/databendlabs/jsonb.git?rev=8c8d2fc294a39f3ff08909d60f718639cfba3875#8c8d2fc294a39f3ff08909d60f718639cfba3875" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "acd7dc2490b13d09367f5dc4bf202a5d70958dd5b9b2758e2708ee062752a824" dependencies = [ "byteorder", - "fast-float", + "fast-float2", "itoa", "nom 7.1.3", "ordered-float 4.6.0", diff --git a/Cargo.toml b/Cargo.toml index b8f28cc7db..8b5c35c895 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -162,7 +162,7 @@ humantime-serde = "1.1" hyper = "1.1" hyper-util = "0.1" itertools = "0.14" -jsonb = { git = "https://github.com/databendlabs/jsonb.git", rev = "8c8d2fc294a39f3ff08909d60f718639cfba3875", default-features = false } +jsonb = { version = "0.4.4", default-features = false } lazy_static = "1.4" local-ip-address = "0.6" loki-proto = { git = "https://github.com/GreptimeTeam/loki-proto.git", rev = "f69c8924c4babe516373e26a4118be82d976629c" }