Skip to content

Commit 4794738

Browse files
Bump thiserror from 1.0.67 to 2.0.7
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.67 to 2.0.7. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.67...2.0.7) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 11bae89 commit 4794738

File tree

4 files changed

+59
-39
lines changed

4 files changed

+59
-39
lines changed

Cargo.lock

Lines changed: 56 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

asyncgit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rayon-core = "1.12"
3333
scopetime = { path = "../scopetime", version = "0.1" }
3434
serde = { version = "1.0", features = ["derive"] }
3535
ssh-key = { version = "0.6.7", features = ["crypto", "encryption"] }
36-
thiserror = "1.0"
36+
thiserror = "2.0"
3737
unicode-truncate = "1.0"
3838
url = "2.5"
3939

filetreelist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["gui", "cli", "terminal", "ui", "tui"]
1313
exclude = ["/demo.gif"]
1414

1515
[dependencies]
16-
thiserror = "1.0"
16+
thiserror = "2.0"
1717

1818
[dev-dependencies]
1919
pretty_assertions = "1.4"

git2-hooks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["git"]
1616
git2 = ">=0.17"
1717
log = "0.4"
1818
shellexpand = "3.1"
19-
thiserror = "1.0"
19+
thiserror = "2.0"
2020

2121
[dev-dependencies]
2222
git2-testing = { path = "../git2-testing" }

0 commit comments

Comments
 (0)