-
Notifications
You must be signed in to change notification settings - Fork 803
update to env_logger 0.10 to fix https://github.com/advisories/GHSA-g98v-hv3f-hcfr #2740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The clippy failure seems to be unrelated to the PR...? |
Yup, the clippy failure is unrelated. We'll fix that separately. |
Do I need to do anything else on this? |
No, I'm going to merge this PR now and we'll get it into the next |
The package `atty`, a dependent of `env_logger` < 0.10, has a RUSTSEC advisory raised against it (GHSA-g98v-hv3f-hcfr). This branch updates `env_logger` to 0.10 to fix this issue. ; Conflicts: ; tracing-log/Cargo.toml
The package `atty`, a dependent of `env_logger` < 0.10, has a RUSTSEC advisory raised against it (GHSA-g98v-hv3f-hcfr). This branch updates `env_logger` to 0.10 to fix this issue.
) The package `atty`, a dependent of `env_logger` < 0.10, has a RUSTSEC advisory raised against it (GHSA-g98v-hv3f-hcfr). This branch updates `env_logger` to 0.10 to fix this issue. ; Conflicts: ; tracing-log/Cargo.toml
The package
atty
, a dependent of env_logger < 0.10, has a RUSTSEC advisory raised against it.