diff --git a/Cargo.lock b/Cargo.lock index ada97b1..09125a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,9 +25,9 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" [[package]] name = "anyhow" -version = "1.0.82" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "assert_cmd" diff --git a/directives/Cargo.toml b/directives/Cargo.toml index ca81c68..050c532 100644 --- a/directives/Cargo.toml +++ b/directives/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.82" +anyhow = "1.0.86" log = "0.4.20" rnix = "0.10.2" serde = { version = "1.0.199", features = [ "derive" ] } diff --git a/nix-script-haskell/Cargo.toml b/nix-script-haskell/Cargo.toml index 92ed0cd..462b619 100644 --- a/nix-script-haskell/Cargo.toml +++ b/nix-script-haskell/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.82" +anyhow = "1.0.86" clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } directives = { path = "../directives" } log = "0.4.20" diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index b65c2ca..ee8c7de 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -4,7 +4,7 @@ version = "2.0.0" edition = "2021" [dependencies] -anyhow = "1.0.82" +anyhow = "1.0.86" clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } directories = "5.0.1" directives = { path = "../directives" }