Skip to content

Commit

Permalink
build(deps): bump thiserror from 1.0.65 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.65 to 2.0.0.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.65...2.0.0)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 8cfa96d commit e2df709
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 26 deletions.
66 changes: 43 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion daemon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serde = { version = "1.0.213", features = ["derive"], optional = true }
serde_json = "1.0.132"
strum = { version = "0.25.0", features = ["derive"], optional = true }
termcolor = "1.4.1"
thiserror = "1.0.65"
thiserror = "2.0.0"
tokio-stream = { version = "0.1.16", features = ["sync"] }
url2 = "0.0.6"

Expand Down
2 changes: 1 addition & 1 deletion minidsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ shellwords = "1.1.0"
strong-xml = "0.6.3"
strum = { version = "0.25.0", features = ["derive"] }
termcolor = "1.4.1"
thiserror = "1.0.65"
thiserror = "2.0.0"
tokio-stream = { version = "0.1.16", features = ["sync"] }
tokio-tungstenite = "0.20.1"
tower = { version = "0.4.13", features = ["util", "timeout"] }
Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bytes = "1.8.0"
schemars = { version = "0.8.21", optional = true }
serde = { version = "1.0.213", features = ["derive"], optional = true }
strum = { version = "0.25.0", features = ["derive"], optional = true }
thiserror = "1.0.65"
thiserror = "2.0.0"

[features]
debug = ["std"]
Expand Down

0 comments on commit e2df709

Please sign in to comment.