Skip to content

Commit 0981546

Browse files
Bump anyhow from 1.0.101 to 1.0.102
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.101 to 1.0.102. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 497d4c0 commit 0981546

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ homepage = "https://onefetch.dev"
2323
rust-version = "1.88.0"
2424

2525
[dependencies]
26-
anyhow = "1.0.101"
26+
anyhow = "1.0.102"
2727
askalono = "0.5.0"
2828
byte-unit = "5.2.0"
2929
clap = { version = "4.5.57", features = ["derive"] }

image/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "onefetch-image"
88
description = "Display images in the terminal"
99

1010
[dependencies]
11-
anyhow = "1.0.101"
11+
anyhow = "1.0.102"
1212
clap = { version = "4.5.57", features = ["derive"] }
1313
image = { version = "0.25.10", default-features = false, features = [
1414
"color_quant",

manifest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "onefetch-manifest"
88
description = "Detect and parse manifest files"
99

1010
[dependencies]
11-
anyhow = "1.0.101"
11+
anyhow = "1.0.102"
1212
cargo_toml = "0.22.3"
1313
serde = { version = "1.0.228", features = ["derive"] }
1414
serde_json = "1.0.149"

0 commit comments

Comments
 (0)