Skip to content

Commit c3a9847

Browse files
Update thiserror requirement from 1.0.44 to 2.0.0 (#13273)
* Update thiserror requirement from 1.0.44 to 2.0.0 Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.44...1.0.68) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Move thiserror dependency to sqllogictest --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Lamb <[email protected]>
1 parent ca59c72 commit c3a9847

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@ rstest = "0.23.0"
146146
serde_json = "1"
147147
sqlparser = { version = "0.51.0", features = ["visitor"] }
148148
tempfile = "3"
149-
thiserror = "1.0.44"
150149
tokio = { version = "1.36", features = ["macros", "rt", "sync"] }
151150
url = "2.2"
152151

datafusion/core/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ rstest = { workspace = true }
157157
rust_decimal = { version = "1.27.0", features = ["tokio-pg"] }
158158
serde_json = { workspace = true }
159159
test-utils = { path = "../../test-utils" }
160-
thiserror = { workspace = true }
161160
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot", "fs"] }
162161
tokio-postgres = "0.7.7"
163162

datafusion/sqllogictest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ rust_decimal = { version = "1.27.0" }
5454
sqllogictest = "0.22.0"
5555
sqlparser = { workspace = true }
5656
tempfile = { workspace = true }
57-
thiserror = { workspace = true }
57+
thiserror = "2.0.0"
5858
tokio = { workspace = true }
5959
tokio-postgres = { version = "0.7.7", optional = true }
6060

0 commit comments

Comments
 (0)