Skip to content

Commit 10d7e82

Browse files
authoredFeb 1, 2025··
chore(deps): bump thiserror from 2.0.9 to 2.0.11 (#325)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.11. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.9...2.0.11) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39fa5a1 commit 10d7e82

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 

‎Cargo.lock

+6-6
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
@@ -35,7 +35,7 @@ dialoguer = { version = "0.11.0", default-features = false }
3535
dirs = "6.0.0"
3636
process_control = "5.0.0"
3737
serde = { version = "1.0.217", features = ["derive"] }
38-
thiserror = "2.0.9"
38+
thiserror = "2.0.11"
3939
toml = "0.8.19"
4040
ureq = "3.0.3"
4141

0 commit comments

Comments
 (0)
Please sign in to comment.