Skip to content

Commit

Permalink
build(deps): bump thiserror from 1.0.50 to 1.0.51 (#776)
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.50 to 1.0.51.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.50...1.0.51)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 20, 2023
1 parent 8a44bae commit e76ad9e
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ serde_json = "1.0.108"
json5 = "0.4.1"
pretty_env_logger = "0.5.0"
log = { version = "0.4.20", features = ["std"] }
thiserror = "1.0.50"
thiserror = "1.0.51"
logging_timer = "1.1.0"
jemallocator = { version = "0.5.4", optional = true }
libloading = "0.8.1"
Expand Down Expand Up @@ -97,7 +97,7 @@ phf = { version = "0.11.2", features = ["macros"] }
anyhow = "1.0.75"
cargo-emit = "0.2.1"
rayon = "1.8.0"
thiserror = "1.0.50"
thiserror = "1.0.51"
shadow-rs = { version = "0.25.0", optional = true }

[features]
Expand Down

0 comments on commit e76ad9e

Please sign in to comment.