Skip to content

Commit

Permalink
Bump log from 0.4.21 to 0.4.22
Browse files Browse the repository at this point in the history
Bumps [log](https://github.com/rust-lang/log) from 0.4.21 to 0.4.22.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.21...0.4.22)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent a53ab88 commit 149c293
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ inotify = { version = "0.10.2", features = ["stream"], optional = true }
itertools = { version = "0.12.1", optional = true }
lazy_static = { version = "1.4.0", optional = true }
libc = { version = "0.2.155", optional = true }
log = { version = "0.4.21", features = [ "serde", "max_level_trace", "release_max_level_debug"] }
log = { version = "0.4.22", features = [ "serde", "max_level_trace", "release_max_level_debug"] }
memchr = "2.6.2"
memfd = { version = "0.6.4", optional = true }
memoffset = { version = "0.9.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion northstar-stress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clap = { version = "4.4.18", features = ["derive"] }
env_logger = "0.10.2"
futures = { version = "0.3.29", default-features = false }
humantime = "2.1.0"
log = "0.4.21"
log = "0.4.22"
northstar-client = { path = "../northstar-client" }
rand = "0.8.5"
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "net", "time", "signal"] }
Expand Down
2 changes: 1 addition & 1 deletion northstar-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = { version = "1.0.80", features = ["backtrace"] }
env_logger = "0.10.2"
futures = { version = "0.3.29", default-features = false }
lazy_static = "1.4.0"
log = "0.4.21"
log = "0.4.22"
memfd = "0.6.4"
nanoid = "0.4.0"
nix = { version = "0.29.0", features = ["sched"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion northstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rust-version.workspace = true
[dependencies]
anyhow = { version = "1.0.80", features = ["backtrace"] }
clap = { version = "4.4.18", features = ["derive"] }
log = { version = "0.4.21", features = ["std"] }
log = { version = "0.4.22", features = ["std"] }
nix = { version = "0.29.0", default-features = false, features = ["sched", "mount"] }
northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["runtime", "rexec"] }
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "signal"] }
Expand Down

0 comments on commit 149c293

Please sign in to comment.