Skip to content

Commit c1097ac

Browse files
committed
Remove unused dependency
Due to a cargo bug, this was causing issues with adding rusqlite to ZQ2. See launchbadge/sqlx#3211 - Cargo would detect a spurious version conflict in the sqlite version to bundle. However sqlx appears completely unused in zqutils so removing the dependency entirely is an easy fix.
1 parent 37c8319 commit c1097ac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

zqutils/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ semver = "1.0.21"
3636
serde = { version = "1.0.192", features = ["derive"] }
3737
serde_json = "1.0.108"
3838
serde_yaml = "0.9.27"
39-
sqlx = "0.7.3"
40-
sqlx-postgres = "0.7.3"
4139
sysctl = "0.5.5"
4240
sysinfo = "0.30.5"
4341
tokio = { version = "1.32.0", features = ["full"] }

0 commit comments

Comments
 (0)