Skip to content

Commit

Permalink
Bump thiserror from 2.0.9 to 2.0.10 (#229)
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.9 to 2.0.10.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.9...2.0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 47501a9 commit 21ed3c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ slog = "2.7.0"
slog-async = "2.7.0"
slog-json = "2.6.1"
slog-term = "2.9.1"
thiserror = "2.0.9"
thiserror = "2.0.10"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time", "net"] }
tokio-serial = { version = "5", optional = true, features = ["tokio-util", "libudev"] }
toml = "0.8.19"
Expand Down

0 comments on commit 21ed3c5

Please sign in to comment.