Skip to content

Commit

Permalink
Bump derive_builder from 0.20.1 to 0.20.2 (#102)
Browse files Browse the repository at this point in the history
Bumps
[derive_builder](https://github.com/colin-kiegel/rust-derive-builder)
from 0.20.1 to 0.20.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/colin-kiegel/rust-derive-builder/releases">derive_builder's
releases</a>.</em></p>
<blockquote>
<h2>v0.20.2</h2>
<ul>
<li>Allow unquoted expressions in <code>builder(default = ...)</code> <a
href="https://redirect.github.com/colin-kiegel/rust-derive-builder/issues/331">#331</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/colin-kiegel/rust-derive-builder/commit/fc18dd236a6dc6b5b49970efdb1b78f40bb3b998"><code>fc18dd2</code></a>
Bump version to 0.20.2</li>
<li><a
href="https://github.com/colin-kiegel/rust-derive-builder/commit/b809d0e2f791cff27f459591d8afe3e1de4b35c2"><code>b809d0e</code></a>
add documentation for private build method</li>
<li><a
href="https://github.com/colin-kiegel/rust-derive-builder/commit/65c87d367c88d4dafeb4181081075b946133e612"><code>65c87d3</code></a>
Skip rustfmt for manually-written output</li>
<li><a
href="https://github.com/colin-kiegel/rust-derive-builder/commit/d2efc54dc3c9531404bc3d0c7d2b7a23c2820888"><code>d2efc54</code></a>
Remove DeprecationNotes feature</li>
<li><a
href="https://github.com/colin-kiegel/rust-derive-builder/commit/2418ab47c2359793e1a176aca184f96b005e54c8"><code>2418ab4</code></a>
Allow unquoted expressions in default = ...</li>
<li><a
href="https://github.com/colin-kiegel/rust-derive-builder/commit/1203dfacd0d6cc0f906af12c336932c027b7dad6"><code>1203dfa</code></a>
Fix compiletest error message</li>
<li><a
href="https://github.com/colin-kiegel/rust-derive-builder/commit/5cca75a76b7c01c6b0e58e05e6b9b0e9a55b0b2b"><code>5cca75a</code></a>
Remove last pretty_assertions dependency</li>
<li><a
href="https://github.com/colin-kiegel/rust-derive-builder/commit/fdc50aa3b1420d6bace0b80f26bd9f133a420364"><code>fdc50aa</code></a>
Remove prettyassertions</li>
<li><a
href="https://github.com/colin-kiegel/rust-derive-builder/commit/0a163af685b22f64cce6d81bf78adfb5e8263515"><code>0a163af</code></a>
Fix nightly clippy violation</li>
<li><a
href="https://github.com/colin-kiegel/rust-derive-builder/commit/be3795e32ba91406b53f9614246094edf68996b0"><code>be3795e</code></a>
Bump darling version to fix clippy issue</li>
<li>Additional commits viewable in <a
href="https://github.com/colin-kiegel/rust-derive-builder/compare/v0.20.1...v0.20.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=derive_builder&package-manager=cargo&previous-version=0.20.1&new-version=0.20.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
inflation authored Oct 15, 2024
2 parents 421606b + 8e1e6db commit 566c0ea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jpegxl-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ docs = ["jpegxl-sys/docs"]
bench = []

[dependencies]
derive_builder = "0.20.1"
derive_builder = "0.20.2"
image = { version = "0.25.2", optional = true, default-features = false }
thiserror = "1.0.64"
half = "2.4.1"
Expand Down

0 comments on commit 566c0ea

Please sign in to comment.