Skip to content

Commit

Permalink
Bump env_logger from 0.10.1 to 0.10.2 (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent 41a65df commit a9621d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 northstar-sextant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version.workspace = true
anyhow = { version = "1.0.75", features = ["backtrace"] }
clap = { version = "4.2.7", features = ["derive"] }
colored = "2.1.0"
env_logger = "0.10.1"
env_logger = "0.10.2"
northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["npk"] }
tempfile = "3.8.1"
zip = { version = "0.6.6", default-features = false }
2 changes: 1 addition & 1 deletion northstar-stress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version.workspace = true
[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
clap = { version = "4.2.7", features = ["derive"] }
env_logger = "0.10.1"
env_logger = "0.10.2"
futures = { version = "0.3.29", default-features = false }
humantime = "2.1.0"
log = "0.4.19"
Expand Down
2 changes: 1 addition & 1 deletion northstar-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version.workspace = true

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
env_logger = "0.10.1"
env_logger = "0.10.2"
futures = { version = "0.3.29", default-features = false }
lazy_static = "1.4.0"
log = "0.4.19"
Expand Down

0 comments on commit a9621d1

Please sign in to comment.