diff --git a/Cargo.lock b/Cargo.lock index ada97b1..9dd8c88 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -383,9 +383,9 @@ checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456" [[package]] name = "log" -version = "0.4.20" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "memchr" diff --git a/directives/Cargo.toml b/directives/Cargo.toml index ca81c68..7ad032b 100644 --- a/directives/Cargo.toml +++ b/directives/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] anyhow = "1.0.82" -log = "0.4.20" +log = "0.4.22" 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..5de6ece 100644 --- a/nix-script-haskell/Cargo.toml +++ b/nix-script-haskell/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" anyhow = "1.0.82" clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } directives = { path = "../directives" } -log = "0.4.20" +log = "0.4.22" env_logger = "0.10.2" [dev-dependencies] diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index b65c2ca..56b9b25 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -9,7 +9,7 @@ clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive directories = "5.0.1" directives = { path = "../directives" } lazy_static = "1.4.0" -log = "0.4.20" +log = "0.4.22" env_logger = "0.10.2" once_cell = "1.19.0" path-absolutize = "3.1.1"