Skip to content

Commit

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

---
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] committed Sep 4, 2023
1 parent 228a0ea commit 35b6a19
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.183", features = ["derive"], optional = true }
serde_json = "1.0.104"
strum = { version = "0.25.0", features = ["derive"], optional = true }
termcolor = "1.2.0"
thiserror = "1.0.44"
thiserror = "1.0.48"
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.2.0"
thiserror = "1.0.44"
thiserror = "1.0.48"
tokio-stream = { version = "0.1.14", features = ["sync"] }
tokio-tungstenite = "0.20.0"
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.4.0"
schemars = { version = "0.8.12", optional = true }
serde = { version = "1.0.183", features = ["derive"], optional = true }
strum = { version = "0.25.0", features = ["derive"], optional = true }
thiserror = "1.0.44"
thiserror = "1.0.48"

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

0 comments on commit 35b6a19

Please sign in to comment.