Skip to content

Commit 01352f1

Browse files
committed
fix
1 parent eef2887 commit 01352f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ wiremock = "0.6"
542542
wkt = "0.11.1"
543543
xorf = { version = "0.11.0", default-features = false, features = ["binary-fuse"] }
544544
xorfilter-rs = "0.5"
545-
zstd = "0.12.3"
546545
zerocopy = "0.8.26"
546+
zstd = "0.12.3"
547547

548548
# AST needed
549549
cargo-license = "0.6.1"

src/query/storages/common/index/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jsonb = { workspace = true }
3131
levenshtein_automata = { workspace = true }
3232
log = { workspace = true }
3333
match-template = { workspace = true }
34-
num_cpus = { workspace = true }
3534
num-traits = { workspace = true }
35+
num_cpus = { workspace = true }
3636
ordered-float = { workspace = true }
3737
parking_lot = { workspace = true }
3838
parquet = { workspace = true }

0 commit comments

Comments
 (0)