mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
802: Bump tracing-subscriber from 0.2.20 to 0.2.25 r=rishflab a=dependabot[bot] Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.20 to 0.2.25. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing-subscriber's releases</a>.</em></p> <blockquote> <h2>tracing-subscriber 0.2.23</h2> <p>This release fixes a few bugs in the per-layer filtering API added in v0.2.21.</p> <h3>Fixed</h3> <ul> <li><strong>env-filter</strong>: Fixed excessive <code>EnvFilter</code> memory use (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1568">#1568</a>)</li> <li><strong>filter</strong>: Fixed a panic that may occur in debug mode when using per-layer filters together with global filters (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1569">#1569</a>)</li> <li>Fixed incorrect documentation formatting (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1572">#1572</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1568">#1568</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1568">#1568</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1569">#1569</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1569">#1569</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1572">#1572</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1572">#1572</a></p> <h2>tracing-subscriber 0.2.22</h2> <p>This fixes a regression where the <code>filter::ParseError</code> type was accidentally renamed.</p> <h3>Fixed</h3> <ul> <li><strong>filter</strong>: Fix <code>filter::ParseError</code> accidentally being renamed to <code>filter::DirectiveParseError</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1558">#1558</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1558">#1558</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/1558">tokio-rs/tracing#1558</a></p> <h2>tracing-subscriber 0.2.21</h2> <p>This release introduces the [<code>Filter</code>] trait, a new API for [per-layer filtering][plf]. This allows controlling which spans and events are recorded by various layers individually, rather than globally.</p> <p>In addition, it adds a new [<code>Targets</code>] filter, which provides a lighter-weight version of the filtering provided by [<code>EnvFilter</code>], as well as other smaller API improvements and fixes.</p> <h3>Deprecated</h3> <ul> <li><strong>registry</strong>: <code>SpanRef::parent_id</code>, which cannot properly support per-layer filtering. Use <code>.parent().map(SpanRef::id)</code> instead. (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1523">#1523</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><strong>layer</strong> <code>Context</code> methods that are provided when the <code>Subscriber</code> implements <code>LookupSpan</code> no longer require the "registry" feature flag (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1525">#1525</a>)</li> <li><strong>layer</strong> <code>fmt::Debug</code> implementation for <code>Layered</code> no longer requires the <code>S</code> type parameter to implement <code>Debug</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1528">#1528</a>)</li> </ul> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="6692aaf738
"><code>6692aaf</code></a> subscriber: prepare to release 0.2.25 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1622">#1622</a>)</li> <li><a href="29ffdbc2b2
"><code>29ffdbc</code></a> subscriber: forward <code>Filtered::downcast_raw</code> to wrapped Layer (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1619">#1619</a>)</li> <li><a href="645f282eee
"><code>645f282</code></a> attributes: prepare to release 0.1.18 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1621">#1621</a>)</li> <li><a href="7dda7f5e90
"><code>7dda7f5</code></a> attributes: remove unnecessary quote_spanned! (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1617">#1617</a>)</li> <li><a href="243a3e2d2f
"><code>243a3e2</code></a> attributes: fix compile error with instrumented async functions (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1616">#1616</a>)</li> <li><a href="ac74ba0ca5
"><code>ac74ba0</code></a> attributes: suppress <code>clippy::suspicious_else</code> without nop let (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1614">#1614</a>)</li> <li><a href="66cd79f72a
"><code>66cd79f</code></a> attributes: prepare to release v0.1.17 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1611">#1611</a>)</li> <li><a href="3ee87f3cb9
"><code>3ee87f3</code></a> core: prepare to release 0.1.21 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1610">#1610</a>)</li> <li><a href="84c1c264ad
"><code>84c1c26</code></a> chore: fix CI tracing-core nostd testing tracing</li> <li><a href="c9db496a95
"><code>c9db496</code></a> attributes: skip <code>async</code> spans if level disabled (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1607">#1607</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.20...tracing-subscriber-0.2.25">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tracing-subscriber&package-manager=cargo&previous-version=0.2.20&new-version=0.2.25)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 803: Bump tracing from 0.1.27 to 0.1.29 r=rishflab a=dependabot[bot] Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.27 to 0.1.29. <details> <summary>Commits</summary> <ul> <li><a href="d0ef14d3f5
"><code>d0ef14d</code></a> tracing: prepare to release v0.1.29 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1623">#1623</a>)</li> <li><a href="6692aaf738
"><code>6692aaf</code></a> subscriber: prepare to release 0.2.25 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1622">#1622</a>)</li> <li><a href="29ffdbc2b2
"><code>29ffdbc</code></a> subscriber: forward <code>Filtered::downcast_raw</code> to wrapped Layer (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1619">#1619</a>)</li> <li><a href="645f282eee
"><code>645f282</code></a> attributes: prepare to release 0.1.18 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1621">#1621</a>)</li> <li><a href="7dda7f5e90
"><code>7dda7f5</code></a> attributes: remove unnecessary quote_spanned! (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1617">#1617</a>)</li> <li><a href="243a3e2d2f
"><code>243a3e2</code></a> attributes: fix compile error with instrumented async functions (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1616">#1616</a>)</li> <li><a href="ac74ba0ca5
"><code>ac74ba0</code></a> attributes: suppress <code>clippy::suspicious_else</code> without nop let (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1614">#1614</a>)</li> <li><a href="66cd79f72a
"><code>66cd79f</code></a> attributes: prepare to release v0.1.17 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1611">#1611</a>)</li> <li><a href="3ee87f3cb9
"><code>3ee87f3</code></a> core: prepare to release 0.1.21 (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1610">#1610</a>)</li> <li><a href="84c1c264ad
"><code>84c1c26</code></a> chore: fix CI tracing-core nostd testing tracing</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tracing/compare/tracing-0.1.27...tracing-0.1.29">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tracing&package-manager=cargo&previous-version=0.1.27&new-version=0.1.29)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
commit
7de3e23bb0
16
Cargo.lock
generated
16
Cargo.lock
generated
@ -4281,9 +4281,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
||||
|
||||
[[package]]
|
||||
name = "tracing"
|
||||
version = "0.1.27"
|
||||
version = "0.1.29"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c2ba9ab62b7d6497a8638dfda5e5c4fb3b2d5a7fca4118f2b96151c8ef1a437e"
|
||||
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"pin-project-lite 0.2.6",
|
||||
@ -4304,9 +4304,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tracing-attributes"
|
||||
version = "0.1.16"
|
||||
version = "0.1.18"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "98863d0dd09fa59a1b79c6750ad80dbda6b75f4e71c437a6a1a8cb91a8bcbd77"
|
||||
checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -4315,9 +4315,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tracing-core"
|
||||
version = "0.1.20"
|
||||
version = "0.1.21"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "46125608c26121c81b0c6d693eab5a420e416da7e43c426d2e8f7df8da8a3acf"
|
||||
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
]
|
||||
@ -4357,9 +4357,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tracing-subscriber"
|
||||
version = "0.2.20"
|
||||
version = "0.2.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b9cbe87a2fa7e35900ce5de20220a582a9483a7063811defce79d7cbd59d4cfe"
|
||||
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
|
||||
dependencies = [
|
||||
"ansi_term 0.12.1",
|
||||
"chrono",
|
||||
|
Loading…
Reference in New Issue
Block a user