Skip to content

Commit

Permalink
deps(core): update thiserror requirement in /wren-core in the all group
Browse files Browse the repository at this point in the history
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version.

Updates `thiserror` to 2.0.3
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.61...2.0.3)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent ceec377 commit c40ee32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wren-core/sqllogictest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ half = { version = "2.4.1", default-features = true }
log = { workspace = true }
rust_decimal = { version = "1.27.0" }
sqllogictest = "0.22.0"
thiserror = "1.0.61"
thiserror = "2.0.3"
tokio = { workspace = true }
wren-core = { path = "../core" }

Expand Down

0 comments on commit c40ee32

Please sign in to comment.