Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e08444c

Browse files
Update Rust crate anyhow to 1.0.79
1 parent 387df35 commit e08444c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

dts-downloader/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ license = "MIT"
1111

1212
[dependencies]
1313
github-webhook-type-generator.workspace = true
14-
anyhow = "1.0.76"
14+
anyhow = "1.0.79"
1515
reqwest = { version = "0.11.23", features = ["blocking"] }

github-webhook/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ version = "v7.3.1"
2020

2121
[build-dependencies]
2222
github-webhook-dts-downloader.workspace = true
23-
anyhow = "1.0.76"
23+
anyhow = "1.0.79"
2424
cargo_metadata = "0.18.1"
2525

2626
[dependencies]

0 commit comments

Comments
 (0)