Skip to content

Commit d813e24

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 91137d1 commit d813e24

File tree

2 files changed

+36
-36
lines changed

2 files changed

+36
-36
lines changed

Cargo.lock

Lines changed: 35 additions & 35 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
@@ -87,7 +87,7 @@ sqlparser = { version = "0.60.0", features = ["visitor"] }
8787
strum = { version = "0.27", features = ["derive"] }
8888
syn = { version = "2.0.114", features = ["full"] }
8989
test-store = { path = "./store/test-store" }
90-
thiserror = "2.0.17"
90+
thiserror = "2.0.18"
9191
deadpool = { version = "0.12", features = ["rt_tokio_1", "managed"] }
9292
tokio = { version = "1.45.1", features = ["full"] }
9393
tokio-stream = { version = "0.1.15", features = ["sync"] }

0 commit comments

Comments
 (0)