Skip to content

Commit db04216

Browse files
Bump the non-critical group with 7 updates (#1545)
Bumps the non-critical group with 7 updates: | Package | From | To | | --- | --- | --- | | [gix-path](https://github.com/Byron/gitoxide) | `0.10.9` | `0.10.10` | | [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` | | [redb](https://github.com/cberner/redb) | `2.1.1` | `2.1.2` | | [serde](https://github.com/serde-rs/serde) | `1.0.208` | `1.0.209` | | [serde_json](https://github.com/serde-rs/json) | `1.0.125` | `1.0.127` | | [syn](https://github.com/dtolnay/syn) | `2.0.75` | `2.0.76` | | [typed-builder](https://github.com/idanarye/rust-typed-builder) | `0.19.1` | `0.20.0` | Updates `gix-path` from 0.10.9 to 0.10.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Byron/gitoxide/releases">gix-path's releases</a>.</em></p> <blockquote> <h2>gix-path v0.10.10</h2> <p>A maintenance release without user-facing changes.</p> <h3>Commit Statistics</h3> <ul> <li>6 commits contributed to the release over the course of 12 calendar days.</li> <li>35 days passed between releases.</li> <li>0 commits were understood as <a href="https://www.conventionalcommits.org">conventional</a>.</li> <li>0 issues like '(#ID)' were seen in commit messages</li> </ul> <h3>Commit Details</h3> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <ul> <li><strong>Uncategorized</strong> <ul> <li>Prepare changelogs prior to release (0f25841)</li> <li>Merge pull request <a href="https://redirect.github.com/Byron/gitoxide/issues/1523">#1523</a> from martinvonz/push-xmsuurxprnnw (83c9de0)</li> <li>Remove <code>--system</code> from <code>git config</code> call as it fails on MacOS (6b1c243)</li> <li>Run <code>git config -l</code> in temp dir when looking up system config (20ef4e9)</li> <li>Merge branch 'push-ysnqkzlzwuwq' (e2c747d)</li> <li>Don't show console on Windows (087594c)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Byron/gitoxide/commit/d19af16e1d2031d4f0100e76b6cd410a5d252af1"><code>d19af16</code></a> Release gix-date v0.9.0, gix-actor v0.31.6, gix-validate v0.9.0, gix-object v...</li> <li><a href="https://github.com/Byron/gitoxide/commit/0f2584178ae88e425f1c629eb85b69f3b4310d9f"><code>0f25841</code></a> prepare changelogs prior to release</li> <li><a href="https://github.com/Byron/gitoxide/commit/9ed2b24e5d275e09ef29f341de8184874d5c23fe"><code>9ed2b24</code></a> Merge branch 'improvements'</li> <li><a href="https://github.com/Byron/gitoxide/commit/6990afd269c3461ae22e2821164c03a0dedc82f4"><code>6990afd</code></a> fix: similarity detection</li> <li><a href="https://github.com/Byron/gitoxide/commit/f8c5d9ce87a3b6b7d0e051b1cb7de3707209c432"><code>f8c5d9c</code></a> fix similarity detection</li> <li><a href="https://github.com/Byron/gitoxide/commit/25a3f1b0b07c01dd44df254f46caa6f78a4d3014"><code>25a3f1b</code></a> Merge pull request <a href="https://redirect.github.com/Byron/gitoxide/issues/1531">#1531</a> from EliahKagan/progress-typos</li> <li><a href="https://github.com/Byron/gitoxide/commit/ba72ee0f069b7df96f7543fe2d97612c98544733"><code>ba72ee0</code></a> fix!: better peeling performance for reference traversal.</li> <li><a href="https://github.com/Byron/gitoxide/commit/9f9feb6545c98e93405b655d57a7e1fb4d8a3ffb"><code>9f9feb6</code></a> add progress report for July</li> <li><a href="https://github.com/Byron/gitoxide/commit/b31d6b79fd9bc528deaf0e3027dcaae0229ff581"><code>b31d6b7</code></a> Fix typos in config support info</li> <li><a href="https://github.com/Byron/gitoxide/commit/242fedc973c56b6c1b6f150af99dda972a67f547"><code>242fedc</code></a> Merge branch 'improvements'</li> <li>Additional commits viewable in <a href="https://github.com/Byron/gitoxide/compare/gix-path-v0.10.9...gix-path-v0.10.10">compare view</a></li> </ul> </details> <br /> Updates `quote` from 1.0.36 to 1.0.37 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/quote/releases">quote's releases</a>.</em></p> <blockquote> <h2>1.0.37</h2> <ul> <li>Implement ToTokens for CStr and CString (<a href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/quote/commit/b1ebffa035363a430862e033aa3268e8cb17affa"><code>b1ebffa</code></a> Release 1.0.37</li> <li><a href="https://github.com/dtolnay/quote/commit/43acd77961424b3cb5035688f74d14d556eefe90"><code>43acd77</code></a> Delete unneeded use of <code>ref</code></li> <li><a href="https://github.com/dtolnay/quote/commit/9382c2182ea10f8e0f90d1e5f15ca3f20a777dff"><code>9382c21</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/quote/issues/283">#283</a> from dtolnay/cstr</li> <li><a href="https://github.com/dtolnay/quote/commit/6ac432877bbfe43892677e32af7e3f0e28b6333e"><code>6ac4328</code></a> Add C string tests</li> <li><a href="https://github.com/dtolnay/quote/commit/9fb0591a17893eea81260351c6eb431e1fd83524"><code>9fb0591</code></a> Implement ToTokens for CStr and CString</li> <li><a href="https://github.com/dtolnay/quote/commit/ba7a9d08c9acba8ae97926dcc18822b20441c0fa"><code>ba7a9d0</code></a> Organize test imports</li> <li><a href="https://github.com/dtolnay/quote/commit/aa9970f9838a5b6dd5438c662921470f873e2b3a"><code>aa9970f</code></a> Inline the macro that generates primitive impls</li> <li><a href="https://github.com/dtolnay/quote/commit/ba411091c98c311526774adde73e724448836337"><code>ba41109</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/quote/issues/282">#282</a> from dtolnay/tokens</li> <li><a href="https://github.com/dtolnay/quote/commit/c77340a4c6869690ad7b40069e8ca1cb90e4abb8"><code>c77340a</code></a> Consistently use 'tokens' as the name of the &amp;mut TokenStream arg</li> <li><a href="https://github.com/dtolnay/quote/commit/a4a0abf12fa0137eca5aaa74fe88ca6694e78746"><code>a4a0abf</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/quote/issues/281">#281</a> from dtolnay/char</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/quote/compare/1.0.36...1.0.37">compare view</a></li> </ul> </details> <br /> Updates `redb` from 2.1.1 to 2.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cberner/redb/releases">redb's releases</a>.</em></p> <blockquote> <h2>2.1.2</h2> <h3>Major fixes:</h3> <ul> <li>Fix leak of database space that could occur when calling <code>restore_savepoint()</code></li> <li>Fix leak of database space when calling <code>delete_multimap_table()</code></li> <li>Fix database corruption which could occur when restoring a savepoint. This edge case is rare, and could only occur if the database was less than approximately 4TiB when the savepoint was created, and greater than 4TiB when the savepoint was restored</li> <li>Fix edge case where a transient I/O error that occurred during transaction commit, but then did not reoccur when the <code>Database</code> was dropped, could cause database corruption</li> </ul> <p><strong>Important: If your application has called <code>restore_savepoint()</code>, <code>delete_multimap_table()</code>, or you suspect it may have experienced a transient I/O error during transaction commit. It is recommended that you run <code>check_integrity()</code> after upgrading to this version. This will both detect corruption and clean up any leaked space.</strong></p> <h3>Other changes and fixes:</h3> <ul> <li>Optimize page freeing to reduce the size of the database file</li> <li>Fix several cases where <code>check_integrity()</code> would return <code>Ok(false)</code> instead of <code>Ok(true)</code></li> <li>Fix some cases where <code>compact()</code> did not fully compact the database</li> <li>Make the metadata overhead returned by <code>WriteTransaction::stats()</code> more accurate</li> <li>Return <code>StorageError::ValueTooLarge</code> when a key-value pair exceeds a total of 3.75GiB. Previously, a panic would occur for key-value pairs that were approximately 4GiB.</li> <li>Downgrade several <code>info!</code> log messages to <code>debug!</code></li> <li>Improve documentation</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cberner/redb/blob/master/CHANGELOG.md">redb's changelog</a>.</em></p> <blockquote> <h2>2.1.2 - 2024-08-25</h2> <h3>Major fixes:</h3> <ul> <li>Fix leak of database space that could occur when calling <code>restore_savepoint()</code></li> <li>Fix leak of database space when calling <code>delete_multimap_table()</code></li> <li>Fix database corruption which could occur when restoring a savepoint. This edge case is rare, and could only occur if the database was less than approximately 4TiB when the savepoint was created, and greater than 4TiB when the savepoint was restored</li> <li>Fix edge case where a transient I/O error that occurred during transaction commit, but then did not reoccur when the <code>Database</code> was dropped, could cause database corruption</li> </ul> <p><strong>Important: If your application has called <code>restore_savepoint()</code>, <code>delete_multimap_table()</code>, or you suspect it may have experienced a transient I/O error during transaction commit. It is recommended that you run <code>check_integrity()</code> after upgrading to this version. This will both detect corruption and clean up any leaked space.</strong></p> <h3>Other changes and fixes:</h3> <ul> <li>Optimize page freeing to reduce the size of the database file</li> <li>Fix several cases where <code>check_integrity()</code> would return <code>Ok(false)</code> instead of <code>Ok(true)</code></li> <li>Fix some cases where <code>compact()</code> did not fully compact the database</li> <li>Make the metadata overhead returned by <code>WriteTransaction::stats()</code> more accurate</li> <li>Return <code>StorageError::ValueTooLarge</code> when a key-value pair exceeds a total of 3.75GiB. Previously, a panic would occur for key-value pairs that were approximately 4GiB.</li> <li>Downgrade several <code>info!</code> log messages to <code>debug!</code></li> <li>Improve documentation</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cberner/redb/commit/4dbd9cd76d1f4d1c19bd37dbbe502e3c0b1c6bee"><code>4dbd9cd</code></a> Bump version to 2.1.2</li> <li><a href="https://github.com/cberner/redb/commit/3967230e083383b77312d94e5fb4873b4b8415df"><code>3967230</code></a> Update author's email address</li> <li><a href="https://github.com/cberner/redb/commit/e47e7d4d2116c21f6c1b48065097f0761b9a85de"><code>e47e7d4</code></a> Update changelog</li> <li><a href="https://github.com/cberner/redb/commit/072c81c266c1e5b8a00c2d41b88bbee57a18b155"><code>072c81c</code></a> Improve compaction</li> <li><a href="https://github.com/cberner/redb/commit/0d94695b0c3723566690df970fe3b7af5c9d3383"><code>0d94695</code></a> Compact subtrees of multimap tables</li> <li><a href="https://github.com/cberner/redb/commit/91d4ee1526ee0f167977c5daa620f487172f44f2"><code>91d4ee1</code></a> Better markdown benchmarks (<a href="https://redirect.github.com/cberner/redb/issues/849">#849</a>)</li> <li><a href="https://github.com/cberner/redb/commit/ea41b5ec8a33f347a5e508e63f0bfeaee3260e5c"><code>ea41b5e</code></a> Refactor InternalTableDefinition</li> <li><a href="https://github.com/cberner/redb/commit/fe0450cb00008ed2b962fd21c0d47393a4309cad"><code>fe0450c</code></a> Add test for multithreaded reads of a Table</li> <li><a href="https://github.com/cberner/redb/commit/c93a74ab8da0a09c56ee68ec4f6a495f78512717"><code>c93a74a</code></a> chore: use heed for LMDB in benchmark (<a href="https://redirect.github.com/cberner/redb/issues/847">#847</a>)</li> <li><a href="https://github.com/cberner/redb/commit/7a35233cceb6983d935aa9159341605176b71780"><code>7a35233</code></a> Add check_integrity() to fuzzer</li> <li>Additional commits viewable in <a href="https://github.com/cberner/redb/compare/v2.1.1...v2.1.2">compare view</a></li> </ul> </details> <br /> Updates `serde` from 1.0.208 to 1.0.209 <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.209</h2> <ul> <li>Fix deserialization of empty structs and empty tuples inside of untagged enums (<a href="https://redirect.github.com/serde-rs/serde/issues/2805">#2805</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/30752ac4ffdaa284606eda34055ad185e28c5499"><code>30752ac</code></a> Release 1.0.209</li> <li><a href="https://github.com/serde-rs/serde/commit/b84e6ca4f5fef69b3de985c586a07b1246f3eb9a"><code>b84e6ca</code></a> Improve wording of PR 2805 comments</li> <li><a href="https://github.com/serde-rs/serde/commit/87a2fb0f1a2774ea5bb20c0ed988b9ba57fc8166"><code>87a2fb0</code></a> Wrap comments from PR 2805 to 80 columns</li> <li><a href="https://github.com/serde-rs/serde/commit/9eaf7b9824f2082c50d17ad22b786322dc283a61"><code>9eaf7b9</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/serde/issues/2805">#2805</a> from Mingun/untagged-tests</li> <li><a href="https://github.com/serde-rs/serde/commit/7bde100237875d4f435de5ad90074b0479c37486"><code>7bde100</code></a> Replace MapRefDeserializer with value::MapDeserializer</li> <li><a href="https://github.com/serde-rs/serde/commit/da7fc795ee654252effa232a62a5a1e6d4f551ee"><code>da7fc79</code></a> Fix deserialization of empty struct variant in untagged enums</li> <li><a href="https://github.com/serde-rs/serde/commit/4c5fec1363d363f995375426f72db11c28f357c1"><code>4c5fec1</code></a> Test special cases that reaches SeqRefDeserializer::deserialize_any len==0 co...</li> <li><a href="https://github.com/serde-rs/serde/commit/6588b0ad3777f7ad930d68ab4b9ec5b9c25398e0"><code>6588b0a</code></a> Cover Content::Seq case in VariantRefDeserializer::struct_variant</li> <li><a href="https://github.com/serde-rs/serde/commit/0093f74cfee5ee3239514a7aad5fb44843eddcdd"><code>0093f74</code></a> Split test newtype_enum into four tests for each variant</li> <li><a href="https://github.com/serde-rs/serde/commit/171c6da57af712cfcf01c6c124b14cabfca364ba"><code>171c6da</code></a> Complete coverage of ContentRefDeserializer::deserialize_newtype_struct</li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.208...v1.0.209">compare view</a></li> </ul> </details> <br /> Updates `serde_json` from 1.0.125 to 1.0.127 <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>1.0.127</h2> <ul> <li>Add more removal methods to OccupiedEntry (<a href="https://redirect.github.com/serde-rs/json/issues/1179">#1179</a>, thanks <a href="https://github.com/GREsau"><code>@​GREsau</code></a>)</li> </ul> <h2>1.0.126</h2> <ul> <li>Improve string parsing on targets that use 32-bit pointers but also have fast 64-bit integer arithmetic, such as aarch64-unknown-linux-gnu_ilp32 and x86_64-unknown-linux-gnux32 (<a href="https://redirect.github.com/serde-rs/json/issues/1182">#1182</a>, thanks <a href="https://github.com/CryZe"><code>@​CryZe</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/serde-rs/json/commit/5ebf65cc480f90714c94f82099ca9161d80cbb10"><code>5ebf65c</code></a> Release 1.0.127</li> <li><a href="https://github.com/serde-rs/json/commit/f287a3b1a93ecb1a11cee31cb638bd9523a58add"><code>f287a3b</code></a> Merge pull request 1179 from GREsau/patch-1</li> <li><a href="https://github.com/serde-rs/json/commit/ec980b02774abbff12fd3e26b0a1582eb14dcef7"><code>ec980b0</code></a> Release 1.0.126</li> <li><a href="https://github.com/serde-rs/json/commit/e6282b0c479947805a33c7f167b1d19dd4c7ad4f"><code>e6282b0</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1184">#1184</a> from serde-rs/fastarithmetic</li> <li><a href="https://github.com/serde-rs/json/commit/ffc4a43453029cdc5603cfe3ef08414488fd45de"><code>ffc4a43</code></a> Improve cfg names for fast arithmetic</li> <li><a href="https://github.com/serde-rs/json/commit/4b1048d0ecc4d326d6657531689513f182a4f850"><code>4b1048d</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1183">#1183</a> from serde-rs/arithmetic</li> <li><a href="https://github.com/serde-rs/json/commit/f268173a9fb1f5f8a80f47af62b564525cf33764"><code>f268173</code></a> Unify chunk size choice between float and string parsing</li> <li><a href="https://github.com/serde-rs/json/commit/fec03769743c3f0ceb6b5b56d91321fdc856dff2"><code>fec0376</code></a> Merge pull request <a href="https://redirect.github.com/serde-rs/json/issues/1182">#1182</a> from CryZe/chunk-64bit</li> <li><a href="https://github.com/serde-rs/json/commit/3d837e1cc4a0f1df56ba6645c3b6d144768b5d9d"><code>3d837e1</code></a> Ensure the SWAR chunks are 64-bit in more cases</li> <li><a href="https://github.com/serde-rs/json/commit/11fc61c7af7b59ea80fb2ef7d78db94465dfbd54"><code>11fc61c</code></a> Add <code>OccupiedEntry::shift_remove()</code> and <code>swap_remove()</code></li> <li>Additional commits viewable in <a href="https://github.com/serde-rs/json/compare/1.0.125...1.0.127">compare view</a></li> </ul> </details> <br /> Updates `syn` from 2.0.75 to 2.0.76 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases">syn's releases</a>.</em></p> <blockquote> <h2>2.0.76</h2> <ul> <li>Enforce that tail call <code>become</code> keyword is followed by an expression (<a href="https://redirect.github.com/dtolnay/syn/issues/1725">#1725</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/syn/commit/ef3e9c6dde79be7590fc90278772663ca31c1a73"><code>ef3e9c6</code></a> Release 2.0.76</li> <li><a href="https://github.com/dtolnay/syn/commit/8f7365ff9685c8ca9527c2de409204179a3efcdf"><code>8f7365f</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/syn/issues/1725">#1725</a> from dtolnay/tailcall</li> <li><a href="https://github.com/dtolnay/syn/commit/6cddd9ea714fe034466b4f02d3f7abb484c65ea0"><code>6cddd9e</code></a> Make tail call expr mandatory</li> <li>See full diff in <a href="https://github.com/dtolnay/syn/compare/2.0.75...2.0.76">compare view</a></li> </ul> </details> <br /> Updates `typed-builder` from 0.19.1 to 0.20.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md">typed-builder's changelog</a>.</em></p> <blockquote> <h2>0.20.0 - 2024-08-22</h2> <h3>Added</h3> <ul> <li>Add <code>#[builder(setter(strip_option(fallback = field_opt)))]</code> to add a fallback unstripped method to the builder struct.</li> <li>Add <code>#[builder(setter(strip_bool(fallback = field_bool)))]</code> to add a fallback setter that takes the <code>bool</code> value to the builder struct.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/idanarye/rust-typed-builder/commits">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>
1 parent 235ef78 commit db04216

File tree

2 files changed

+54
-54
lines changed

2 files changed

+54
-54
lines changed

0 commit comments

Comments
 (0)