From a3fd639f73fc0cea3d9c29574b29194bf73d7990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 05:03:00 +0000 Subject: [PATCH] Bump anyhow from 1.0.99 to 1.0.100 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.99 to 1.0.100. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.99...1.0.100) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 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 208b745..2822c4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.99" +version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" +checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "assert_cmd" diff --git a/nix-script-directives/Cargo.toml b/nix-script-directives/Cargo.toml index ff0226a..0849312 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.99" +anyhow = "1.0.100" log = "0.4.28" rnix = "0.12.0" rowan = "0.15.16" diff --git a/nix-script-haskell/Cargo.toml b/nix-script-haskell/Cargo.toml index ab75bd2..08ae86b 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.99" +anyhow = "1.0.100" clap = { version = "4.5.47", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } nix-script-directives = { path = "../nix-script-directives" } log = "0.4.28" diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index 89cce25..582e441 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.99" +anyhow = "1.0.100" clap = { version = "4.5.47", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } directories = "6.0.0" env_logger = "0.11.6"