Skip to content

Commit ea6053e

Browse files
build(deps): bump thiserror from 1.0.61 to 2.0.12
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.61...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a2bc63c commit ea6053e

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

Cargo.lock

Lines changed: 29 additions & 29 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
@@ -84,7 +84,7 @@ sqlparser = "0.46.0"
8484
strum = { version = "0.26", features = ["derive"] }
8585
syn = { version = "2.0.101", features = ["full"] }
8686
test-store = { path = "./store/test-store" }
87-
thiserror = "1.0.25"
87+
thiserror = "2.0.12"
8888
tokio = { version = "1.44.2", features = ["full"] }
8989
tonic = { version = "0.12.3", features = ["tls-roots", "gzip"] }
9090
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
@@ -87,7 +87,7 @@ prost-types = { workspace = true }
8787

8888
futures03 = { version = "0.3.1", package = "futures", features = ["compat"] }
8989
wasmparser = "0.118.1"
90-
thiserror = "1.0.25"
90+
thiserror = "2.0.12"
9191
parking_lot = "0.12.3"
9292
itertools = "0.13.0"
9393
defer = "0.2"

0 commit comments

Comments
 (0)