From 24377ac9477b3ce24f2eaf43106e9c34cf5e5b15 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Mon, 14 Apr 2025 03:38:06 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.98 --- Cargo.lock | 4 ++-- nexlint-lints/Cargo.toml | 2 +- x/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0038928..93f15fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,9 +50,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.97" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "arrayvec" diff --git a/nexlint-lints/Cargo.toml b/nexlint-lints/Cargo.toml index 87189a7..0139c2e 100644 --- a/nexlint-lints/Cargo.toml +++ b/nexlint-lints/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0 OR MIT" [dependencies] -anyhow = "1.0.97" +anyhow = "1.0.98" camino = "1.1.9" diffy = "0.4" globset = "0.4.16" diff --git a/x/Cargo.toml b/x/Cargo.toml index 262a5c1..e4c5fa7 100644 --- a/x/Cargo.toml +++ b/x/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0 OR MIT" [dependencies] structopt = "0.3.26" -anyhow = "1.0.97" +anyhow = "1.0.98" env_logger = "0.10.1" log = "0.4.27" chrono = "0.4.40"