Skip to content

Commit 5ed67dc

Browse files
Bump thiserror from 1.0.56 to 1.0.57
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.56 to 1.0.57. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.56...1.0.57) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d7847d1 commit 5ed67dc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ topiary-tree-sitter-facade = { git = "https://github.com/tweag/topiary.git", ver
1313
tree-sitter-facade = { git = "https://github.com/tweag/tree-sitter-facade" }
1414
clap = { version = "4.4.18", features = ["std", "derive", "help"], default-features = false }
1515
tree-sitter = "0.20.10"
16-
thiserror = "1.0.56"
16+
thiserror = "1.0.57"
1717
miette = { version = "7.0.0", default-features = false, features = ["derive", "fancy"] }
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)