Skip to content

Commit 29de8f8

Browse files
dependabot[bot]lutter
authored andcommitted
build(deps): bump thiserror from 2.0.16 to 2.0.17
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.16 to 2.0.17. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.16...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e60df6a commit 29de8f8

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 16 additions & 16 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
@@ -88,7 +88,7 @@ sqlparser = { version = "0.59.0", features = ["visitor"] }
8888
strum = { version = "0.26", features = ["derive"] }
8989
syn = { version = "2.0.106", features = ["full"] }
9090
test-store = { path = "./store/test-store" }
91-
thiserror = "2.0.16"
91+
thiserror = "2.0.17"
9292
deadpool = { version = "0.12", features = ["rt_tokio_1", "managed"] }
9393
tokio = { version = "1.45.1", features = ["full"] }
9494
tokio-stream = { version = "0.1.15", features = ["sync"] }

graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ prost-types = { workspace = true }
8181

8282
futures03 = { version = "0.3.31", package = "futures", features = ["compat"] }
8383
wasmparser = "0.118.1"
84-
thiserror = "2.0.16"
84+
thiserror = "2.0.17"
8585
parking_lot = "0.12.4"
8686
itertools = "0.14.0"
8787
defer = "0.2"

0 commit comments

Comments
 (0)