Skip to content

Commit f95eff1

Browse files
authored
fix(deps): update rust crate anyhow to 1.0.98 (#157)
1 parent ee13487 commit f95eff1

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.

nexlint-lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.97"
8+
anyhow = "1.0.98"
99
camino = "1.1.9"
1010
diffy = "0.4"
1111
globset = "0.4.16"

x/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.97"
11+
anyhow = "1.0.98"
1212
env_logger = "0.10.1"
1313
log = "0.4.27"
1414
chrono = "0.4.40"

0 commit comments

Comments
 (0)