Skip to content

Commit 0a05b4a

Browse files
chore(deps): bump thiserror from 1.0.69 to 2.0.16
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.69 to 2.0.16. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.16) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 985ebd4 commit 0a05b4a

File tree

4 files changed

+31
-11
lines changed

4 files changed

+31
-11
lines changed

Cargo.lock

Lines changed: 28 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ serde = { version = "1.0.219", features = ["derive"], optional = true }
3737
serde_json = "1.0.140"
3838
strum = { version = "0.25.0", features = ["derive"], optional = true }
3939
termcolor = "1.4.1"
40-
thiserror = "1.0.69"
40+
thiserror = "2.0.16"
4141
tokio-stream = { version = "0.1.17", features = ["sync"] }
4242
url2 = "0.0.6"
4343

minidsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ shellwords = "1.1.0"
3838
strong-xml = "0.6.3"
3939
strum = { version = "0.25.0", features = ["derive"] }
4040
termcolor = "1.4.1"
41-
thiserror = "1.0.69"
41+
thiserror = "2.0.16"
4242
tokio-stream = { version = "0.1.17", features = ["sync"] }
4343
tokio-tungstenite = "0.20.1"
4444
tower = { version = "0.4.13", features = ["util", "timeout"] }

protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bytes = "1.10.1"
1313
schemars = { version = "0.8.22", optional = true }
1414
serde = { version = "1.0.219", features = ["derive"], optional = true }
1515
strum = { version = "0.25.0", features = ["derive"], optional = true }
16-
thiserror = "1.0.69"
16+
thiserror = "2.0.16"
1717

1818
[features]
1919
debug = ["std"]

0 commit comments

Comments
 (0)