Skip to content

Commit

Permalink
⬆️ (deps): Bump thiserror from 1.0.49 to 1.0.52
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.49 to 1.0.52.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.49...1.0.52)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 26, 2023
1 parent 8a71050 commit 2ab54e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from_variants = "1.0.2"
getrandom = "0.2.10"
rand = "0.8.5"
serde = { version = "1.0.188", features = ["derive"], optional = true }
thiserror = "1.0.49"
thiserror = "1.0.52"

[features]
default = ["serde"]
Expand Down

0 comments on commit 2ab54e3

Please sign in to comment.