Skip to content

Commit 446392e

Browse files
committed
Make sure we have all encodings enabled
Signed-off-by: Adam Gutglick <[email protected]>
1 parent 8de0b8a commit 446392e

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
@@ -133,7 +133,7 @@ jiff = "0.2.0"
133133
kanal = "0.1.1"
134134
lending-iterator = "0.1.7"
135135
libfuzzer-sys = "0.4"
136-
log = { version = "0.4" }
136+
log = { version = "0.4.21" }
137137
loom = { version = "0.7", features = ["checkpoint"] }
138138
memmap2 = "0.9.5"
139139
mimalloc = "0.1.42"

vortex-datafusion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ object_store = { workspace = true }
3636
tokio = { workspace = true, features = ["rt-multi-thread", "fs"] }
3737
tokio-stream = { workspace = true }
3838
tracing = { workspace = true, features = ["std", "attributes"] }
39-
vortex = { workspace = true, features = ["object_store", "tokio"] }
39+
vortex = { workspace = true, features = ["object_store", "tokio", "files"] }
4040
vortex-utils = { workspace = true, features = ["dashmap"] }
4141

4242
[dev-dependencies]

0 commit comments

Comments
 (0)