Skip to content

Commit 3063139

Browse files
committed
fix(deps): update rust crate anyhow to 1.0.91
1 parent b81b965 commit 3063139

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nexlint-lints/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "Apache-2.0 OR MIT"
66

77
[dependencies]
8-
anyhow = "1.0.90"
8+
anyhow = "1.0.91"
99
camino = "1.1.9"
1010
diffy = "0.3"
1111
globset = "0.4.15"

x/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "Apache-2.0 OR MIT"
88

99
[dependencies]
1010
structopt = "0.3.26"
11-
anyhow = "1.0.90"
11+
anyhow = "1.0.91"
1212
env_logger = "0.10.1"
1313
log = "0.4.22"
1414
chrono = "0.4.38"

0 commit comments

Comments
 (0)