chore: remove dependency on "fast-float"

Signed-off-by: luofucong <luofc@foxmail.com>
This commit is contained in:
luofucong
2026-02-27 11:12:51 +08:00
parent f17a334058
commit 730fec9f8a
2 changed files with 8 additions and 7 deletions

13
Cargo.lock generated
View File

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

View File

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