Skip to content

Commit 3e251fb

Browse files
committed
fix: remove duplicate log dependency in Cargo.toml
1 parent 315abb8 commit 3e251fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-io/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ getrandom_v03 = { workspace = true } # Needed to pickup the "wasm_js" feature fo
2626
glob = { workspace = true }
2727
handle = "1.0.2"
2828
kanal = { workspace = true }
29+
log = { workspace = true }
2930
object_store = { workspace = true, optional = true, features = ["fs"] }
3031
oneshot = { workspace = true }
3132
parking_lot = { workspace = true }
@@ -38,7 +39,6 @@ tokio = { workspace = true, features = [
3839
tracing = { workspace = true }
3940
vortex-array = { workspace = true }
4041
vortex-buffer = { workspace = true }
41-
log = { workspace = true }
4242
vortex-error = { workspace = true }
4343
vortex-metrics = { workspace = true }
4444
vortex-session = { workspace = true }

0 commit comments

Comments
 (0)