Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit e48171b

Browse files
authored
Merge pull request #284 from BrianHicks/dependabot/cargo/env_logger-0.10.2
Bump env_logger from 0.10.1 to 0.10.2
2 parents da6e20b + cb68ea0 commit e48171b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix-script-haskell/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ anyhow = "1.0.79"
1010
clap = { version = "3.2.25", features = [ "std", "color", "suggestions", "derive", "cargo", "env" ] }
1111
directives = { path = "../directives" }
1212
log = "0.4.20"
13-
env_logger = "0.10.1"
13+
env_logger = "0.10.2"
1414

1515
[dev-dependencies]
1616
assert_cmd = "2.0.13"

nix-script/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ directories = "5.0.1"
1010
directives = { path = "../directives" }
1111
lazy_static = "1.4.0"
1212
log = "0.4.20"
13-
env_logger = "0.10.1"
13+
env_logger = "0.10.2"
1414
once_cell = "1.19.0"
1515
path-absolutize = "3.1.1"
1616
seahash = "4.1.0"

0 commit comments

Comments
 (0)