Skip to content

Commit b2bbba5

Browse files
committed
taplo
Signed-off-by: Onur Satici <onur@spiraldb.com>
1 parent caffe3f commit b2bbba5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ arrow-schema = "57.1"
9999
arrow-select = "57.1"
100100
arrow-string = "57.1"
101101
async-compat = "0.2.5"
102-
async-lock = "3.4"
103102
async-fs = "2.2.0"
103+
async-lock = "3.4"
104104
async-stream = "0.3.6"
105105
async-trait = "0.1.89"
106106
bindgen = "0.72.0"

vortex-array/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ workspace = true
2222
[dependencies]
2323
arbitrary = { workspace = true, optional = true }
2424
arcref = { workspace = true }
25-
async-lock = { workspace = true }
2625
arrow-arith = { workspace = true }
2726
arrow-array = { workspace = true, features = ["ffi"] }
2827
arrow-buffer = { workspace = true }
@@ -32,6 +31,7 @@ arrow-ord = { workspace = true }
3231
arrow-schema = { workspace = true }
3332
arrow-select = { workspace = true }
3433
arrow-string = { workspace = true }
34+
async-lock = { workspace = true }
3535
cfg-if = { workspace = true }
3636
enum-iterator = { workspace = true }
3737
flatbuffers = { workspace = true }

0 commit comments

Comments
 (0)