No description provided.
Bumps the cargo-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` | | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.23` | | [tracing-error](https://github.com/tokio-rs/tracing) | `0.2.0` | `0.2.1` | | [time](https://github.com/time-rs/time) | `0.3.36` | `0.3.37` | Updates `tracing` from 0.1.40 to 0.1.41 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing's releases</a>.</em></p> <blockquote> <h2>tracing 0.1.41</h2> <p>[ [crates.io][crate-0.1.41] ] | [ [docs.rs][docs-0.1.41] ]</p> <p>This release updates the <code>tracing-core</code> dependency to [v0.1.33][core-0.1.33] and the <code>tracing-attributes</code> dependency to [v0.1.28][attrs-0.1.28].</p> <h3>Added</h3> <ul> <li><strong>core</strong>: Add index API for <code>Field</code> (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2820">#2820</a>)</li> <li><strong>core</strong>: Allow <code>&[u8]</code> to be recorded as event/span field (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2954">#2954</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Bump MSRV to 1.63 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2793">#2793</a>)</li> <li><strong>core</strong>: Use const <code>thread_local</code>s when possible (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2838">#2838</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Removed core imports in macros (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2762">#2762</a>)</li> <li><strong>attributes</strong>: Added missing RecordTypes for instrument (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2781">#2781</a>)</li> <li><strong>attributes</strong>: Change order of async and unsafe modifier (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2864">#2864</a>)</li> <li>Fix missing field prefixes (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2878">#2878</a>)</li> <li><strong>attributes</strong>: Extract match scrutinee (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2880">#2880</a>)</li> <li>Fix non-simple macro usage without message (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2879">#2879</a>)</li> <li>Fix event macros with constant field names in the first position (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2883">#2883</a>)</li> <li>Allow field path segments to be keywords (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2925">#2925</a>)</li> <li><strong>core</strong>: Fix missed <code>register_callsite</code> error (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2938">#2938</a>)</li> <li><strong>attributes</strong>: Support const values for <code>target</code> and <code>name</code> (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2941">#2941</a>)</li> <li>Prefix macro calls with ::core to avoid clashing with local macros (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3024">#3024</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tracing/issues/2762">#2762</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2762">tokio-rs/tracing#2762</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2781">#2781</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2781">tokio-rs/tracing#2781</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2793">#2793</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2793">tokio-rs/tracing#2793</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2820">#2820</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2820">tokio-rs/tracing#2820</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2838">#2838</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2838">tokio-rs/tracing#2838</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2864">#2864</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2864">tokio-rs/tracing#2864</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2878">#2878</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2878">tokio-rs/tracing#2878</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2879">#2879</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2879">tokio-rs/tracing#2879</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2880">#2880</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2880">tokio-rs/tracing#2880</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2883">#2883</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2883">tokio-rs/tracing#2883</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2925">#2925</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2925">tokio-rs/tracing#2925</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2938">#2938</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2938">tokio-rs/tracing#2938</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2941">#2941</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2941">tokio-rs/tracing#2941</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2954">#2954</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2954">tokio-rs/tracing#2954</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/3024">#3024</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/3024">tokio-rs/tracing#3024</a> [attrs-0.1.28]: <a href="https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.28">https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.28</a> [core-0.1.33]: <a href="https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.33">https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.33</a> [docs-0.1.41]: <a href="https://docs.rs/tracing/0.1.41/tracing/">https://docs.rs/tracing/0.1.41/tracing/</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tracing/commit/0ca78870815a34a345a908f48db057057e8803d2"><code>0ca7887</code></a> chore: prepare tracing 0.1.41 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3159">#3159</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/504a287abbf93ef0ffae09688210f423e8061160"><code>504a287</code></a> tracing: update core to v0.1.33 and attributes to v0.1.28 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3156">#3156</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/baa54894067b245bad0af8e45f92279e25820659"><code>baa5489</code></a> chore: prepare tracing-attributes 0.1.28 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3155">#3155</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/cb0f0e71dd1020d63f2190ffef298b989c9e88b0"><code>cb0f0e7</code></a> chore: prepare tracing-core 0.1.33 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3153">#3153</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/11c82730359f60b290cba0a405947b23c0a68d7b"><code>11c8273</code></a> subscriber: don't gate <code>with_ansi()</code> on the "ansi" feature (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3020">#3020</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/8a25a16873d2970a6ac0577a0ceea916f3013424"><code>8a25a16</code></a> core: fix missed <code>register_callsite</code> error (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2938">#2938</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/6f08af07f249a88aa5b34be98c3eb596aef9fc15"><code>6f08af0</code></a> subscriber: set <code>log</code> max level when reloading (<a href="https://redirect.github.com/tokio-rs/tracing/issues/1270">#1270</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/f6a6c8c2864105b2ffb86c4720f91e422260ede2"><code>f6a6c8c</code></a> tracing: add index API for <code>Field</code> (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2820">#2820</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/345fbff277b155d28fa53df61669535cd8b06607"><code>345fbff</code></a> Add <code>json-subscriber</code> to ecosystem (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3121">#3121</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/82a92dfd8d002595e2ec56598a760d2592ff0a09"><code>82a92df</code></a> fix: correct SerializeField definition and doc formatting (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3040">#3040</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41">compare view</a></li> </ul> </details> <br /> Updates `tracing-subscriber` from 0.3.18 to 0.3.19 <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.3.19</h2> <p>[ [crates.io][crate-0.3.19] ] | [ [docs.rs][docs-0.3.19] ]</p> <p>This release updates the <code>tracing</code> dependency to [v0.1.41][tracing-0.1.41] and the <code>tracing-serde</code> dependency to [v0.2.0][tracing-serde-0.2.0].</p> <h3>Added</h3> <ul> <li>Add <code>set_span_events</code> to <code>fmt::Subscriber</code> (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2962">#2962</a>)</li> <li><strong>tracing</strong>: Allow <code>&[u8]</code> to be recorded as event/span field (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2954">#2954</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Set <code>log</code> max level when reloading (<a href="https://redirect.github.com/tokio-rs/tracing/issues/1270">#1270</a>)</li> <li>Bump MSRV to 1.63 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2793">#2793</a>)</li> <li>Use const <code>thread_local</code>s when possible (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2838">#2838</a>)</li> <li>Don't gate <code>with_ansi()</code> on the "ansi" feature (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3020">#3020</a>)</li> <li>Updated tracing-serde to 0.2.0 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3160">#3160</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tracing/issues/1270">#1270</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/1270">tokio-rs/tracing#1270</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2793">#2793</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2793">tokio-rs/tracing#2793</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2838">#2838</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2838">tokio-rs/tracing#2838</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2954">#2954</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2954">tokio-rs/tracing#2954</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2962">#2962</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2962">tokio-rs/tracing#2962</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/3020">#3020</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/3020">tokio-rs/tracing#3020</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/3160">#3160</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/3160">tokio-rs/tracing#3160</a> [tracing-0.1.41]: <a href="https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.41">https://github.com/tokio-rs/tracing/releases/tag/tracing-0.1.41</a> [tracing-serde-0.2.0]: <a href="https://github.com/tokio-rs/tracing/releases/tag/tracing-serde-0.2.0">https://github.com/tokio-rs/tracing/releases/tag/tracing-serde-0.2.0</a> [docs-0.3.19]: <a href="https://docs.rs/tracing-subscriber/0.3.19/tracing_subscriber/">https://docs.rs/tracing-subscriber/0.3.19/tracing_subscriber/</a> [crate-0.3.19]: <a href="https://crates.io/crates/tracing-subscriber/0.3.19">https://crates.io/crates/tracing-subscriber/0.3.19</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tracing/commit/311c31321657ba657ccf63e10bc92a45a079fa2b"><code>311c313</code></a> chore: prepare tracing-subscriber 0.3.19 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3162">#3162</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/35f360a1924319c822f20da412be66854bf9428b"><code>35f360a</code></a> chore: fix new Clippy lints in Rust 1.83.0 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3165">#3165</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/c66a692e671903712c1bd598082fc018f7f8568e"><code>c66a692</code></a> chore: prepare tracing-serde 0.2.0 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3160">#3160</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/0ca78870815a34a345a908f48db057057e8803d2"><code>0ca7887</code></a> chore: prepare tracing 0.1.41 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3159">#3159</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/504a287abbf93ef0ffae09688210f423e8061160"><code>504a287</code></a> tracing: update core to v0.1.33 and attributes to v0.1.28 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3156">#3156</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/baa54894067b245bad0af8e45f92279e25820659"><code>baa5489</code></a> chore: prepare tracing-attributes 0.1.28 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3155">#3155</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/cb0f0e71dd1020d63f2190ffef298b989c9e88b0"><code>cb0f0e7</code></a> chore: prepare tracing-core 0.1.33 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3153">#3153</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/11c82730359f60b290cba0a405947b23c0a68d7b"><code>11c8273</code></a> subscriber: don't gate <code>with_ansi()</code> on the "ansi" feature (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3020">#3020</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/8a25a16873d2970a6ac0577a0ceea916f3013424"><code>8a25a16</code></a> core: fix missed <code>register_callsite</code> error (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2938">#2938</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/6f08af07f249a88aa5b34be98c3eb596aef9fc15"><code>6f08af0</code></a> subscriber: set <code>log</code> max level when reloading (<a href="https://redirect.github.com/tokio-rs/tracing/issues/1270">#1270</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.18...tracing-subscriber-0.3.19">compare view</a></li> </ul> </details> <br /> Updates `clap` from 4.5.21 to 4.5.23 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.5.23</h2> <h2>[4.5.23] - 2024-12-05</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> When check <code>allow_negative_numbers</code>, allow <code>E</code> again</li> </ul> <h2>v4.5.22</h2> <h2>[4.5.22] - 2024-12-03</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Catch bugs with arguments requiring themself</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.5.23] - 2024-12-05</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> When check <code>allow_negative_numbers</code>, allow <code>E</code> again</li> </ul> <h2>[4.5.22] - 2024-12-03</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Catch bugs with arguments requiring themself</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/7916028a902b1d5505a95e6064cc187fe8eaa49d"><code>7916028</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/804498d3b145e8a6a1e49cc8f361b56b6a59072f"><code>804498d</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/f9721f1435353630827e10a891bb864938717487"><code>f9721f1</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5695">#5695</a> from epage/value</li> <li><a href="https://github.com/clap-rs/clap/commit/b04bf724366e85160a8c3c106345da94c7b55a08"><code>b04bf72</code></a> fix(complete)!: Be consistent in value language</li> <li><a href="https://github.com/clap-rs/clap/commit/0e28259e55d46154f7c126020800b6a66f474a22"><code>0e28259</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/e55c9863095e0ec994d0b50494241616d37d5cc1"><code>e55c986</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/c7157dfe1dbe92602420fb381a3c6693d2cc3164"><code>c7157df</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5692">#5692</a> from epage/self</li> <li><a href="https://github.com/clap-rs/clap/commit/84252b71237d8b8df969b265ec0c0b0f43ba491f"><code>84252b7</code></a> fix(complete): Allow completing '.'</li> <li><a href="https://github.com/clap-rs/clap/commit/eded64a13bfcaa9991a3773229bb564fb5d89844"><code>eded64a</code></a> test(complete): Verify PathCompleter::dir</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.21...clap_complete-v4.5.23">compare view</a></li> </ul> </details> <br /> Updates `tracing-error` from 0.2.0 to 0.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing-error's releases</a>.</em></p> <blockquote> <h2>tracing-error 0.2.1</h2> <p>[ [crates.io][crate-0.2.1] ] | [ [docs.rs][docs-0.2.1] ]</p> <h3>Changed</h3> <ul> <li>Bump MSRV to 1.63 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2793">#2793</a>)</li> </ul> <h3>Documented</h3> <ul> <li>Use intra-doc links instead of relative file paths (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2068">#2068</a>)</li> <li>More intra-doc links (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2077">#2077</a>)</li> <li>Add missing backtick to <code>prelude</code> docs (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2120">#2120</a>)</li> </ul> <p><a href="https://redirect.github.com/tokio-rs/tracing/issues/2068">#2068</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2068">tokio-rs/tracing#2068</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2077">#2077</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2077">tokio-rs/tracing#2077</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2120">#2120</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2120">tokio-rs/tracing#2120</a> <a href="https://redirect.github.com/tokio-rs/tracing/issues/2793">#2793</a>: <a href="https://redirect.github.com/tokio-rs/tracing/pull/2793">tokio-rs/tracing#2793</a> [docs-0.2.1]: <a href="https://docs.rs/tracing-error/0.2.1/tracing_error/">https://docs.rs/tracing-error/0.2.1/tracing_error/</a> [crate-0.2.1]: <a href="https://crates.io/crates/tracing-error/0.2.1">https://crates.io/crates/tracing-error/0.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tracing/commit/11487a00031c9e1b8497faca2683715c6e1729c8"><code>11487a0</code></a> chore: prepare tracing-error 0.2.1 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3163">#3163</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/311c31321657ba657ccf63e10bc92a45a079fa2b"><code>311c313</code></a> chore: prepare tracing-subscriber 0.3.19 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3162">#3162</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/35f360a1924319c822f20da412be66854bf9428b"><code>35f360a</code></a> chore: fix new Clippy lints in Rust 1.83.0 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3165">#3165</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/c66a692e671903712c1bd598082fc018f7f8568e"><code>c66a692</code></a> chore: prepare tracing-serde 0.2.0 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3160">#3160</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/0ca78870815a34a345a908f48db057057e8803d2"><code>0ca7887</code></a> chore: prepare tracing 0.1.41 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3159">#3159</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/504a287abbf93ef0ffae09688210f423e8061160"><code>504a287</code></a> tracing: update core to v0.1.33 and attributes to v0.1.28 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3156">#3156</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/baa54894067b245bad0af8e45f92279e25820659"><code>baa5489</code></a> chore: prepare tracing-attributes 0.1.28 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3155">#3155</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/cb0f0e71dd1020d63f2190ffef298b989c9e88b0"><code>cb0f0e7</code></a> chore: prepare tracing-core 0.1.33 (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3153">#3153</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/11c82730359f60b290cba0a405947b23c0a68d7b"><code>11c8273</code></a> subscriber: don't gate <code>with_ansi()</code> on the "ansi" feature (<a href="https://redirect.github.com/tokio-rs/tracing/issues/3020">#3020</a>)</li> <li><a href="https://github.com/tokio-rs/tracing/commit/8a25a16873d2970a6ac0577a0ceea916f3013424"><code>8a25a16</code></a> core: fix missed <code>register_callsite</code> error (<a href="https://redirect.github.com/tokio-rs/tracing/issues/2938">#2938</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tracing/compare/tracing-error-0.2.0...tracing-error-0.2.1">compare view</a></li> </ul> </details> <br /> Updates `time` from 0.3.36 to 0.3.37 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/time-rs/time/releases">time's releases</a>.</em></p> <blockquote> <h2>v0.3.37</h2> <p>See the <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">time's changelog</a>.</em></p> <blockquote> <h2>0.3.37 [2024-12-03]</h2> <h3>Added</h3> <ul> <li><code>Time::MAX</code>, equivalent to <code>time!(23:59:59.999999999)</code></li> <li><code>[year repr:century]</code> is now supported in format descriptions. When used in conjunction with <code>[year repr:last_two]</code>, there is sufficient information to parse a date. Note that with the <code>large-date</code> feature enabled, there is an ambiguity when parsing the two back-to-back.</li> <li>Parsing of <code>strftime</code>-style format descriptions, located at <code>time::format_description::parse_strftime_borrowed</code> and <code>time::format_description::parse_strftime_owned</code></li> <li><code>time::util::refresh_tz</code> and <code>time::util::refresh_tz_unchecked</code>, which updates information obtained via the <code>TZ</code> environment variable. This is equivalent to the <code>tzset</code> syscall on Unix-like systems, with and without built-in soundness checks, respectively.</li> <li><code>Month::length</code> and <code>util::days_in_month</code>, replacing <code>util::days_in_year_month</code>.</li> <li>Expressions are permitted in <code>time::serde::format_description!</code> rather than only paths. This also drastically improves diagnostics when an invalid value is provided.</li> </ul> <h3>Changed</h3> <ul> <li> <p>Obtaining the system UTC offset on Unix-like systems should now succeed when multi-threaded. However, if the <code>TZ</code> environment variable is altered, the program will not be aware of this until <code>time::util::refresh_tz</code> or <code>time::util::refresh_tz_unchecked</code> is called. <code>refresh_tz</code> has the same soundness requirements as obtaining the system UTC offset previously did, with the requirements still being automatically enforced. <code>refresh_tz_unchecked</code> does not enforce these requirements at the expense of being <code>unsafe</code>. Most programs should not need to call either function.</p> <p>Due to this change, the <code>time::util::local_offset</code> module has been deprecated in its entirety. The <code>get_soundness</code> and <code>set_soundness</code> functions are now no-ops.</p> <p>Note that while calls <em>should</em> succeed, success is not guaranteed in any situation. Downstream users should always be prepared to handle the error case.</p> </li> </ul> <h3>Fixed</h3> <ul> <li>Floating point values are truncated, not rounded, when formatting.</li> <li>RFC3339 allows arbitrary separators between the date and time components.</li> <li>Serialization of negative <code>Duration</code>s less than one second is now correct. It previously omitted the negative sign.</li> <li><code>From<js_sys::Date> for OffsetDateTime</code> now ensures sub-millisecond values are not erroneously returned.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/time-rs/time/commit/d4e39b306db1624795cd4eb0cfde8cc802edd0e3"><code>d4e39b3</code></a> v0.3.37 release</li> <li><a href="https://github.com/time-rs/time/commit/09439970e55f191d992a1d5bc50e2d7dab19b33d"><code>0943997</code></a> Fix CI failure</li> <li><a href="https://github.com/time-rs/time/commit/8b50f04ee05d07f35b3f1293c4baf7e2746bf418"><code>8b50f04</code></a> Update lints</li> <li><a href="https://github.com/time-rs/time/commit/56f1db6dfa30ede8462ba61edb1ded2590d069d4"><code>56f1db6</code></a> Add <code>Month::length</code>, <code>days_in_month</code></li> <li><a href="https://github.com/time-rs/time/commit/03bcfe9f28450c723e32793ecd778f658eda7f02"><code>03bcfe9</code></a> Skip formatting some macros, update UI tests</li> <li><a href="https://github.com/time-rs/time/commit/4404638fe2267257f896553ba53ead727f466501"><code>4404638</code></a> Permit exprs in <code>serde::format_description!</code></li> <li><a href="https://github.com/time-rs/time/commit/6b43b44060e3a76f724fe85aea837e55d2843c1f"><code>6b43b44</code></a> strftime implementation</li> <li><a href="https://github.com/time-rs/time/commit/98569ffe5b19e0c25fedc5caf10f47669b239d05"><code>98569ff</code></a> Hide deprecations from docs</li> <li><a href="https://github.com/time-rs/time/commit/febf3a10de60d7dd62223b03fbb05363bd0e6f90"><code>febf3a1</code></a> Obtain local offset in multi-threaded situations</li> <li><a href="https://github.com/time-rs/time/commit/1e19827c5ac17435e0807fb9e28091a53dc6fb4f"><code>1e19827</code></a> Update rstest and rstest_reuse; bump MSRV to 1.67.1 (<a href="https://redirect.github.com/time-rs/time/issues/716">#716</a>)</li> <li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.3.36...v0.3.37">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 1 comments.