Skip to content

Commit 54db31e

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

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 15 additions & 15 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 = "0.46.0"
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.12"
91+
thiserror = "2.0.16"
9292
tokio = { version = "1.45.1", features = ["full"] }
9393
tonic = { version = "0.12.3", features = ["tls-roots", "gzip"] }
9494
tonic-build = { version = "0.12.3", features = ["prost"] }

graph/Cargo.toml

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

8989
futures03 = { version = "0.3.31", package = "futures", features = ["compat"] }
9090
wasmparser = "0.118.1"
91-
thiserror = "2.0.12"
91+
thiserror = "2.0.16"
9292
parking_lot = "0.12.4"
9393
itertools = "0.14.0"
9494
defer = "0.2"

0 commit comments

Comments
 (0)