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"