diff --git a/Cargo.toml b/Cargo.toml index a326a32059d7..91f09102ce48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,7 +146,6 @@ rstest = "0.23.0" serde_json = "1" sqlparser = { version = "0.51.0", features = ["visitor"] } tempfile = "3" -thiserror = "1.0.44" tokio = { version = "1.36", features = ["macros", "rt", "sync"] } url = "2.2" diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 8c4ad80e2924..d2365280937f 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -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" diff --git a/datafusion/sqllogictest/Cargo.toml b/datafusion/sqllogictest/Cargo.toml index 07dbc60e86bc..81682558d0a9 100644 --- a/datafusion/sqllogictest/Cargo.toml +++ b/datafusion/sqllogictest/Cargo.toml @@ -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 }