Skip to content

Commit f7ecd93

Browse files
committed
cargo update -p log:0.3.8
I ran into this issue while trying to debug the login issue. We have a few dependencies that pull in an older version of `log`, which means that, for instance, `RUST_LOG=oauth2=debug` doesn't work. `log:0.3.9` provides a semver compatibile wrapper around `log:0.4` which allows logging to work for all our dependencies which support it.
1 parent 5130da6 commit f7ecd93

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Cargo.lock

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

0 commit comments

Comments
 (0)