Skip to content

Commit

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

---
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 Dec 6, 2024
1 parent dfe76a7 commit c04a9e0
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 @@ -29,7 +29,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.93" }
anyhow = { version = "1.0.94" }
thiserror = "2.0.4"
inotify = { version = "0.11.0", default-features = false }
libc = "0.2.167"
Expand All @@ -45,7 +45,7 @@ mimalloc = "0.1.43"
sysinfo = "0.32.1"

[build-dependencies]
anyhow = "1.0.93"
anyhow = "1.0.94"
toml = "0.8.19"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.132"
Expand Down

0 comments on commit c04a9e0

Please sign in to comment.