Skip to content

Commit

Permalink
chore(deps): bump the patch group across 1 directory with 4 updates (#…
Browse files Browse the repository at this point in the history
…113)

Bumps the patch group with 4 updates in the / directory:
[serde](https://github.com/serde-rs/serde),
[serde_json](https://github.com/serde-rs/json),
[uuid](https://github.com/uuid-rs/uuid) and
[pyo3](https://github.com/pyo3/pyo3).

Updates `serde` from 1.0.216 to 1.0.217
<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.217</h2>
<ul>
<li>Support serializing externally tagged unit variant inside flattened
field (<a
href="https://redirect.github.com/serde-rs/serde/issues/2786">#2786</a>,
thanks <a
href="https://github.com/Mingun"><code>@​Mingun</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/serde/commit/930401b0dd58a809fce34da091b8aa3d6083cb33"><code>930401b</code></a>
Release 1.0.217</li>
<li><a
href="https://github.com/serde-rs/serde/commit/cb6eaea151b831db36457fff17f16a195702dad4"><code>cb6eaea</code></a>
Fix roundtrip inconsistency:</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b6f339ca3676584e1c26028b4040c337b0105e34"><code>b6f339c</code></a>
Resolve repr_packed_without_abi clippy lint in tests</li>
<li><a
href="https://github.com/serde-rs/serde/commit/2a5caea1a8abc9b6077d8eb43bd6109124db2a5f"><code>2a5caea</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2872">#2872</a>
from dtolnay/ehpersonality</li>
<li><a
href="https://github.com/serde-rs/serde/commit/b9f93f99aaa90760d421b60b8de6273999ca8980"><code>b9f93f9</code></a>
Add no-std CI on stable compiler</li>
<li><a
href="https://github.com/serde-rs/serde/commit/eb5cd476ba7e71e22b0a856c1e78a3af1b7bbe0a"><code>eb5cd47</code></a>
Drop #[lang = &quot;eh_personality&quot;] from no-std test</li>
<li><a
href="https://github.com/serde-rs/serde/commit/8478a3b7dd847753440bdaf65b828a4a535e6cef"><code>8478a3b</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/serde/issues/2871">#2871</a>
from dtolnay/nostdstart</li>
<li><a
href="https://github.com/serde-rs/serde/commit/dbb909136e610b9753dcd9ffcfb8f6a3f6510060"><code>dbb9091</code></a>
Replace #[start] with extern fn main</li>
<li>See full diff in <a
href="https://github.com/serde-rs/serde/compare/v1.0.216...v1.0.217">compare
view</a></li>
</ul>
</details>
<br />

Updates `serde_json` from 1.0.133 to 1.0.135
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/serde-rs/json/releases">serde_json's
releases</a>.</em></p>
<blockquote>
<h2>v1.0.135</h2>
<ul>
<li>Add serde_json::Map::into_values method (<a
href="https://redirect.github.com/serde-rs/json/issues/1226">#1226</a>,
thanks <a
href="https://github.com/tisonkun"><code>@​tisonkun</code></a>)</li>
</ul>
<h2>v1.0.134</h2>
<ul>
<li>Add <code>RawValue</code> associated constants for literal
<code>null</code>, <code>true</code>, <code>false</code> (<a
href="https://redirect.github.com/serde-rs/json/issues/1221">#1221</a>,
thanks <a
href="https://github.com/bheylin"><code>@​bheylin</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/9802c08d4ef1662cbbf92fabf7d6f4dc6aecfe9e"><code>9802c08</code></a>
Release 1.0.135</li>
<li><a
href="https://github.com/serde-rs/json/commit/b97935fde2acc364f2ce6de8885c0bedfa5eb29f"><code>b97935f</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1226">#1226</a>
from tisonkun/map-into-values</li>
<li><a
href="https://github.com/serde-rs/json/commit/d48c224d12a18189bdabbfe050bfe8134dbb4bf5"><code>d48c224</code></a>
Add Map::into_values method</li>
<li><a
href="https://github.com/serde-rs/json/commit/1e77cac742aaa12d0c8390bd8d40e279e05a3bca"><code>1e77cac</code></a>
Resolve precedence clippy lint</li>
<li><a
href="https://github.com/serde-rs/json/commit/b2a1415aad0c76684c675d13a5746850d275c178"><code>b2a1415</code></a>
Release 1.0.134</li>
<li><a
href="https://github.com/serde-rs/json/commit/9875785f24c30c990942e3412b3feb8f798bb4dc"><code>9875785</code></a>
Tweak wording of NULL/TRUE/FALSE documentation</li>
<li><a
href="https://github.com/serde-rs/json/commit/4aa05b9143ea7ca9c690e874f4c0f4f43cae9716"><code>4aa05b9</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1222">#1222</a>
from dtolnay/rawvalueassoc</li>
<li><a
href="https://github.com/serde-rs/json/commit/f42c7c760b5e38316c6c9090f80a925491889b4b"><code>f42c7c7</code></a>
Move RawValue associated constants into same impl block as public
functions</li>
<li><a
href="https://github.com/serde-rs/json/commit/96576bad53bf404c724927f82b0be358bf7aa561"><code>96576ba</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1221">#1221</a>
from bheylin/add-const-raw-values-for-null-and-bools</li>
<li><a
href="https://github.com/serde-rs/json/commit/4db66fb0b21b3ac1932d35317e9bcdff14b716f3"><code>4db66fb</code></a>
Add <code>'static</code> lifetime to <code>const</code>'s</li>
<li>Additional commits viewable in <a
href="https://github.com/serde-rs/json/compare/v1.0.133...v1.0.135">compare
view</a></li>
</ul>
</details>
<br />

Updates `uuid` from 1.11.0 to 1.11.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/uuid-rs/uuid/releases">uuid's
releases</a>.</em></p>
<blockquote>
<h2>1.11.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Finish cut off docs by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/777">uuid-rs/uuid#777</a></li>
<li>Fix links in CONTRIBUTING.md by <a
href="https://github.com/jacobggman"><code>@​jacobggman</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/778">uuid-rs/uuid#778</a></li>
<li>Update rust toolchain before building by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/781">uuid-rs/uuid#781</a></li>
<li>Prepare for 1.11.1 release by <a
href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/782">uuid-rs/uuid#782</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/jacobggman"><code>@​jacobggman</code></a> made
their first contribution in <a
href="https://redirect.github.com/uuid-rs/uuid/pull/778">uuid-rs/uuid#778</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1">https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/uuid-rs/uuid/commit/42c2d0ff4e766596cc047b6163d126bfc4854882"><code>42c2d0f</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/782">#782</a> from
uuid-rs/cargo/1.11.1</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/7dc4122c07ee2bf4459d73c81b68cea43258b8ae"><code>7dc4122</code></a>
prepare for 1.11.1 release</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/4cdc98107426fa17d8f22b71281bdde83430e47f"><code>4cdc981</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/781">#781</a> from
uuid-rs/ci/rust-versions</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/1ce698c1cf6452b9ab083900eaccc33d91c71f40"><code>1ce698c</code></a>
update rust toolchain before building</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/5cbe0ce96219182511dafc5d6a7e271b41cdaf03"><code>5cbe0ce</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/778">#778</a> from
jacobggman/main</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/6e55348c06d1b50fe94b4ce7736556d0b9b1c933"><code>6e55348</code></a>
Fix broken link to RFC 1574 in CONTRIBUTING.md</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/147d993034588eb0edb4ac9643b6998590107d30"><code>147d993</code></a>
update table of contents in CONTRIBUTING.md</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/89019199989ffa616412eff4a67a5283f673659b"><code>8901919</code></a>
Merge pull request <a
href="https://redirect.github.com/uuid-rs/uuid/issues/777">#777</a> from
uuid-rs/KodrAus-patch-1</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/a486f03bef05f825db6d5b07d356ae3a1abf9f05"><code>a486f03</code></a>
try using specific node version</li>
<li><a
href="https://github.com/uuid-rs/uuid/commit/dcf1d81bd5b5753612b7c8167b1ca61cb31d0c66"><code>dcf1d81</code></a>
bump msrv to 1.63.0</li>
<li>Additional commits viewable in <a
href="https://github.com/uuid-rs/uuid/compare/1.11.0...1.11.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `pyo3` from 0.23.3 to 0.23.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pyo3/pyo3/releases">pyo3's
releases</a>.</em></p>
<blockquote>
<h2>PyO3 0.23.4</h2>
<p>This release contains a range of fixes on top of PyO3 0.23.3,
primarily grouped into the following categories:</p>
<ul>
<li>Fixes for the new support for free-threaded Python 3.13</li>
<li>Fixes to conversions between Python and <code>chrono</code>
datetimes</li>
<li>Fixes to various build configuration cases for Windows</li>
<li>Fixes to edge cases in PyO3's macros leading to compile
failures</li>
</ul>
<p>Thank you to the following contributors for the improvements:</p>
<p><a href="https://github.com/alex"><code>@​alex</code></a>
<a
href="https://github.com/bschoenmaeckers"><code>@​bschoenmaeckers</code></a>
<a href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a>
<a href="https://github.com/Icxolu"><code>@​Icxolu</code></a>
<a href="https://github.com/kahojyun"><code>@​kahojyun</code></a>
<a href="https://github.com/LilyFoote"><code>@​LilyFoote</code></a>
<a href="https://github.com/mejrs"><code>@​mejrs</code></a>
<a href="https://github.com/messense"><code>@​messense</code></a>
<a href="https://github.com/msimacek"><code>@​msimacek</code></a>
<a href="https://github.com/ngoldbaum"><code>@​ngoldbaum</code></a>
<a
href="https://github.com/Owen-CH-Leung"><code>@​Owen-CH-Leung</code></a>
<a href="https://github.com/Tpt"><code>@​Tpt</code></a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyO3/pyo3/blob/v0.23.4/CHANGELOG.md">pyo3's
changelog</a>.</em></p>
<blockquote>
<h2>[0.23.4] - 2025-01-10</h2>
<h3>Added</h3>
<ul>
<li>Add <code>PyList::locked_for_each</code>, which uses a critical
section to lock the list on the free-threaded build. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4789">#4789</a></li>
<li>Add <code>pyo3_build_config::add_python_framework_link_args</code>
build script API to set rpath when using macOS system Python. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4833">#4833</a></li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use <code>datetime.fold</code> to distinguish ambiguous datetimes
when converting to and from <code>chrono::DateTime&lt;Tz&gt;</code>
(rather than erroring). <a
href="https://redirect.github.com/PyO3/pyo3/pull/4791">#4791</a></li>
<li>Optimize PyList iteration on the free-threaded build. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4789">#4789</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix unnecessary internal <code>py.allow_threads</code> GIL-switch
when attempting to access contents of a <code>PyErr</code> which
originated from Python (could lead to unintended deadlocks). <a
href="https://redirect.github.com/PyO3/pyo3/pull/4766">#4766</a></li>
<li>Fix thread-unsafe access of dict internals in
<code>BoundDictIterator</code> on the free-threaded build. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4788">#4788</a></li>
</ul>
<ul>
<li>Fix unnecessary critical sections in <code>BoundDictIterator</code>
on the free-threaded build. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4788">#4788</a></li>
</ul>
<ul>
<li>Fix time-of-check to time-of-use issues with list iteration on the
free-threaded build. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4789">#4789</a></li>
<li>Fix <code>chrono::DateTime&lt;Tz&gt;</code> to-Python conversion
when <code>Tz</code> is <code>chrono_tz::Tz</code>. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4790">#4790</a></li>
<li>Fix <code>#[pyclass]</code> not being able to be named
<code>Probe</code>. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4794">#4794</a></li>
<li>Fix not treating cross-compilation from x64 to aarch64 on Windows as
a cross-compile. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4800">#4800</a></li>
<li>Fix missing struct fields on GraalPy when subclassing builtin
classes. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4802">#4802</a></li>
<li>Fix generating import lib for PyPy when <code>abi3</code> feature is
enabled. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4806">#4806</a></li>
<li>Fix generating import lib for python3.13t when <code>abi3</code>
feature is enabled. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4808">#4808</a></li>
<li>Fix compile failure for raw identifiers like <code>r#box</code> in
<code>derive(FromPyObject)</code>. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4814">#4814</a></li>
<li>Fix compile failure for <code>#[pyclass]</code> enum variants with
more than 12 fields. <a
href="https://redirect.github.com/PyO3/pyo3/pull/4832">#4832</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyO3/pyo3/commit/f2a8460559d8f58269f306679fc58c9d101f70cf"><code>f2a8460</code></a>
release: 0.23.4</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/0c10e3462d34fe810df4f4ec5cfa7c853ae88add"><code>0c10e34</code></a>
ci: updates for Rust 1.84 (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4846">#4846</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/9ee55a3a8f2ba7df759fb5f67879769aa7fc1100"><code>9ee55a3</code></a>
Implement locked iteration for PyList (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4789">#4789</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/4b04bb3752c87d3aa9ee643c169982181c160074"><code>4b04bb3</code></a>
Allow useless conversion (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4838">#4838</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/bcdbc9365165d5fc3c27023a9108d25a81356e00"><code>bcdbc93</code></a>
Fix PyDict issues on free-threaded build (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4788">#4788</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/8aa68254abf0e37bb5e98bf6529d1ea166aaa0d4"><code>8aa6825</code></a>
Add an API to set rpath when using macOS system Python (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4833">#4833</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/e19d048275aef8e92ae8639b88dea3b0470b2f12"><code>e19d048</code></a>
ci: add more tests for cross-compilation (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4773">#4773</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/325218f1520fcb30c1c8e0a6df65db79cb587fa6"><code>325218f</code></a>
docs: Expand docs on when and why allow_threads is necessary (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4767">#4767</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/869a25ba612936a01aa02d69f90d318d1040aba5"><code>869a25b</code></a>
fix error with complex enums with many fields (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4832">#4832</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/f2915f518c82661d82a3390b655ae600a6bf60db"><code>f2915f5</code></a>
fix: cross-compilation compatibility checks for Windows (<a
href="https://redirect.github.com/pyo3/pyo3/issues/4800">#4800</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pyo3/pyo3/compare/v0.23.3...v0.23.4">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 Jan 13, 2025
1 parent d177f94 commit 1502487
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
36 changes: 18 additions & 18 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 @@ -41,11 +41,11 @@ path = "tests/lib.rs"
[workspace.dependencies]
derive_more = "1.0.0"
itertools = "0.13.0"
pyo3 = "0.23.3"
pyo3 = "0.23.4"
pythonize = "0.23.0"
rstest = "0.23.0"
serde = "1.0"
serde_json = "1.0"
strum = "0.26.2"
uuid = "1.4"
uuid = "1.11"
assert-json-diff = "2.0.2"

0 comments on commit 1502487

Please sign in to comment.