Skip to content

Commit

Permalink
Bump thiserror from 1.0.59 to 2.0.6
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 2.0.6.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.59...2.0.6)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent f69bca0 commit 7fec9c4
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 44 deletions.
102 changes: 61 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ schemars = { version = "0.8.16", features = ["smol_str", "preserve_order"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_json = { version = "1.0.116", features = ["raw_value"] }
serde_yaml = "0.9.34"
thiserror = "1.0.59"
thiserror = "2.0.6"
tokio = { version = "1.42.0", features = ["full"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/ndc-sqlserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serde_json = { version = "1.0.116", features = ["raw_value"] }
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.40"
prometheus = "0.13.3"
thiserror = "1.0.59"
thiserror = "2.0.6"

[dev-dependencies]
ndc-test = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/query-engine/execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ serde_json = "1.0.116"
sqlformat = "0.2.3"
tokio-stream = "0.1.14"
tracing = "0.1.40"
thiserror = "1.0"
thiserror = "2.0"

0 comments on commit 7fec9c4

Please sign in to comment.