Skip to content

Commit

Permalink
Bump env_logger from 0.10.0 to 0.10.1
Browse files Browse the repository at this point in the history
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.10.0...v0.10.1)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 81bb85f commit c8e77fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 19 deletions.
18 changes: 2 additions & 16 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.0.4"
env_logger = "0.10.0"
env_logger = "0.10.1"
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.0"
env_logger = "0.10.1"
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.0"
env_logger = "0.10.1"
futures = { version = "0.3.29", default-features = false }
lazy_static = "1.4.0"
log = "0.4.19"
Expand Down

0 comments on commit c8e77fb

Please sign in to comment.