Skip to content

Commit

Permalink
Update thiserror requirement from 1.0.29 to 2.0.3 (#1637)
Browse files Browse the repository at this point in the history
* Update thiserror requirement from 1.0.29 to 2.0.3

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...1.0.69)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* exclude thiserror from deny multiple

Signed-off-by: clux <[email protected]>

* really skip thiserror

Signed-off-by: clux <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: clux <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eirik A <[email protected]>
  • Loading branch information
dependabot[bot] and clux authored Nov 19, 2024
1 parent 8b5230f commit 2ff5594
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ serde_yaml = "0.9.19"
syn = "2.0.38"
tame-oauth = "0.10.0"
tempfile = "3.1.0"
thiserror = "1.0.29"
thiserror = "2.0.3"
tokio = "1.14.0"
tokio-test = "0.4.0"
tokio-tungstenite = "0.24.0"
Expand Down
6 changes: 6 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,9 @@ name = "windows-sys"
[[bans.skip]]
# different sources of miniz_oxide which users will not generally see
name = "miniz_oxide"

# currently multiple version of thiserror in flight due to its major bump
[[bans.skip]]
name = "thiserror"
[[bans.skip]]
name = "thiserror-impl"

0 comments on commit 2ff5594

Please sign in to comment.