Skip to content

Commit

Permalink
fix(deps): update rust crate thiserror to 1.0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2022
1 parent 4fc4cbd commit 672b7a7
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 @@ -19,7 +19,7 @@ log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.85"
uuid = { version = "1", features = ["serde", "v4"] }
thiserror = "1.0.35"
thiserror = "1.0.36"
validator = { version = "0.15.0", features = ["derive"] }

[dev-dependencies]
Expand Down

0 comments on commit 672b7a7

Please sign in to comment.