-
Notifications
You must be signed in to change notification settings - Fork 9
Commit 3047ad5
authored
chore(deps-rs): bump the patch group with 3 updates (#526)
Bumps the patch group with 3 updates:
[bytemuck](https://github.com/Lokathor/bytemuck),
[clap](https://github.com/clap-rs/clap) and
[serde_json](https://github.com/serde-rs/json).
Updates `bytemuck` from 1.16.1 to 1.16.3
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Lokathor/bytemuck/blob/main/changelog.md">bytemuck's
changelog</a>.</em></p>
<blockquote>
<h2>1.16.3</h2>
<ul>
<li>Fully described in <a
href="https://redirect.github.com/Lokathor/bytemuck/pull/256">Lokathor/bytemuck#256</a>,
This makes
casting slices to/from ZST elements more consistent between the crate's
core
module and other modules.</li>
</ul>
<h2>1.16.2</h2>
<ul>
<li>Fixes potential UB where <code>BoxBytes</code> could attempt to free
a dangling pointer
if the <code>Layout</code> is zero sized. This type was introduced in
1.14.1, so that
version and the others up to and including 1.16.1 are now yanked for
safety.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Lokathor/bytemuck/commit/20f4a09404d79c9ab549efd8d3f5d82977368e4d"><code>20f4a09</code></a>
chore: Release bytemuck version 1.16.3</li>
<li><a
href="https://github.com/Lokathor/bytemuck/commit/9f7161ccf00db426fa97ca819b6b258fd0bcc98d"><code>9f7161c</code></a>
describe pr 256</li>
<li><a
href="https://github.com/Lokathor/bytemuck/commit/291a9245187e794f295e86290acca5e70e95d1f3"><code>291a924</code></a>
Allow casting between slices of ZSTs and slices of non-ZSTs in all
cases. (<a
href="https://redirect.github.com/Lokathor/bytemuck/issues/256">#256</a>)</li>
<li><a
href="https://github.com/Lokathor/bytemuck/commit/758774d45142aa8ca8d6fbd965ba7a0325891bd8"><code>758774d</code></a>
chore: Release bytemuck version 1.16.2</li>
<li><a
href="https://github.com/Lokathor/bytemuck/commit/73cd363f7230308a5b295a801e6f1ea696eddfd5"><code>73cd363</code></a>
changelog</li>
<li><a
href="https://github.com/Lokathor/bytemuck/commit/1c75146bb6ae0ff7b6e3059fac13f5164646e8da"><code>1c75146</code></a>
Fix UB when dropping BoxBytes owning a zero-sized layout (<a
href="https://redirect.github.com/Lokathor/bytemuck/issues/258">#258</a>)</li>
<li><a
href="https://github.com/Lokathor/bytemuck/commit/005ee3254fdfa63d67d024cfc598319331dab0cb"><code>005ee32</code></a>
Fix panics in <code>try_cast_slice_box</code> etc (<a
href="https://redirect.github.com/Lokathor/bytemuck/issues/254">#254</a>)</li>
<li>See full diff in <a
href="https://github.com/Lokathor/bytemuck/compare/v1.16.1...v1.16.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `clap` from 4.5.11 to 4.5.13
<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.13</h2>
<h2>[4.5.13] - 2024-07-31</h2>
<h3>Fixes</h3>
<ul>
<li><em>(derive)</em> Improve error message when
<code>#[flatten]</code>ing an optional <code>#[group(skip)]</code></li>
<li><em>(help)</em> Properly wrap long subcommand descriptions in
help</li>
</ul>
<h2>v4.5.12</h2>
<h2>[4.5.12] - 2024-07-31</h2>
</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.13] - 2024-07-31</h2>
<h3>Fixes</h3>
<ul>
<li><em>(derive)</em> Improve error message when
<code>#[flatten]</code>ing an optional <code>#[group(skip)]</code></li>
<li><em>(help)</em> Properly wrap long subcommand descriptions in
help</li>
</ul>
<h2>[4.5.12] - 2024-07-31</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/clap-rs/clap/commit/66b5a122ecd53234e02c15d57ccc2744b9f7a5ca"><code>66b5a12</code></a>
chore: Release</li>
<li><a
href="https://github.com/clap-rs/clap/commit/a83b724fc12cbd733f580cec39b03df6a3e2a17f"><code>a83b724</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/clap-rs/clap/commit/e19469f0e2dc0df0877bfbe00b11f64d97bdfefd"><code>e19469f</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5615">#5615</a>
from epage/wrap</li>
<li><a
href="https://github.com/clap-rs/clap/commit/360bb3bc11bf7a0a18ba269642704492383eb028"><code>360bb3b</code></a>
fix(help): Properly wrap subcommand about</li>
<li><a
href="https://github.com/clap-rs/clap/commit/58b5bd89ea1dc324769f4b6185ca840d775bb66e"><code>58b5bd8</code></a>
test(help): Show bad subcommand wrapping</li>
<li><a
href="https://github.com/clap-rs/clap/commit/e1f63207307200bb4a51094a1311f34aabe795e8"><code>e1f6320</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5614">#5614</a>
from epage/snap</li>
<li><a
href="https://github.com/clap-rs/clap/commit/7b5b61b0218d2c19ed424155e7ae55d21b0e2240"><code>7b5b61b</code></a>
test(help): Switch to snapbox</li>
<li><a
href="https://github.com/clap-rs/clap/commit/1490e2434aaf4071dc0dc36fe0046238401a3679"><code>1490e24</code></a>
chore: Update snapbox</li>
<li><a
href="https://github.com/clap-rs/clap/commit/6671d9350027a9fb5cfca44304603d0d32f5e30a"><code>6671d93</code></a>
Merge pull request <a
href="https://redirect.github.com/clap-rs/clap/issues/5613">#5613</a>
from epage/flatten</li>
<li><a
href="https://github.com/clap-rs/clap/commit/13dfdb38709ded67d2bedafdea56306f04749bd9"><code>13dfdb3</code></a>
fix(derive): Improve flattening-skipped-group assert</li>
<li>Additional commits viewable in <a
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.11...v4.5.13">compare
view</a></li>
</ul>
</details>
<br />
Updates `serde_json` from 1.0.121 to 1.0.122
<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.122</h2>
<ul>
<li>Support using <code>json!</code> in no-std crates (<a
href="https://redirect.github.com/serde-rs/json/issues/1166">#1166</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/serde-rs/json/commit/54381d6fee21cb05439937a0f5f286177c21d3f6"><code>54381d6</code></a>
Release 1.0.122</li>
<li><a
href="https://github.com/serde-rs/json/commit/16fb6e0b853590ed065f2a1ce4450a71a433717b"><code>16fb6e0</code></a>
Work around buggy rust-analyzer behavior</li>
<li><a
href="https://github.com/serde-rs/json/commit/49d7d6626f34d38f3bac5ccedffeaec169e02db1"><code>49d7d66</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1166">#1166</a>
from dtolnay/allocvec</li>
<li><a
href="https://github.com/serde-rs/json/commit/6827c7b3c582a8fe30beb8ddb9e2446bfc391ea7"><code>6827c7b</code></a>
Fix json! invocations when std prelude is not in scope</li>
<li><a
href="https://github.com/serde-rs/json/commit/611b2a4fb671b19c3ef45fc5b6455f906888c89f"><code>611b2a4</code></a>
Merge pull request <a
href="https://redirect.github.com/serde-rs/json/issues/1165">#1165</a>
from serde-rs/jsonmac</li>
<li><a
href="https://github.com/serde-rs/json/commit/7633cb7f0511d7e4962f5a378171cc1ea0a0820d"><code>7633cb7</code></a>
Eliminate local_inner_macros in favor of non-ident macro paths</li>
<li>See full diff in <a
href="https://github.com/serde-rs/json/compare/v1.0.121...v1.0.122">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c803c80 commit 3047ad5Copy full SHA for 3047ad5
File tree
Expand file treeCollapse file tree
2 files changed
+12
-12
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+12
-12
lines changed+10-10Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
0 commit comments