Skip to content

Commit

Permalink
Update thiserror requirement from 1.0.29 to 2.0.0 (#142)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 54e8392 commit e64bec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssh-sftp-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e64bec5

Please sign in to comment.