-
Notifications
You must be signed in to change notification settings - Fork 70
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
bot
added
dependencies
Pull requests that update a dependency file
rust
Pull requests that update Rust code
labels
Oct 14, 2024
maciektr
approved these changes
Oct 14, 2024
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.2Release notes
Sourced from derive_builder's releases.
Commits
fc18dd2
Bump version to 0.20.2b809d0e
add documentation for private build method65c87d3
Skip rustfmt for manually-written outputd2efc54
Remove DeprecationNotes feature2418ab4
Allow unquoted expressions in default = ...1203dfa
Fix compiletest error message5cca75a
Remove last pretty_assertions dependencyfdc50aa
Remove prettyassertions0a163af
Fix nightly clippy violationbe3795e
Bump darling version to fix clippy issueUpdates
pathdiff
from 0.2.1 to 0.2.2Commits
Updates
proc-macro2
from 1.0.86 to 1.0.87Release notes
Sourced from proc-macro2's releases.
Commits
50b477d
Release 1.0.87f0b6802
Merge pull request #471 from dtolnay/punctnew98ea261
Check valid punctuation character in Punct::newd60aaad
Ignore missing_panics_doc pedantic clippy lint27061af
Ignore needless_lifetimes clippy lint9c1d3eb
Upload CI Cargo.lock for reproducing failuresUpdates
redb
from 2.1.3 to 2.1.4Release notes
Sourced from redb's releases.
Changelog
Sourced from redb's changelog.
Commits
8ea5062
Bump version to 2.1.475e98fd
Update changelog3d184aa
Switch page cache to approximate LRUdb458e9
Fix leak in read cache trackingc620e53
Optimize first() and last()840a537
Remove reference to msync in design docDependabot 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