Skip to content

Commit f97f6f9

Browse files
authored
Update pretty_env_logger version (#188)
1 parent ab5d7da commit f97f6f9

File tree

5 files changed

+10
-38
lines changed

5 files changed

+10
-38
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ serde_json = "1.0.115"
6767

6868
[dev-dependencies]
6969
tokio = { version = "1.18", features = ["full"] }
70-
pretty_env_logger = "0.4.0"
70+
pretty_env_logger = "0.5.0"
7171
assert_matches = "1"
7272
claims = "0.7.1"
7373
pyroscope_pprofrs = { path = "pyroscope_backends/pyroscope_pprofrs" }

pyroscope_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rust-version = "1.64"
1717

1818
[dependencies]
1919
human-panic = "1.0.3"
20-
pretty_env_logger = "0.4.0"
20+
pretty_env_logger = "0.5.0"
2121
better-panic = "0.3.0"
2222
log = "=0.4.17"
2323
clap_complete = "3.2"

pyroscope_ffi/python/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212
pyroscope = { path = "../../../" }
1313
pyroscope_pyspy = { path = "../../../pyroscope_backends/pyroscope_pyspy" }
1414
ffikit = { path = "../../ffikit" }
15-
pretty_env_logger = "0.4.0"
15+
pretty_env_logger = "0.5.0"
1616
inferno = "0.11.21"
1717
log = "0.4"
1818

pyroscope_ffi/ruby/ext/rbspy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ crate-type = ["cdylib"]
1212
pyroscope = { path = "../../../../" }
1313
pyroscope_rbspy = { path = "../../../../pyroscope_backends/pyroscope_rbspy" }
1414
ffikit = { path = "../../../ffikit" }
15-
pretty_env_logger = "0.4.0"
15+
pretty_env_logger = "0.5.0"
1616
inferno = "0.11.21"
1717
log = "0.4"
1818

0 commit comments

Comments
 (0)