You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This removes dependency on atty, and tracing-tree (which depends on atty). This is in response to this security advisory:
https://rustsec.org/advisories/RUSTSEC-2021-0145
atty is removed by switching to std::io::IsTerminal. tracing-tree is removed by replacing HierarchicalLayer with a regular tracing_subscriber::fmt::layer that directs to stderr.
The PR also updates hermit-abi to 0.3.2 from 0.3.1, in response to 0.3.1 being yanked.
This PR resolvesrust-lang#2580.
It seems to involve pointers... Here's a test case with several examples and non-examples.
The text was updated successfully, but these errors were encountered: