Skip to content

Commit

Permalink
Update thiserror requirement from 1.0.29 to 2.0.7
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.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent c84d7bd commit 27e3df6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ maybe-async = "0.2.6"
serde = { version = "1.0.130", default-features = false }
serde_json = "1.0.67"
sha2 = "0.10.0"
thiserror = "1.0.29"
thiserror = "2.0.7"
url = "2.2.2"
webbrowser = { version = "1.0.0", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion rspotify-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async-trait = { version = "0.1.51", optional = true }
log = "0.4.14"
maybe-async = "0.2.6"
serde_json = "1.0.67"
thiserror = "1.0.29"
thiserror = "2.0.7"

# Supported clients
reqwest = { version = "0.12.1", default-features = false, features = ["json", "socks"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion rspotify-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ enum_dispatch = "0.3.8"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.67"
strum = { version = "0.26.1", features = ["derive"] }
thiserror = "1.0.29"
thiserror = "2.0.7"

0 comments on commit 27e3df6

Please sign in to comment.