Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-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] authored Nov 14, 2024
1 parent 72aa8bd commit e35fbb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ globenv = "0.2.1"

puffin = "0.19.0"
colored = "2.0.4"
anyhow = "1.0.92"
anyhow = "1.0.93"
chrono = "0.4.38"
notify = "6.1.1"
whoami = "1.5.2"
Expand All @@ -94,7 +94,7 @@ keybd_event = "0.1.2"
winsafe = { version = "0.0.22", features = ["user"] }

[build-dependencies]
anyhow = "1.0.92"
anyhow = "1.0.93"
self_update = { version = "0.39.0", default-features = false, features = [
"rustls",
] }
Expand Down

0 comments on commit e35fbb1

Please sign in to comment.