dependabot[bot] opened a new pull request, #3237: URL: https://github.com/apache/iggy/pull/3237
Bumps the minor-and-patch group with 10 updates: | Package | From | To | | --- | --- | --- | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.2.1` | `2.2.2` | | [clap_complete](https://github.com/clap-rs/clap) | `4.6.3` | `4.6.5` | | [ctor](https://github.com/mmastrac/linktime) | `1.0.4` | `1.0.5` | | [file-operation](https://github.com/crates-dev/file-operation) | `0.8.19` | `0.8.20` | | [jsonwebtoken](https://github.com/Keats/jsonwebtoken) | `10.3.0` | `10.4.0` | | [lz4_flex](https://github.com/pseitz/lz4_flex) | `0.13.0` | `0.13.1` | | [nix](https://github.com/nix-rust/nix) | `0.31.2` | `0.31.3` | | [rcgen](https://github.com/rustls/rcgen) | `0.14.7` | `0.14.8` | | [serde_with](https://github.com/jonasbb/serde_with) | `3.19.0` | `3.20.0` | | [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.39.0` | `0.39.1` | Updates `assert_cmd` from 2.2.1 to 2.2.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md">assert_cmd's changelog</a>.</em></p> <blockquote> <h2>[2.2.2] - 2026-05-11</h2> <h3>Fixes</h3> <ul> <li>Ensure <code>#[track_caller]</code> works for better panic messages</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/assert-rs/assert_cmd/commit/feece89025338d98312b0eb7e3dec20c2c0fb8c1"><code>feece89</code></a> chore: Release assert_cmd version 2.2.2</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/367cdf74460d70dbb3c9fce64cb88223932bad1b"><code>367cdf7</code></a> docs: Update changelog</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/a98cc85f377526c9834803fe9b638298fc8d4a71"><code>a98cc85</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/assert_cmd/issues/289">#289</a> from marcospb19/track_caller</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/cd2e167a911228e013e8571688299018bfeddc4a"><code>cd2e167</code></a> fix: .success() not reporting panic location</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/45a1c742d1c896bd9f62f69024c5a5a08e2d636f"><code>45a1c74</code></a> chore(deps): Update Prek to v0.3.13 (<a href="https://redirect.github.com/assert-rs/assert_cmd/issues/293">#293</a>)</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/f1d9b5b366a4a700367974ea60e8438d523ada16"><code>f1d9b5b</code></a> chore(deps): Update Prek to v0.3.12 (<a href="https://redirect.github.com/assert-rs/assert_cmd/issues/292">#292</a>)</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/1d34bab2ef105c5c1a2f9bd8705501d1d5e4268e"><code>1d34bab</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/assert_cmd/issues/291">#291</a> from epage/template</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/d9a70ad3cfd60b812eef29c20f606cc6024a93a2"><code>d9a70ad</code></a> style: Make clippy happy</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/4f5b5af9f5bf732e73f25ba1fafef26d0648794e"><code>4f5b5af</code></a> chore: Update from _rust template</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/1e1d586ea665125e50de4c237afe98b907391035"><code>1e1d586</code></a> chore(renovate): Fix the tag</li> <li>Additional commits viewable in <a href="https://github.com/assert-rs/assert_cmd/compare/v2.2.1...v2.2.2">compare view</a></li> </ul> </details> <br /> Updates `clap_complete` from 4.6.3 to 4.6.5 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/c8c935504a3f1a015470199ae82c3cb124b5b1d5"><code>c8c9355</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/af74def7141738c51ace956f58eb32dd94e998ab"><code>af74def</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/c96f222c35c4ef4bd3ab9927809b2724532a8f6e"><code>c96f222</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6368">#6368</a> from truffle-dev/fix/fish-env-escaping</li> <li><a href="https://github.com/clap-rs/clap/commit/49a05cdc99c2151cdd48d5ec4c974151d21c026e"><code>49a05cd</code></a> fix(complete): Two-pass quote fish env-completer</li> <li><a href="https://github.com/clap-rs/clap/commit/e791004a5bbbfe5418fe573a4db777df24d72490"><code>e791004</code></a> test(complete): Snapshot fish env quoting cases</li> <li><a href="https://github.com/clap-rs/clap/commit/87ec1ad80dc174563cba130772823562e4427560"><code>87ec1ad</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/78f2529351ad2133c453005e54f6b35ce3ae800b"><code>78f2529</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/b61f270930e60ee4968dfed7dc81eef51232f22b"><code>b61f270</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6369">#6369</a> from Metbcy/fix/zsh-completion-ordering</li> <li><a href="https://github.com/clap-rs/clap/commit/74c6666698e90ff0141eb50dd169915f59fa7bcf"><code>74c6666</code></a> fix(complete): Keep zsh candidate order</li> <li><a href="https://github.com/clap-rs/clap/commit/d142d8f96650c49302aeab87814d5bf352dbf4db"><code>d142d8f</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6360">#6360</a> from epage/string</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.6.3...clap_complete-v4.6.5">compare view</a></li> </ul> </details> <br /> Updates `ctor` from 1.0.4 to 1.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mmastrac/linktime/releases">ctor's releases</a>.</em></p> <blockquote> <h2>ctor-1.0.5</h2> <h2>What's Changed</h2> <ul> <li>Ensure WASM meets MSRV of 1.85 by <a href="https://github.com/mmastrac"><code>@​mmastrac</code></a> in <a href="https://redirect.github.com/mmastrac/linktime/pull/455">mmastrac/linktime#455</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mmastrac/linktime/compare/ctor-1.0.4...ctor-1.0.5">https://github.com/mmastrac/linktime/compare/ctor-1.0.4...ctor-1.0.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mmastrac/linktime/commit/17f32b0fe5356c36de561c29ee2beec54cc76e5f"><code>17f32b0</code></a> Ensure WASM meets MSRV of 1.85 (<a href="https://redirect.github.com/mmastrac/linktime/issues/455">#455</a>)</li> <li>See full diff in <a href="https://github.com/mmastrac/linktime/compare/ctor-1.0.4...ctor-1.0.5">compare view</a></li> </ul> </details> <br /> Updates `file-operation` from 0.8.19 to 0.8.20 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crates-dev/file-operation/releases">file-operation's releases</a>.</em></p> <blockquote> <h2>v0.8.20 (Created 2026-05-10 11:40:19)</h2> <p>Release v0.8.20 - Created at 2026-05-10 11:40:19 UTC</p> <h2>Changes</h2> <ul> <li>Version: 0.8.20</li> <li>Package: file-operation</li> </ul> <h2>Links</h2> <p>📦 <a href="https://crates.io/crates/file-operation/0.8.20">Crate on crates.io</a> 📚 <a href="https://docs.rs/file-operation/0.8.20">Documentation on docs.rs</a> 📋 <a href="https://github.com/crates-dev/file-operation/commits/v0.8.20">Commit History</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crates-dev/file-operation/commit/5bd3da925dbb6bd8327d98fa2ebd0e0764b404d5"><code>5bd3da9</code></a> feat: v0.8.20</li> <li>See full diff in <a href="https://github.com/crates-dev/file-operation/compare/v0.8.19...v0.8.20">compare view</a></li> </ul> </details> <br /> Updates `jsonwebtoken` from 10.3.0 to 10.4.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Keats/jsonwebtoken/blob/master/CHANGELOG.md">jsonwebtoken's changelog</a>.</em></p> <blockquote> <h2>10.4.0 (2026-05-11)</h2> <ul> <li>Fix incorrect encoding for Ed25519 JWK thumbprints</li> <li>Make <code>Algorithm.family</code> public and add <code>Validation.new_for_family</code></li> <li><code>EncodingKey</code> and <code>DecodingKey</code> are now partially zeroized on drop (the intermediate <code>PemEncodedKey</code> isn't so far)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Keats/jsonwebtoken/commit/69a8fbf40a83c3d87301e75148e02b2090e4feed"><code>69a8fbf</code></a> v10.4.0</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/d18e40f5ff78939ffab88b5e44ee4d0199696e38"><code>d18e40f</code></a> Update changelog for 10.4.0 (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/507">#507</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/ddd238956b39b507e715b4b0bb4ca99328e75cbc"><code>ddd2389</code></a> security: zeroize encoding and decoding keys (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/483">#483</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/991e89a6e62857a48270764385382e26d780e90a"><code>991e89a</code></a> Fix more clippy complaints (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/503">#503</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/75f21132105b4e2220d71e5ef50fee8ed07c9662"><code>75f2113</code></a> algorithms: expose <code>AlgorithmFamily</code> (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/466">#466</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/0c5931a08e8cb30815ec883452ed0479b361e19c"><code>0c5931a</code></a> Fixup typo in the DecodingKey::from_ec_der method (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/501">#501</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/8a80349922c2e17481cf4b0d1556e967eff7714e"><code>8a80349</code></a> Small fixes (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/498">#498</a>)</li> <li><a href="https://github.com/Keats/jsonwebtoken/commit/9934c7fe3aa7224b83594e9d4d1851df5f9e59f9"><code>9934c7f</code></a> Fix formatting in Ed25519 key serialization (<a href="https://redirect.github.com/Keats/jsonwebtoken/issues/485">#485</a>)</li> <li>See full diff in <a href="https://github.com/Keats/jsonwebtoken/compare/v10.3.0...v10.4.0">compare view</a></li> </ul> </details> <br /> Updates `lz4_flex` from 0.13.0 to 0.13.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md">lz4_flex's changelog</a>.</em></p> <blockquote> <h1>0.13.1 (2026-05-09)</h1> <h3>Fixes</h3> <ul> <li>Fix compression with short dictionaries (less than 4 bytes), avoiding a panic/out-of-bounds read <a href="https://redirect.github.com/PSeitz/lz4_flex/issues/222">#222</a></li> </ul> <pre><code>Compression with dictionaries shorter than the minimum match length of 4 now falls back to compression without a dictionary instead of panicking or reading past the dictionary. <p>This is a security fix for <code>unsafe</code> compression with untrusted dictionaries.<br /> Users on 0.13.0 should upgrade to 0.13.1.<br /> </code></pre></p> <ul> <li>Fix panic in <code>From<io::Error></code> implementation for <code>frame::Error</code> <a href="https://redirect.github.com/PSeitz/lz4_flex/issues/221">#221</a> (thanks <a href="https://github.com/phoerious"><code>@​phoerious</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/pseitz/lz4_flex/commits">compare view</a></li> </ul> </details> <br /> Updates `nix` from 0.31.2 to 0.31.3 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nix-rust/nix/blob/master/CHANGELOG.md">nix's changelog</a>.</em></p> <blockquote> <h2>[0.31.3] - 2026-05-11</h2> <h3>Added</h3> <ul> <li>Enable module <code>ioctl</code> for Cygwin (<a href="https://redirect.github.com/nix-rust/nix/pull/2715">#2715</a>)</li> <li>Add <code>CLOCK_BOOTTIME/CLOCK_PROCESS_CPUTIME_ID/CLOCK_THREAD_CPUTIME_ID/CLOCK_UPTIME</code> to NetBSD-like platforms (<a href="https://redirect.github.com/nix-rust/nix/pull/2716">#2716</a>)</li> <li>unistd: add mkfifo for redox (<a href="https://redirect.github.com/nix-rust/nix/pull/2749">#2749</a>)</li> <li>Added <code>kevent64</code> support on apple targets: <code>Kqueue::kevent64</code>, <code>KEvent64</code>, and <code>Kevent64Flags</code>. (<a href="https://redirect.github.com/nix-rust/nix/pull/2781">#2781</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>fix SaFlags_t definition on redox (<a href="https://redirect.github.com/nix-rust/nix/pull/2751">#2751</a>)</li> <li>Fixed <code>EpollEvent::events()</code> to use <code>from_bits_retain</code> instead of <code>from_bits().unwrap()</code>, preventing panics when the kernel returns unknown epoll flags. (<a href="https://redirect.github.com/nix-rust/nix/pull/2783">#2783</a>)</li> <li>Fixed <code>KEvent::flags()</code> and <code>KEvent::fflags()</code> to use <code>from_bits_retain</code> instead of <code>from_bits().unwrap()</code>, preventing panics when the kernel returns unknown kqueue flags. (<a href="https://redirect.github.com/nix-rust/nix/pull/2784">#2784</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nix-rust/nix/commit/b5933ca178802b558a667514f717a86b3a1cedcc"><code>b5933ca</code></a> chore: release v0.31.3</li> <li><a href="https://github.com/nix-rust/nix/commit/5d6a46e065fd5ae670c73b44b2590ca256589194"><code>5d6a46e</code></a> Replace Cirrus CI with more Github Workflows jobs (<a href="https://redirect.github.com/nix-rust/nix/issues/2776">#2776</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/3407489043e8070b6294b5786690a60182fb241e"><code>3407489</code></a> event: add kevent64 support on apple targets (<a href="https://redirect.github.com/nix-rust/nix/issues/2781">#2781</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/fe80fc5066c8712db901f3a3d672b8c6af67c4d2"><code>fe80fc5</code></a> chore: resolve clippy useless_borrows_in_formatting (<a href="https://redirect.github.com/nix-rust/nix/issues/2790">#2790</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/3310fc7db419b04b0aed32fcb6464a12ad96f224"><code>3310fc7</code></a> Revert "fix(ci): temporarily disable armv7-unknown-linux-uclibceabihf (<a href="https://redirect.github.com/nix-rust/nix/issues/2764">#2764</a>)...</li> <li><a href="https://github.com/nix-rust/nix/commit/e3ab917517f47e27c845064abec15382792053a7"><code>e3ab917</code></a> epoll: use from_bits_retain to avoid panics on unknown flags (<a href="https://redirect.github.com/nix-rust/nix/issues/2783">#2783</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/6c1570194676901d6fddf3600cea5c8358e39eef"><code>6c15701</code></a> kqueue: use from_bits_retain to avoid panics on unknown flags (<a href="https://redirect.github.com/nix-rust/nix/issues/2784">#2784</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/73028cf1c742b243895df16ce60948b1c8fa821a"><code>73028cf</code></a> fix(ci): enable Hurd target (<a href="https://redirect.github.com/nix-rust/nix/issues/2765">#2765</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/1a680a967648807ea78ded5c4211db8026bebbbd"><code>1a680a9</code></a> cargo: Remove deprecated package authors field (<a href="https://redirect.github.com/nix-rust/nix/issues/2789">#2789</a>)</li> <li><a href="https://github.com/nix-rust/nix/commit/85cff070dd2baaecb4290df22b1d093d136ca671"><code>85cff07</code></a> docs: add missing changelog entries (<a href="https://redirect.github.com/nix-rust/nix/issues/2786">#2786</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nix-rust/nix/compare/v0.31.2...v0.31.3">compare view</a></li> </ul> </details> <br /> Updates `rcgen` from 0.14.7 to 0.14.8 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rustls/rcgen/releases">rcgen's releases</a>.</em></p> <blockquote> <h2>0.14.8</h2> <h2>What's Changed</h2> <ul> <li>Fix incorrect identifier for ML-DSA signature algorithms by <a href="https://github.com/DarkmatterVale"><code>@​DarkmatterVale</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/412">rustls/rcgen#412</a></li> <li>Upgrade yasna to 0.6 by <a href="https://github.com/djc"><code>@​djc</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/419">rustls/rcgen#419</a></li> <li>Add support for is_ca in CSR Params by <a href="https://github.com/5Dev24"><code>@​5Dev24</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/420">rustls/rcgen#420</a></li> <li>Add support for serializing BasicConstraints in CSR's by <a href="https://github.com/5Dev24"><code>@​5Dev24</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/422">rustls/rcgen#422</a></li> <li>update key_pair to signing_key in README.md by <a href="https://github.com/fakelozic"><code>@​fakelozic</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/427">rustls/rcgen#427</a></li> <li>Fix encoding of directoryName constraints by <a href="https://github.com/sfackler"><code>@​sfackler</code></a> in <a href="https://redirect.github.com/rustls/rcgen/pull/429">rustls/rcgen#429</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rustls/rcgen/commit/a70f083fa21be1214de4aa3743cbf1ebfc62ddad"><code>a70f083</code></a> Bump version to 0.14.8</li> <li><a href="https://github.com/rustls/rcgen/commit/a32fdb1e70f0a599c374a2e66d6273ac6321db0b"><code>a32fdb1</code></a> Fix encoding of directoryName constraints</li> <li><a href="https://github.com/rustls/rcgen/commit/7111a79444f776e97db9ceed33b2171a9e407bab"><code>7111a79</code></a> update key_pair to signing_key</li> <li><a href="https://github.com/rustls/rcgen/commit/10664c9af5023003d47235804ab9d3410b17264a"><code>10664c9</code></a> Take semver-compatible dependency updates</li> <li><a href="https://github.com/rustls/rcgen/commit/0ec4d0940693287f58ad920dd8f9ebdc2bbe849f"><code>0ec4d09</code></a> Add testing of CSR serializing basic constraints</li> <li><a href="https://github.com/rustls/rcgen/commit/5f94ef962fda7a0dc06e86196aca2ca9f7843323"><code>5f94ef9</code></a> Add support for serializing BasicConstraints in CSR's</li> <li><a href="https://github.com/rustls/rcgen/commit/fb835c1fce977f54cab75426c13472efef8bbed3"><code>fb835c1</code></a> Add writing basic constraints logic</li> <li><a href="https://github.com/rustls/rcgen/commit/0cf161d9ae8051b40d5fcbbcced91cc1a188a93e"><code>0cf161d</code></a> Bump codecov/codecov-action from 5 to 6</li> <li><a href="https://github.com/rustls/rcgen/commit/49090419ba0a3ff88a8e15070752a7156eb0bd73"><code>4909041</code></a> Add testing of CSR Params parsing Basic Constraints variants</li> <li><a href="https://github.com/rustls/rcgen/commit/6675a94ce05b3075e0af28a70a2dfd7885b78dca"><code>6675a94</code></a> Add support for is_ca in CSR Params</li> <li>Additional commits viewable in <a href="https://github.com/rustls/rcgen/compare/v0.14.7...v0.14.8">compare view</a></li> </ul> </details> <br /> Updates `serde_with` from 3.19.0 to 3.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jonasbb/serde_with/releases">serde_with's releases</a>.</em></p> <blockquote> <h2>serde_with v3.20.0</h2> <h3>Added</h3> <ul> <li>Add support for <code>base58</code> encoding, similar to the existing <code>base64</code> setup by <a href="https://github.com/mitinarseny"><code>@​mitinarseny</code></a> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/943">#943</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Extend <code>base64</code> with <code>schemars</code> support by <a href="https://github.com/mitinarseny"><code>@​mitinarseny</code></a> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/9949">#9949</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jonasbb/serde_with/commit/f1b06c7a5a2be64c85f4606895655dac5b39c294"><code>f1b06c7</code></a> Bump version to 3.20.0 (<a href="https://redirect.github.com/jonasbb/serde_with/issues/953">#953</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/11fe1c596986f9161816bca9459bd562afd0fc82"><code>11fe1c5</code></a> Bump version to 3.20.0</li> <li><a href="https://github.com/jonasbb/serde_with/commit/222b9aa265f8f78dc8803b4bc619865316ef6a27"><code>222b9aa</code></a> Include Rust 1.95 in the CI matrix (<a href="https://redirect.github.com/jonasbb/serde_with/issues/951">#951</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/993770c1a8c4bcbb67d6f3312bb2020b3a22558e"><code>993770c</code></a> Include Rust 1.95 in the CI matrix</li> <li><a href="https://github.com/jonasbb/serde_with/commit/731b00b2cc486a5c785631c1240b5ca35fd9d8b0"><code>731b00b</code></a> feat: automatic <code>schemars</code> support for <code>Base64</code> (<a href="https://redirect.github.com/jonasbb/serde_with/issues/949">#949</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/93d6d9d746e917f6de5ac137dac714c99d30db7c"><code>93d6d9d</code></a> Bump github/codeql-action from 4.35.2 to 4.35.3 in the github-actions group (...</li> <li><a href="https://github.com/jonasbb/serde_with/commit/59bc97b14c35042eafbd83632a4f22131315ad6d"><code>59bc97b</code></a> Bump github/codeql-action in the github-actions group</li> <li><a href="https://github.com/jonasbb/serde_with/commit/84f2e40b8d816c6726cbedd76c01d371278543f3"><code>84f2e40</code></a> feat: automatic <code>schemars</code> support for <code>base64</code></li> <li><a href="https://github.com/jonasbb/serde_with/commit/ff837abf19478709dd415410f15e3571e9031cea"><code>ff837ab</code></a> feat: base58 (<a href="https://redirect.github.com/jonasbb/serde_with/issues/943">#943</a>)</li> <li><a href="https://github.com/jonasbb/serde_with/commit/9fda9ce89dad9e80c5a8730996d2b45ac81eec86"><code>9fda9ce</code></a> chore: bring back newline</li> <li>Additional commits viewable in <a href="https://github.com/jonasbb/serde_with/compare/v3.19.0...v3.20.0">compare view</a></li> </ul> </details> <br /> Updates `sysinfo` from 0.39.0 to 0.39.1 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md">sysinfo's changelog</a>.</em></p> <blockquote> <h1>0.39.1</h1> <ul> <li>Linux: Fix wrong network numbers computation.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/6e883a32ffcc2b9fa8146cb96daf78d61b1ee05e"><code>6e883a3</code></a> Update CHANGELOG and crate version to <code>0.39.1</code></li> <li><a href="https://github.com/GuillaumeGomez/sysinfo/commit/a45d38af0ba8066ac0367ca078970314aa9fcf1e"><code>a45d38a</code></a> Merge pull request <a href="https://redirect.github.com/GuillaumeGomez/sysinfo/issues/1659">#1659</a> from isaidsari/fix/linux-network-buffer-truncation</li> <li>See full diff in <a href="https://github.com/GuillaumeGomez/sysinfo/compare/v0.39.0...v0.39.1">compare view</a></li> </ul> </details> <br /> 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 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 is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
