From 2d0bb79deae58d537ed2223ce26b19cbde2bec43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 05:50:33 +0000 Subject: [PATCH] Bump log from 0.4.25 to 0.4.26 Bumps [log](https://github.com/rust-lang/log) from 0.4.25 to 0.4.26. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.25...0.4.26) --- updated-dependencies: - dependency-name: log 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 6752d4c..3401f95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,9 +322,9 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "log" -version = "0.4.25" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "memchr" diff --git a/nix-script-directives/Cargo.toml b/nix-script-directives/Cargo.toml index 937e1f2..af6e3a9 100644 --- a/nix-script-directives/Cargo.toml +++ b/nix-script-directives/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = "1.0.95" -log = "0.4.25" +log = "0.4.26" rnix = "0.12.0" rowan = "0.15.16" serde = { version = "1.0.217", features = [ "derive" ] } diff --git a/nix-script-haskell/Cargo.toml b/nix-script-haskell/Cargo.toml index b0dc9be..2ad610a 100644 --- a/nix-script-haskell/Cargo.toml +++ b/nix-script-haskell/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" anyhow = "1.0.95" clap = { version = "4.5.30", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] } nix-script-directives = { path = "../nix-script-directives" } -log = "0.4.25" +log = "0.4.26" env_logger = "0.11.6" [dev-dependencies] diff --git a/nix-script/Cargo.toml b/nix-script/Cargo.toml index 4fc0a78..8bfb60e 100644 --- a/nix-script/Cargo.toml +++ b/nix-script/Cargo.toml @@ -10,7 +10,7 @@ directories = "6.0.0" env_logger = "0.11.6" fs2 = "0.4.3" lazy_static = "1.5.0" -log = "0.4.25" +log = "0.4.26" nix-script-directives = { path = "../nix-script-directives" } once_cell = "1.20.3" path-absolutize = "3.1.1"