Skip to content

Commit f3862db

Browse files
Update pretty_env_logger requirement from 0.3 to 0.4
Updates the requirements on [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) to permit the latest version. - [Release notes](https://github.com/seanmonstar/pretty-env-logger/releases) - [Commits](seanmonstar/pretty-env-logger@v0.3.0...v0.4.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 37f47e7 commit f3862db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default = []
99
[dependencies]
1010
structopt = "0.3"
1111
log = "0.4"
12-
pretty_env_logger = "0.3"
12+
pretty_env_logger = "0.4"
1313
crossbeam-channel = "0.4"
1414

1515
av-data = "0.2"

0 commit comments

Comments
 (0)