Skip to content

Commit

Permalink
chore(deps-rs): bump the patch group with 3 updates (#721)
Browse files Browse the repository at this point in the history
Bumps the patch group with 3 updates:
[chrono](https://github.com/chronotope/chrono),
[crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) and
[serde](https://github.com/serde-rs/serde).

Updates `chrono` from 0.4.38 to 0.4.39
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/chronotope/chrono/releases">chrono's
releases</a>.</em></p>
<blockquote>
<h2>0.4.39</h2>
<h2>What's Changed</h2>
<ul>
<li><a
href="https://redirect.github.com/chronotope/chrono/issues/1577">#1577</a>:
Changed years_since documentation to match its implementation by <a
href="https://github.com/Taxalo"><code>@​Taxalo</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1578">chronotope/chrono#1578</a></li>
<li>Remove obsolete weird feature guard by <a
href="https://github.com/djc"><code>@​djc</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1582">chronotope/chrono#1582</a></li>
<li>Fix format::strftime docs link by <a
href="https://github.com/frederikhors"><code>@​frederikhors</code></a>
in <a
href="https://redirect.github.com/chronotope/chrono/pull/1581">chronotope/chrono#1581</a></li>
<li>Fix micros (optional) limit in and_hms_micro_opt by <a
href="https://github.com/qrilka"><code>@​qrilka</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1584">chronotope/chrono#1584</a></li>
<li>Update windows-bindgen requirement from 0.56 to 0.57 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1589">chronotope/chrono#1589</a></li>
<li>native/date: Improve DelayedFormat doc re Panics by <a
href="https://github.com/behnam-oneschema"><code>@​behnam-oneschema</code></a>
in <a
href="https://redirect.github.com/chronotope/chrono/pull/1590">chronotope/chrono#1590</a></li>
<li>Fix typo in rustdoc of <code>from_timestamp_nanos()</code> by <a
href="https://github.com/sgoll"><code>@​sgoll</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1591">chronotope/chrono#1591</a></li>
<li>Update windows-bindgen requirement from 0.57 to 0.58 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1594">chronotope/chrono#1594</a></li>
<li>docs: document century cutoff for %y by <a
href="https://github.com/MarcoGorelli"><code>@​MarcoGorelli</code></a>
in <a
href="https://redirect.github.com/chronotope/chrono/pull/1598">chronotope/chrono#1598</a></li>
<li>Checked <code>NaiveWeek</code> methods by <a
href="https://github.com/bragov4ik"><code>@​bragov4ik</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1600">chronotope/chrono#1600</a></li>
<li>Impl serde::Serialize and serde::Deserialize for TimeDelta by <a
href="https://github.com/Awpteamoose"><code>@​Awpteamoose</code></a> in
<a
href="https://redirect.github.com/chronotope/chrono/pull/1599">chronotope/chrono#1599</a></li>
<li>Derive
<code>PartialEq</code>,<code>Eq</code>,<code>Hash</code>,<code>Copy</code>
and <code>Clone</code> on <code>NaiveWeek</code> by <a
href="https://github.com/DSeeLP"><code>@​DSeeLP</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1618">chronotope/chrono#1618</a></li>
<li>Support ohos tzdata since ver.oh35 by <a
href="https://github.com/MirageLyu"><code>@​MirageLyu</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1613">chronotope/chrono#1613</a></li>
<li>Use Formatter::pad (instead of write_str) for Weekdays by <a
href="https://github.com/horazont"><code>@​horazont</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1621">chronotope/chrono#1621</a></li>
<li>Fix typos by <a
href="https://github.com/szepeviktor"><code>@​szepeviktor</code></a> in
<a
href="https://redirect.github.com/chronotope/chrono/pull/1623">chronotope/chrono#1623</a></li>
<li>Fix comment. by <a
href="https://github.com/khuey"><code>@​khuey</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1624">chronotope/chrono#1624</a></li>
<li>chore: add <code>#[inline]</code> to <code>num_days</code> by <a
href="https://github.com/CommanderStorm"><code>@​CommanderStorm</code></a>
in <a
href="https://redirect.github.com/chronotope/chrono/pull/1627">chronotope/chrono#1627</a></li>
<li>fix typo by <a
href="https://github.com/futreall"><code>@​futreall</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1633">chronotope/chrono#1633</a></li>
<li>Update mod.rs by <a
href="https://github.com/donatik27"><code>@​donatik27</code></a> in <a
href="https://redirect.github.com/chronotope/chrono/pull/1638">chronotope/chrono#1638</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/chronotope/chrono/commit/8b863490d88ba098038392c8aa930012ffd0c439"><code>8b86349</code></a>
Bump version to 0.4.39</li>
<li><a
href="https://github.com/chronotope/chrono/commit/33aaebfc35794553960ed86f77a47d1d16fab988"><code>33aaebf</code></a>
Update mod.rs</li>
<li><a
href="https://github.com/chronotope/chrono/commit/65c47f377d5e0a2505cbbff46c8eec5ff2a13da9"><code>65c47f3</code></a>
Update CHANGELOG.md</li>
<li><a
href="https://github.com/chronotope/chrono/commit/ca8232ff4e51cd918b3a9d84bdca8c466ded3cdc"><code>ca8232f</code></a>
Update licenses for unicode-ident 1.0.14</li>
<li><a
href="https://github.com/chronotope/chrono/commit/1456fa0977e054ae7bd893936a1cace2acc5d0e2"><code>1456fa0</code></a>
Apply suggestions from clippy 1.83</li>
<li><a
href="https://github.com/chronotope/chrono/commit/1c7567b34d9f45c1a694add4424efa5718d1f9df"><code>1c7567b</code></a>
Bump codecov/codecov-action from 4 to 5</li>
<li><a
href="https://github.com/chronotope/chrono/commit/f9ffd6fbde2a2dbc02d42afdcbec5da84ba4e1e0"><code>f9ffd6f</code></a>
add <code>#[inline]</code> to <code>num_days</code></li>
<li><a
href="https://github.com/chronotope/chrono/commit/7974c60649351553e57727ea02f88b66f8835f0e"><code>7974c60</code></a>
Fix comment.</li>
<li><a
href="https://github.com/chronotope/chrono/commit/77d50b1fc1e28d592346532620c07622da3aa5d7"><code>77d50b1</code></a>
Fix typos</li>
<li><a
href="https://github.com/chronotope/chrono/commit/771c0477bf4fa3febc74f3c8cd8e7a25d9463a5c"><code>771c047</code></a>
Use Formatter::pad (instead of write_str) for Weekdays</li>
<li>Additional commits viewable in <a
href="https://github.com/chronotope/chrono/compare/v0.4.38...v0.4.39">compare
view</a></li>
</ul>
</details>
<br />

Updates `crossbeam-channel` from 0.5.13 to 0.5.14
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/crossbeam-rs/crossbeam/releases">crossbeam-channel's
releases</a>.</em></p>
<blockquote>
<h2>crossbeam-channel 0.5.14</h2>
<ul>
<li>Fix stack overflow when sending large value to unbounded channel.
(<a
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1146">#1146</a>,
<a
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1147">#1147</a>)</li>
<li>Add <code>Select::new_biased</code> function. (<a
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1150">#1150</a>)</li>
<li>Remove inefficient spinning. (<a
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1154">#1154</a>)</li>
<li>Suppress buggy <code>clippy::zero_repeat_side_effects</code> lint in
macro generated code. (<a
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1123">#1123</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/crossbeam-rs/crossbeam/commit/ccd83ac4108a2a1b41e9c6e79c87267167d18dfa"><code>ccd83ac</code></a>
Prepare for the next release</li>
<li><a
href="https://github.com/crossbeam-rs/crossbeam/commit/54988eb2399c889fb82926c1508bb0ec31bedba2"><code>54988eb</code></a>
Calculate layout in const context</li>
<li><a
href="https://github.com/crossbeam-rs/crossbeam/commit/761d0b67e2849479f7b376b4c02a191f6ed796aa"><code>761d0b6</code></a>
Port <a
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1146">#1146</a>
&amp; <a
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1147">#1147</a>
to deque::Injector and queue::SegQueue</li>
<li><a
href="https://github.com/crossbeam-rs/crossbeam/commit/8144fbb41e67046d341034843887b0dd5963cddb"><code>8144fbb</code></a>
Remove optimistic spinning from Context::wait_until</li>
<li><a
href="https://github.com/crossbeam-rs/crossbeam/commit/a92f6c4fbb5527ef4f86239fd18df426b4e1d84f"><code>a92f6c4</code></a>
Bump peter-evans/create-pull-request from 5 to 7 (<a
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1153">#1153</a>)</li>
<li><a
href="https://github.com/crossbeam-rs/crossbeam/commit/66d41a904f8f51d82d806b86856d72290202d491"><code>66d41a9</code></a>
channel: Add new_biased constructor for biased channel selection (<a
href="https://redirect.github.com/crossbeam-rs/crossbeam/issues/1150">#1150</a>)</li>
<li><a
href="https://github.com/crossbeam-rs/crossbeam/commit/d0d0a80be89a976a66292ed7d3fb562f9d3d590b"><code>d0d0a80</code></a>
CachePadded: Use 128-byte alignment on arm64ec</li>
<li><a
href="https://github.com/crossbeam-rs/crossbeam/commit/f757eefca227f67cb9dc8b90c07500728151f501"><code>f757eef</code></a>
Add comment about fixed rustc bug</li>
<li><a
href="https://github.com/crossbeam-rs/crossbeam/commit/71d8bb0277749ba6e3b2e1c846d4b82bc39244e3"><code>71d8bb0</code></a>
ci: Update minimum tested Rust version to 1.63</li>
<li><a
href="https://github.com/crossbeam-rs/crossbeam/commit/5092a9bb2539f00483fc1671300a16b755d386de"><code>5092a9b</code></a>
ci: Clean up no_atomic.sh</li>
<li>Additional commits viewable in <a
href="https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.13...crossbeam-channel-0.5.14">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde` from 1.0.215 to 1.0.216
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/serde/releases">serde's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.216</h2>
<ul>
<li>Mark all generated impls with #[automatically_derived] to exclude
from code coverage (<a
href="https://redirect.github.com/serde-rs/serde/issues/2866">#2866</a>,
<a
href="https://redirect.github.com/serde-rs/serde/issues/2868">#2868</a>,
thanks <a
href="https://github.com/tdittr"><code>@​tdittr</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/serde/commit/ad8dd4148b5fabf0d643d4de604a0616f2796506"><code>ad8dd41</code></a>
Release 1.0.216</li>
<li><a
href="https://github.com/serde-rs/serde/commit/f91d2ed9aef4d7e86171333ff745f40ee6e83692"><code>f91d2ed</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2868">#2868</a>
from dtolnay/automaticallyderived</li>
<li><a
href="https://github.com/serde-rs/serde/commit/9497463718813e83b69db4343bb6e8db5f28441e"><code>9497463</code></a>
Mark all generated trait impls as #[automatically_derived]</li>
<li><a
href="https://github.com/serde-rs/serde/commit/46e9ecfcdd5216929ebcf29e76adc072412c5380"><code>46e9ecf</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2866">#2866</a>
from tdittr/mark-visitors-as-generated</li>
<li><a
href="https://github.com/serde-rs/serde/commit/e9c399c822aad494ab1e935a95f1a591a99b44ad"><code>e9c399c</code></a>
Mark generated <code>impl de::Visitor</code> blocks as
<code>#[automatically_derived]</code></li>
<li><a
href="https://github.com/serde-rs/serde/commit/b9dbfcb4ac3b7a663d9efc6eb1387c62302a6fb4"><code>b9dbfcb</code></a>
Switch out fnv in favor of foldhash in test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/c270e27a4d37f008c199523f223843e8659b7fd9"><code>c270e27</code></a>
Use BuildHasher instead of Hasher in collection macros</li>
<li><a
href="https://github.com/serde-rs/serde/commit/0307f604ea5ca91de1f65d1db075d5cc5abb00ad"><code>0307f60</code></a>
Resolve question_mark clippy lint in build script</li>
<li>See full diff in <a
href="https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216">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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 66acf8a commit 9033daa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ tracing = "0.1.37"
portmatching = "0.3.1"
bytemuck = "1.20.0"
cgmath = "0.18.0"
chrono = "0.4.30"
chrono = "0.4.39"
clap = "4.5.23"
criterion = "0.5.1"
crossbeam-channel = "0.5.8"
crossbeam-channel = "0.5.14"
csv = "1.3.1"
delegate = "0.13.1"
derive_more = "1.0.0"
Expand Down

0 comments on commit 9033daa

Please sign in to comment.