Skip to content

Commit

Permalink
Merge pull request #128 from shadow3aaa/dependabot/cargo/anyhow-1.0.95
Browse files Browse the repository at this point in the history
build(deps): bump anyhow from 1.0.94 to 1.0.95
  • Loading branch information
shadow3aaa authored Dec 23, 2024
2 parents ef38646 + c6392a5 commit 7c3b872
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.3"
parking_lot = "0.12.3"
log = "0.4.22"
anyhow = { version = "1.0.94" }
anyhow = { version = "1.0.95" }
thiserror = "2.0.8"
inotify = { version = "0.11.0", default-features = false }
flexi_logger = "0.29.8"
Expand All @@ -45,7 +45,7 @@ mimalloc = "0.1.43"
sysinfo = "0.33.0"

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

0 comments on commit 7c3b872

Please sign in to comment.