Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent db427bc commit 48a96be
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 @@ -29,7 +29,7 @@ default = ["tui", "connection-tab"]
[dependencies]
log = "0.4.22"
clap_complete = "4.5.26"
anyhow = "1.0.86"
anyhow = "1.0.92"
is-root = { version = "0.1.4" }
serde = { version = "1.0.210", features = ["derive"] }
minreq = { version = "2.12.0", features = [
Expand Down

0 comments on commit 48a96be

Please sign in to comment.