Skip to content

Commit

Permalink
chore(deps-rs): bump the minor group with 2 updates (#600)
Browse files Browse the repository at this point in the history
Bumps the minor group with 2 updates:
[bytemuck](https://github.com/Lokathor/bytemuck) and
[delegate](https://github.com/kobzol/rust-delegate).

Updates `bytemuck` from 1.17.1 to 1.18.0
<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>
<h1><code>bytemuck</code> changelog</h1>
<h2>1.18</h2>
<ul>
<li>Adds the <code>latest_stable_rust</code> cargo feature, which is a
blanket feature that turns all other features on that are both sound and
compatible with Stable rust.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Lokathor/bytemuck/commit/860c391345a2ec61fecf3cd46bcdde1add01caf9"><code>860c391</code></a>
chore: Release bytemuck version 1.18.0</li>
<li><a
href="https://github.com/Lokathor/bytemuck/commit/4c535f9a77aa8944e6bfd91f2ac3e43b5d7601ea"><code>4c535f9</code></a>
Clean up Cargo.toml (<a
href="https://github.com/Lokathor/bytemuck/issues/271">#271</a>)</li>
<li><a
href="https://github.com/Lokathor/bytemuck/commit/374d184e24b3df6d64fb0cd5211132f37c6f3d41"><code>374d184</code></a>
Update changelog.md</li>
<li><a
href="https://github.com/Lokathor/bytemuck/commit/19065703a59ad0ef742db3fa86aff08a55345575"><code>1906570</code></a>
Add a convenience feature indicating you're on the latest stable version
of R...</li>
<li><a
href="https://github.com/Lokathor/bytemuck/commit/2d2b397d663b063f2a523cb8e52f0fedc5350866"><code>2d2b397</code></a>
update the changelog to be less dismissive because we don't need that
negativ...</li>
<li>See full diff in <a
href="https://github.com/Lokathor/bytemuck/compare/v1.17.1...v1.18.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `delegate` from 0.12.0 to 0.13.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Kobzol/rust-delegate/blob/main/CHANGELOG.md">delegate's
changelog</a>.</em></p>
<blockquote>
<h1>0.13.0 (2. 9. 2024)</h1>
<ul>
<li>Generalize match arms handling. You can now combine a match
expression target with annotations like <code>#[into]</code> and
others:</li>
</ul>
<pre lang="rust"><code>struct A;
<p>impl A {
pub fn callable(self) -&gt; Self {
self
}
}</p>
<p>struct B;</p>
<p>impl B {
pub fn callable(self) -&gt; Self {
self
}
}</p>
<p>enum Common {
A(A),
B(B),
}</p>
<p>impl From&lt;A&gt; for Common {
fn from(inner: A) -&gt; Self {
Self::A(inner)
}
}</p>
<p>impl From&lt;B&gt; for Common {
fn from(inner: B) -&gt; Self {
Self::B(inner)
}
}</p>
<p>impl Common {
delegate! {
to match self {
// ---------- <code>match</code> arms have incompatible types
Common::A(inner) =&gt; inner;
Common::B(inner) =&gt; inner;
} {
#[into]
pub fn callable(self) -&gt; Self;
}
}
&lt;/tr&gt;&lt;/table&gt;
</code></pre></p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Kobzol/rust-delegate/commit/0f6112063d2f67bab3523488d0b336ab4d6eb169"><code>0f61120</code></a>
Bump version to 0.13.0</li>
<li><a
href="https://github.com/Kobzol/rust-delegate/commit/d36262b192344427a67413bc9fc6f5ccf52fa6c8"><code>d36262b</code></a>
Modify changelog</li>
<li><a
href="https://github.com/Kobzol/rust-delegate/commit/3b210552dbd8b44f6c635fc852addadd9d961d32"><code>3b21055</code></a>
Make <code>#[into]</code> and <code>#[try_into]</code> generate
<code>no_std</code>-compatible code</li>
<li><a
href="https://github.com/Kobzol/rust-delegate/commit/868eaeef4658b387bce7ed22a60ba8d4821ab921"><code>868eaee</code></a>
Fix doc indentation</li>
<li><a
href="https://github.com/Kobzol/rust-delegate/commit/c6813242693c1ae2750aa55d6721ae2a2d90676e"><code>c681324</code></a>
Fix doc indentation</li>
<li><a
href="https://github.com/Kobzol/rust-delegate/commit/eb03bafc9981163b1436b28c6238f33695baf41a"><code>eb03baf</code></a>
Add example of delegating associated functions</li>
<li><a
href="https://github.com/Kobzol/rust-delegate/commit/556adea8428a4cb48b6b35636febc032cd456f05"><code>556adea</code></a>
Generalize handling of match expressions</li>
<li>See full diff in <a
href="https://github.com/kobzol/rust-delegate/compare/v0.12.0...v0.13.0">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>
  • Loading branch information
dependabot[bot] committed Sep 9, 2024
1 parent 7ac0206 commit 58e1626
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 @@ -34,14 +34,14 @@ itertools = "0.13.0"
tket-json-rs = "0.5.1"
tracing = "0.1.37"
portmatching = "0.3.1"
bytemuck = "1.17.1"
bytemuck = "1.18.0"
cgmath = "0.18.0"
chrono = "0.4.30"
clap = "4.5.16"
criterion = "0.5.1"
crossbeam-channel = "0.5.8"
csv = "1.2.2"
delegate = "0.12.0"
delegate = "0.13.0"
derive_more = "0.99.18"
downcast-rs = "1.2.0"
fxhash = "0.2.1"
Expand Down

0 comments on commit 58e1626

Please sign in to comment.