Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 97918cd commit 30b84c2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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.193", features = ["derive"], optional = true }
serde_json = "1.0.108"
strum = { version = "0.25.0", features = ["derive"], optional = true }
termcolor = "1.4.0"
thiserror = "1.0.50"
thiserror = "1.0.55"
tokio-stream = { version = "0.1.14", 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 @@ -34,7 +34,7 @@ shellwords = "1.1.0"
strong-xml = "0.6.3"
strum = { version = "0.25.0", features = ["derive"] }
termcolor = "1.4.0"
thiserror = "1.0.50"
thiserror = "1.0.55"
tokio-stream = { version = "0.1.14", 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.5.0"
schemars = { version = "0.8.16", optional = true }
serde = { version = "1.0.193", features = ["derive"], optional = true }
strum = { version = "0.25.0", features = ["derive"], optional = true }
thiserror = "1.0.50"
thiserror = "1.0.55"

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

0 comments on commit 30b84c2

Please sign in to comment.