Skip to content

Commit

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

---
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 Jul 5, 2023
1 parent 004d45f commit 2ee75ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 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.166", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.100", default-features = false, features = ["std"] }
thiserror = { version = "1.0.40", default-features = false }
thiserror = { version = "1.0.41", default-features = false }
uuid = { version = "1.4.0", default-features = false, features = ["v4", "fast-rng", "serde"] }

[package]
Expand Down

0 comments on commit 2ee75ad

Please sign in to comment.