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 8b547be commit 3d7f0dc
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 @@ -26,7 +26,7 @@ repository = "https://github.com/shadow3aaa/fas-rs"
likely_stable = "0.1.2"
parking_lot = "0.12.3"
log = "0.4.22"
anyhow = { version = "1.0.91", features = ["backtrace"] }
anyhow = { version = "1.0.92", features = ["backtrace"] }
thiserror = "1.0.65"
inotify = { version = "0.11.0", default-features = false }
libc = "0.2.161"
Expand All @@ -44,7 +44,7 @@ rand = "0.8.5"
rusqlite = { version = "0.32.1", features = ["bundled"]}

[build-dependencies]
anyhow = "1.0.91"
anyhow = "1.0.92"
toml = "0.8.19"
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
Expand Down

0 comments on commit 3d7f0dc

Please sign in to comment.