Skip to content

Commit

Permalink
build(deps): Update Rust crate fern to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pando85 committed May 1, 2024
1 parent f0e7e2c commit 39eeea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rash_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ byte-unit = "5.1.4"
console = "0.15.8"
clap = { workspace = true, features = ["std", "color", "derive", "cargo"]}
exec = "0.3.1"
fern = { version = "0.6", features = ["colored"] }
fern = { version = "0.6.2", features = ["colored"] }
ignore = "0.4"
# memfd could be added but brakes compatibility with kernels < 3.17
# ipc-channel = { version = "0.17", features = ["memfd"] }
Expand Down

0 comments on commit 39eeea5

Please sign in to comment.