Skip to content

Commit 82e9a05

Browse files
committed
fix: Don't log ANSI escape sequences if stdout is a file
1 parent dcfcf51 commit 82e9a05

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ sysinfo = { version = "0.38", features = ["serde"] }
1414
tokio = { version = "1.49", default-features = false, features = ["rt-multi-thread", "macros"] }
1515
tracing = "0.1"
1616

17-
stackable-shared = {git = "https://github.com/stackabletech/operator-rs", tag = "stackable-operator-0.107.0", default-features = false }
18-
stackable-telemetry = {git = "https://github.com/stackabletech/operator-rs", tag = "stackable-operator-0.107.0", default-features = false, features = ["clap"] }
17+
stackable-shared = {git = "https://github.com/stackabletech/operator-rs", tag = "stackable-telemetry-0.6.3", default-features = false }
18+
stackable-telemetry = {git = "https://github.com/stackabletech/operator-rs", tag = "stackable-telemetry-0.6.3", default-features = false, features = ["clap"] }
1919

2020
[build-dependencies]
2121
built = { version = "0.8", features = ["chrono", "git2"] }

0 commit comments

Comments
 (0)