From 97f6c5d2340a0dbabf035d17f3116148d3a761b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 08:10:09 +0000 Subject: [PATCH] Bump anyhow from 1.0.96 to 1.0.97 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.96 to 1.0.97. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.96...1.0.97) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- nix-script-directives/Cargo.toml | 2 +- nix-script-haskell/Cargo.toml | 2 +- nix-script/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d364dd..e385a32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.96" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" +checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f" [[package]] name = "assert_cmd" diff --git a/nix-script-directives/Cargo.toml b/nix-script-directives/Cargo.toml index 9bf73f7..8b52595 100644 --- a/nix-script-directives/Cargo.toml +++ b/nix-script-directives/Cargo.toml @@ -4,7 +4,7 @@ version = "3.0.0" edition = "2021" [dependencies] -anyhow = "1.0.96" +anyhow = "1.0.97" log = "0.4.26" rnix = "0.12.0" rowan = "0.15.16" diff --git a/nix-script-haskell/Cargo.toml b/nix-script-haskell/Cargo.toml index 7a20cb6..e82e5c9 100644 --- a/nix-script-haskell/Cargo.toml +++ b/nix-script-haskell/Cargo.toml @@ -4,7 +4,7 @@ version = "3.0.0" edition = "2021" [dependencies] -anyhow = "1.0.96" +anyhow = "1.0.97" clap = { version = "4.5.31", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } nix-script-directives = { path = "../nix-script-directives" } log = "0.4.26" diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index d61cb4e..9b10d2d 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -4,7 +4,7 @@ version = "3.0.0" edition = "2021" [dependencies] -anyhow = "1.0.96" +anyhow = "1.0.97" clap = { version = "4.5.31", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } directories = "6.0.0" env_logger = "0.11.6"