mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
00b6545fe4
Updates the requirements on [tracing-log](https://github.com/tokio-rs/tracing) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing-log's releases</a>.</em></p> <blockquote> <h2>tracing-log 0.2.0</h2> <p>This release contains two breaking changes: the removal of the <code>env_logger</code> and <code>trace_logger</code> features. Below are the suggested migration paths:</p> <ul> <li><code>env_logger</code>: users should use [<code>tracing_subscriber::fmt::Subscriber</code>] or [<code>tracing_subscriber::fmt::Layer</code>] with the [<code>Targets</code>] or [<code>EnvFilter</code>] filters instead.</li> <li><code>trace_logger</code>: users should use the <code>tracing</code> crate's ["log" feature flag][log-feature] instead.</li> </ul> <h3>Breaking Changes</h3> <ul> <li>Remove deprecated <code>env_logger</code> feature. This removes the dependency on the unmaintained <code>atty</code> crate, resolving the security advisory [GHSA-g98v-hv3f-hcfr]/[RUSTSEC-2021-0145]. (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2771">#2771</a>)</li> <li>Remove deprecated <code>trace_logger</code> feature. (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2771">#2771</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tracing/issues/2771">#2771</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2771">tokio-rs/tracing#2771</a> [<code>tracing_subscriber::fmt::Subscriber</code>]: <a href="https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/fmt/struct.Subscriber.html">https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/fmt/struct.Subscriber.html</a> [<code>tracing_subscriber::fmt::Layer</code>]: <a href="https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/fmt/struct.Layer.html">https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/fmt/struct.Layer.html</a> [<code>Targets</code>]: <a href="https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/filter/targets/struct.Targets.html">https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/filter/targets/struct.Targets.html</a> [<code>EnvFilter</code>]: <a href="https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/filter/struct.EnvFilter.html">https://docs.rs/tracing-subscriber/0.3.17/tracing_subscriber/filter/struct.EnvFilter.html</a> [log-feature]: <a href="https://docs.rs/tracing/latest/tracing/#emitting-log-records">https://docs.rs/tracing/latest/tracing/#emitting-log-records</a> [GHSA-g98v-hv3f-hcfr]: <a href="https://github.com/advisories/GHSA-g98v-hv3f-hcfr">https://github.com/advisories/GHSA-g98v-hv3f-hcfr</a> [RUSTSEC-2021-0145]: <a href="https://rustsec.org/advisories/RUSTSEC-2021-0145.html">https://rustsec.org/advisories/RUSTSEC-2021-0145.html</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |