Skip to content

Commit

Permalink
Update pretty_env_logger version (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
giladwolff authored Dec 3, 2024
1 parent ab5d7da commit f97f6f9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 38 deletions.
40 changes: 6 additions & 34 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ serde_json = "1.0.115"

[dev-dependencies]
tokio = { version = "1.18", features = ["full"] }
pretty_env_logger = "0.4.0"
pretty_env_logger = "0.5.0"
assert_matches = "1"
claims = "0.7.1"
pyroscope_pprofrs = { path = "pyroscope_backends/pyroscope_pprofrs" }
Expand Down
2 changes: 1 addition & 1 deletion pyroscope_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.64"

[dependencies]
human-panic = "1.0.3"
pretty_env_logger = "0.4.0"
pretty_env_logger = "0.5.0"
better-panic = "0.3.0"
log = "=0.4.17"
clap_complete = "3.2"
Expand Down
2 changes: 1 addition & 1 deletion pyroscope_ffi/python/lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
pyroscope = { path = "../../../" }
pyroscope_pyspy = { path = "../../../pyroscope_backends/pyroscope_pyspy" }
ffikit = { path = "../../ffikit" }
pretty_env_logger = "0.4.0"
pretty_env_logger = "0.5.0"
inferno = "0.11.21"
log = "0.4"

Expand Down
2 changes: 1 addition & 1 deletion pyroscope_ffi/ruby/ext/rbspy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
pyroscope = { path = "../../../../" }
pyroscope_rbspy = { path = "../../../../pyroscope_backends/pyroscope_rbspy" }
ffikit = { path = "../../../ffikit" }
pretty_env_logger = "0.4.0"
pretty_env_logger = "0.5.0"
inferno = "0.11.21"
log = "0.4"

Expand Down

0 comments on commit f97f6f9

Please sign in to comment.