Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the non-critical group with 4 updates #1645

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Bumps the non-critical group with 4 updates: derive_builder, pathdiff, proc-macro2 and redb.

Updates derive_builder from 0.20.1 to 0.20.2

Release notes

Sourced from derive_builder's releases.

v0.20.2

  • Allow unquoted expressions in builder(default = ...) #331
Commits
  • fc18dd2 Bump version to 0.20.2
  • b809d0e add documentation for private build method
  • 65c87d3 Skip rustfmt for manually-written output
  • d2efc54 Remove DeprecationNotes feature
  • 2418ab4 Allow unquoted expressions in default = ...
  • 1203dfa Fix compiletest error message
  • 5cca75a Remove last pretty_assertions dependency
  • fdc50aa Remove prettyassertions
  • 0a163af Fix nightly clippy violation
  • be3795e Bump darling version to fix clippy issue
  • Additional commits viewable in compare view

Updates pathdiff from 0.2.1 to 0.2.2

Commits

Updates proc-macro2 from 1.0.86 to 1.0.87

Release notes

Sourced from proc-macro2's releases.

1.0.87

  • Check valid punctuation character in Punct::new (#470)
Commits
  • 50b477d Release 1.0.87
  • f0b6802 Merge pull request #471 from dtolnay/punctnew
  • 98ea261 Check valid punctuation character in Punct::new
  • d60aaad Ignore missing_panics_doc pedantic clippy lint
  • 27061af Ignore needless_lifetimes clippy lint
  • 9c1d3eb Upload CI Cargo.lock for reproducing failures
  • See full diff in compare view

Updates redb from 2.1.3 to 2.1.4

Release notes

Sourced from redb's releases.

2.1.4

  • Optimize first() and last() to be almost 2x faster
  • Improve in-memory cache algorithm to resolve edge cases where certain pages could become uncacheable under cache pressure
  • Fix bug in read cache where the read cache could become disabled. This was likely to occur in multithreaded workloads when the read cache was smaller than the database file. This bug lead to 5-10x performance degradations for some workloads
Changelog

Sourced from redb's changelog.

2.1.4 - 2024-10-10

  • Optimize first() and last() to be almost 2x faster
  • Improve in-memory cache algorithm to resolve edge cases where certain pages could become uncacheable under cache pressure
  • Fix bug in read cache where the read cache could become disabled. This was likely to occur in multithreaded workloads when the read cache was smaller than the database file. This bug lead to 5-10x performance degradations for some workloads
Commits

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 commands and options

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

Bumps the non-critical group with 4 updates: [derive_builder](https://github.com/colin-kiegel/rust-derive-builder), [pathdiff](https://github.com/Manishearth/pathdiff), [proc-macro2](https://github.com/dtolnay/proc-macro2) and [redb](https://github.com/cberner/redb).


Updates `derive_builder` from 0.20.1 to 0.20.2
- [Release notes](https://github.com/colin-kiegel/rust-derive-builder/releases)
- [Commits](colin-kiegel/rust-derive-builder@v0.20.1...v0.20.2)

Updates `pathdiff` from 0.2.1 to 0.2.2
- [Commits](https://github.com/Manishearth/pathdiff/commits)

Updates `proc-macro2` from 1.0.86 to 1.0.87
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.86...1.0.87)

Updates `redb` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/cberner/redb/releases)
- [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md)
- [Commits](cberner/redb@v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: derive_builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: pathdiff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: redb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from maciektr as a code owner October 14, 2024 10:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 14, 2024
@maciektr maciektr enabled auto-merge October 14, 2024 10:57
@maciektr maciektr added this pull request to the merge queue Oct 14, 2024
Merged via the queue into main with commit 302aaf4 Oct 14, 2024
22 checks passed
@maciektr maciektr deleted the dependabot/cargo/non-critical-a6551ca7f5 branch October 14, 2024 12:36
maciektr pushed a commit that referenced this pull request Nov 18, 2024
Bumps the non-critical group with 4 updates:
[derive_builder](https://github.com/colin-kiegel/rust-derive-builder),
[pathdiff](https://github.com/Manishearth/pathdiff),
[proc-macro2](https://github.com/dtolnay/proc-macro2) and
[redb](https://github.com/cberner/redb).

Updates `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 />

Updates `pathdiff` from 0.2.1 to 0.2.2
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/Manishearth/pathdiff/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `proc-macro2` from 1.0.86 to 1.0.87
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dtolnay/proc-macro2/releases">proc-macro2's
releases</a>.</em></p>
<blockquote>
<h2>1.0.87</h2>
<ul>
<li>Check valid punctuation character in <code>Punct::new</code> (<a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/470">#470</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/50b477d6dc0d1a781f91bf1f979ae138dadf795f"><code>50b477d</code></a>
Release 1.0.87</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/f0b680251272a96a889735b664d09138fb3cdf2c"><code>f0b6802</code></a>
Merge pull request <a
href="https://redirect.github.com/dtolnay/proc-macro2/issues/471">#471</a>
from dtolnay/punctnew</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/98ea26129e9efb4198760e4504261e5dbbad658e"><code>98ea261</code></a>
Check valid punctuation character in Punct::new</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/d60aaad1a524f1f46adf6e154a10a7d4009be295"><code>d60aaad</code></a>
Ignore missing_panics_doc pedantic clippy lint</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/27061af259970a1e3a773f8fc5129d24bcbe8918"><code>27061af</code></a>
Ignore needless_lifetimes clippy lint</li>
<li><a
href="https://github.com/dtolnay/proc-macro2/commit/9c1d3eb1b6bddc5b86522bf3af98c2fb3de8e30a"><code>9c1d3eb</code></a>
Upload CI Cargo.lock for reproducing failures</li>
<li>See full diff in <a
href="https://github.com/dtolnay/proc-macro2/compare/1.0.86...1.0.87">compare
view</a></li>
</ul>
</details>
<br />

Updates `redb` from 2.1.3 to 2.1.4
<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.4</h2>
<ul>
<li>Optimize <code>first()</code> and <code>last()</code> to be almost
2x faster</li>
<li>Improve in-memory cache algorithm to resolve edge cases where
certain pages could become
uncacheable under cache pressure</li>
<li>Fix bug in read cache where the read cache could become disabled.
This was likely to occur in
multithreaded workloads when the read cache was smaller than the
database file. This bug lead to
5-10x performance degradations for some workloads</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.4 - 2024-10-10</h2>
<ul>
<li>Optimize <code>first()</code> and <code>last()</code> to be almost
2x faster</li>
<li>Improve in-memory cache algorithm to resolve edge cases where
certain pages could become
uncacheable under cache pressure</li>
<li>Fix bug in read cache where the read cache could become disabled.
This was likely to occur in
multithreaded workloads when the read cache was smaller than the
database file. This bug lead to
5-10x performance degradations for some workloads</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cberner/redb/commit/8ea50623b6c25ecabff746f4d1b3c02718643889"><code>8ea5062</code></a>
Bump version to 2.1.4</li>
<li><a
href="https://github.com/cberner/redb/commit/75e98fd3d975180180cacce73e48a104b648d9c4"><code>75e98fd</code></a>
Update changelog</li>
<li><a
href="https://github.com/cberner/redb/commit/3d184aa612ae4dcc3ce54fcb27316d3e078b2e35"><code>3d184aa</code></a>
Switch page cache to approximate LRU</li>
<li><a
href="https://github.com/cberner/redb/commit/db458e9095474fe4d370e2c992bd83ee109ac80b"><code>db458e9</code></a>
Fix leak in read cache tracking</li>
<li><a
href="https://github.com/cberner/redb/commit/c620e53f375ef0d9dc65b65f78a02ff29ea619bb"><code>c620e53</code></a>
Optimize first() and last()</li>
<li><a
href="https://github.com/cberner/redb/commit/840a5374fc86873c33f413d687e447656979b811"><code>840a537</code></a>
Remove reference to msync in design doc</li>
<li>See full diff in <a
href="https://github.com/cberner/redb/compare/v2.1.3...v2.1.4">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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant