Skip to content

Commit

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

---
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 Nov 5, 2024
1 parent 8cfa96d commit d5b727f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 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 = "1.0.68"
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 = "1.0.68"
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 = "1.0.68"

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

0 comments on commit d5b727f

Please sign in to comment.