Skip to content

Commit

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

---
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 Jul 10, 2023
1 parent f6c5490 commit 07f02f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -35,7 +35,7 @@ serde_json = "1.0.99"
serde_path_to_error = "0.1.12"
sha2 = "0.10.7"
test-harness = "0.1.1"
thiserror = "1.0.40"
thiserror = "1.0.43"
time = { version = "0.3.22", features = ["serde", "serde-well-known"] }
tokio = { version = "1.29.1", features = ["full"] }
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/lib.rs"
async-std = { version = "1", features = ["attributes", "tokio1"] }
clap = { version = "4.3.10", features = ["env", "derive"] }
sea-orm = "0.11.3"
thiserror = "1.0.40"
thiserror = "1.0.43"
time = "0.3.22"
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
Expand Down

0 comments on commit 07f02f1

Please sign in to comment.