From 02101a1c91a0e411bf76b1f305057b71537e4b46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 03:19:22 +0000 Subject: [PATCH] Update thiserror requirement from 1.0.29 to 2.0.0 Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.29...2.0.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- openssh-sftp-error/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh-sftp-error/Cargo.toml b/openssh-sftp-error/Cargo.toml index 09fad19..c57c2bf 100644 --- a/openssh-sftp-error/Cargo.toml +++ b/openssh-sftp-error/Cargo.toml @@ -20,7 +20,7 @@ features = ["openssh"] rustdoc-args = ["--cfg", "docsrs"] [dependencies] -thiserror = "1.0.29" +thiserror = "2.0.0" awaitable-error = "0.1.0" openssh-sftp-protocol-error = "0.1.0" ssh_format_error = "0.1.0"