Skip to content

Commit bfb0d19

Browse files
committed
Auto merge of #12445 - ehuss:update-pretty-env-logger, r=weihanglo
Update pretty_env_logger to 0.5 This updates pretty_env_logger from 0.4.0 to 0.5.0. The primary motivation is to drop some dependencies like `atty`. seanmonstar/pretty-env-logger@v0.4.0...v0.5.0 I think the main change is updating to env_logger 0.7 to 0.10 which syncs with what is normally used by cargo.
2 parents 3a4a742 + 580bbf9 commit bfb0d19

File tree

2 files changed

+8
-50
lines changed

2 files changed

+8
-50
lines changed

Cargo.lock

Lines changed: 7 additions & 49 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
@@ -69,7 +69,7 @@ pathdiff = "0.2"
6969
percent-encoding = "2.3"
7070
pkg-config = "0.3.27"
7171
pretty_assertions = "1.4.0"
72-
pretty_env_logger = "0.4"
72+
pretty_env_logger = "0.5.0"
7373
proptest = "1.2.0"
7474
pulldown-cmark = { version = "0.9.3", default-features = false }
7575
rand = "0.8.5"

0 commit comments

Comments
 (0)