Skip to content

Commit 635d84a

Browse files
build(deps): bump thiserror from 2.0.17 to 2.0.18
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.17 to 2.0.18. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.17...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc48c6c commit 635d84a

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ sqlparser = { version = "0.60.0", features = ["visitor"] }
8585
strum = { version = "0.27", features = ["derive"] }
8686
syn = { version = "2.0.114", features = ["full"] }
8787
test-store = { path = "./store/test-store" }
88-
thiserror = "2.0.17"
88+
thiserror = "2.0.18"
8989
deadpool = { version = "0.12", features = ["rt_tokio_1", "managed"] }
9090
tokio = { version = "1.45.1", features = ["full"] }
9191
tokio-stream = { version = "0.1.15", features = ["sync"] }

0 commit comments

Comments
 (0)