Skip to content

Commit

Permalink
Move thiserror dependency to sqllogictest
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Nov 6, 2024
1 parent a5cbee8 commit a51c5b2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ rstest = "0.23.0"
serde_json = "1"
sqlparser = { version = "0.51.0", features = ["visitor"] }
tempfile = "3"
thiserror = "2.0.0"
tokio = { version = "1.36", features = ["macros", "rt", "sync"] }
url = "2.2"

Expand Down
1 change: 0 additions & 1 deletion datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ rstest = { workspace = true }
rust_decimal = { version = "1.27.0", features = ["tokio-pg"] }
serde_json = { workspace = true }
test-utils = { path = "../../test-utils" }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot", "fs"] }
tokio-postgres = "0.7.7"

Expand Down
2 changes: 1 addition & 1 deletion datafusion/sqllogictest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ rust_decimal = { version = "1.27.0" }
sqllogictest = "0.22.0"
sqlparser = { workspace = true }
tempfile = { workspace = true }
thiserror = { workspace = true }
thiserror = "2.0.0"
tokio = { workspace = true }
tokio-postgres = { version = "0.7.7", optional = true }

Expand Down

0 comments on commit a51c5b2

Please sign in to comment.