Skip to content

Commit

Permalink
Bump the rust-minor-patch group with 1 update (#236)
Browse files Browse the repository at this point in the history
Bumps the rust-minor-patch group with 1 update: [thiserror](https://github.com/dtolnay/thiserror).


Updates `thiserror` from 1.0.51 to 1.0.52
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.51...1.0.52)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 26, 2023
1 parent 99b5f38 commit d1ebeee
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = [".", "client"]
[workspace.dependencies]
serde = { version = "1.0.193", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.108", default-features = false, features = ["std"] }
thiserror = { version = "1.0.51", default-features = false }
thiserror = { version = "1.0.52", default-features = false }
uuid = { version = "1.6.1", default-features = false, features = ["v4", "fast-rng", "serde"] }

[package]
Expand Down

0 comments on commit d1ebeee

Please sign in to comment.