Skip to content

Commit

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

---
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 Dec 16, 2024
1 parent 04da119 commit 74753c1
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 @@ -50,7 +50,7 @@ serde_json = "1.0.133"
serde_urlencoded = "0.7.1"
serde_yaml = "0.9"
syn = { version = "2.0.87", features = ["parsing"] }
thiserror = "2.0.3"
thiserror = "2.0.6"
tokio = { version = "1.41.1", features = ["rt", "net"] }
# change when publishing
# typify = { version = "0.2.0" }
Expand Down

0 comments on commit 74753c1

Please sign in to comment.