Skip to content

Commit

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


Updates `anyhow` from 1.0.76 to 1.0.77
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.76...1.0.77)

---
updated-dependencies:
- dependency-name: anyhow
  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 27, 2023
1 parent d1ebeee commit 914e884
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -14,7 +14,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = { version = "1.0.76", default-features = false, features = ["std"] }
anyhow = { version = "1.0.77", default-features = false, features = ["std"] }
config = { version = "0.13.4", default-features = false, features = ["toml", "json"] }
fnct = { version = "0.6.2", default-features = false }
key-rwlock = { version = "0.1.2", default-features = false }
Expand Down

0 comments on commit 914e884

Please sign in to comment.