Skip to content

Commit e07be46

Browse files
Update thiserror requirement in /crates/mux-client-error (#59)
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.29...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd5d574 commit e07be46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/mux-client-error/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ keywords = ["ssh", "openssh", "multiplex", "async", "network"]
1313
categories = ["asynchronous", "network-programming", "api-bindings"]
1414

1515
[dependencies]
16-
thiserror = "1.0.29"
16+
thiserror = "2.0.0"
1717
ssh_format_error = "0.1"

0 commit comments

Comments
 (0)