Skip to content

Commit 8e73f52

Browse files
authored
Merge pull request #279 from shadow3aaa/dependabot/cargo/anyhow-1.0.100
build(deps): bump anyhow from 1.0.99 to 1.0.100
2 parents 1780425 + c2ae3fc commit 8e73f52

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ likely_stable = "0.1.3"
3333
parking_lot = "0.12.4"
3434
thiserror = "2.0.16"
3535
log = "0.4.28"
36-
anyhow = { version = "1.0.99" }
36+
anyhow = { version = "1.0.100" }
3737
inotify = { version = "0.11.0", default-features = false }
3838
flexi_logger = "0.31.2"
3939
libc = "0.2.175"
@@ -49,7 +49,7 @@ num_cpus = "1.17.0"
4949
nix = { version = "0.30.1", features = ["sched"] }
5050

5151
[build-dependencies]
52-
anyhow = "1.0.99"
52+
anyhow = "1.0.100"
5353
toml = "0.9.7"
5454
serde_json = "1.0.145"
5555
serde = { version = "1.0.226", features = ["derive"] }

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version = "0.1.0"
2121
edition = "2024"
2222

2323
[dependencies]
24-
anyhow = "1.0.99"
24+
anyhow = "1.0.100"
2525
clap = { version = "4.5.48", features = ["derive"] }
2626
fs_extra = "1.3.0"
2727
zip = "5.1.1"

0 commit comments

Comments
 (0)