Skip to content

Commit

Permalink
Merge pull request #192 from dschrempf/dependabot/cargo/env_logger-0.…
Browse files Browse the repository at this point in the history
…11.6

Bump env_logger from 0.11.5 to 0.11.6
  • Loading branch information
dschrempf authored Dec 23, 2024
2 parents c9857ab + 121b9af commit d9d3684
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix-script-haskell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ anyhow = "1.0.95"
clap = { version = "4.5.23", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
nix-script-directives = { path = "../nix-script-directives" }
log = "0.4.22"
env_logger = "0.11.5"
env_logger = "0.11.6"

[dev-dependencies]
assert_cmd = "2.0.16"
2 changes: 1 addition & 1 deletion nix-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
anyhow = "1.0.95"
clap = { version = "4.5.23", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
directories = "5.0.1"
env_logger = "0.11.5"
env_logger = "0.11.6"
fs2 = "0.4.3"
lazy_static = "1.5.0"
log = "0.4.22"
Expand Down

0 comments on commit d9d3684

Please sign in to comment.