--- Cargo.toml.orig 2023-03-26 13:01:46.899016000 +0200 +++ Cargo.toml 2023-03-26 13:02:31.310101000 +0200 @@ -60,7 +60,7 @@ semver = "1.0" path_abs = { version = "0.5", default-features = false } clircle = "0.3" -bugreport = { version = "0.5.0", optional = true } +bugreport = { version = "0.5.0", optional = true, default-features = false, features = ["git_hash", "format_markdown"]} dirs = { version = "5.0.0", optional = true } grep-cli = { version = "0.1.7", optional = true } regex = { version = "1.7.0", optional = true }