From d66dc87bffb8b7a045f1c7684a6f39b50620487c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:15:40 +0000 Subject: [PATCH] Bump anyhow from 1.0.98 to 1.0.99 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.98 to 1.0.99. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.98...1.0.99) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.99 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 90c1b85..7243242 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -62,9 +62,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.98" +version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" +checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100" [[package]] name = "assert_cmd" diff --git a/nix-script-directives/Cargo.toml b/nix-script-directives/Cargo.toml index 7d9c4b7..1c24735 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.98" +anyhow = "1.0.99" log = "0.4.27" rnix = "0.12.0" rowan = "0.15.16" diff --git a/nix-script-haskell/Cargo.toml b/nix-script-haskell/Cargo.toml index bc15323..5738b04 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.98" +anyhow = "1.0.99" clap = { version = "4.5.47", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } nix-script-directives = { path = "../nix-script-directives" } log = "0.4.27" diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index 2ee2c37..eefe544 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.98" +anyhow = "1.0.99" clap = { version = "4.5.47", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } directories = "6.0.0" env_logger = "0.11.6"