tracing
tracing copied to clipboard
Replace `atty`
Feature Request
Crates
tracing-log
Motivation
tracing-log
depends on a version of env_logger
that is affected by https://github.com/advisories/GHSA-g98v-hv3f-hcfr by way of its dependency on atty
(currently unmaintained).
Proposal
Upgrade the env_logger
dependency and make a patch release.
It looks like you closed the PR that fixes this?
@hawkw I'm not sure how to make a PR against a tag (tracing-log-0.1.3
in this case) so I accidentally opened a PR against main
(which I closed).
The fix is so minimal (env_logger = { version = "0.10", optional = true }
) that I didn't bother to figure out how it's done...
We can close this PR as this has been fixed with commit 4161d8137d4f6117f17b110b0ec022d9350bf8e6 (in pr #2772). Though it still needs to be ported to master :)