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

chore(deps): bump the minor group across 1 directory with 4 updates #503

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 27, 2024

Bumps the minor group with 4 updates in the / directory: spider, lancedb, quote and syn.

Updates spider from 2.21.33 to 2.22.8

Release notes

Sourced from spider's releases.

v2.22.8

Whats Changed

This release brings in a SQLite for improved memory handling with the feature flags disk_native_tls, disk, and disk_aws. SQLite is set to be used in a hybrid manner with memory in order to maintain performance.

With disk handling and our string interning urls crawled can entire the billions of resources or infinite with EFS attached.

Other Changes

  • fix concurrent initial scoped access to lazy_static!
  • strengthen the network block layer for chrome
  • remove smart mode default idle_dom usage

Full Changelog: spider-rs/spider@v2.21.33...v2.22.8

Commits
  • 0fc58cd chore(static): fix concurrency access lazy_static
  • ce34344 chore(smart): fix re-rendering wait_for
  • 5f4d5bd chore(disk): fix encoding url SQLite
  • 1884ed4 feat(disk): add hybrid disk storing links
  • See full diff in compare view

Updates lancedb from 0.14.0 to 0.14.1

Release notes

Sourced from lancedb's releases.

Node/Rust LanceDB v0.14.1

🎉 New Features

🐛 Bug Fixes

📚 Documentation

🔧 Build and CI

Node/Rust LanceDB v0.14.1-beta.6

🎉 New Features

📚 Documentation

🔧 Build and CI

... (truncated)

Commits
  • 0a0f667 chore: fix typos (#1976)
  • 03753fd ci(node): remove hardcoded toolchain from typescript release build (#1974)
  • 55cceaa Updating package-lock.json
  • c3797eb Updating package-lock.json
  • c0d0f38 Bump version: 0.14.1-beta.7 → 0.14.1
  • 6a8ab78 Bump version: 0.14.1-beta.6 → 0.14.1-beta.7
  • 27404c8 Bump version: 0.17.1-beta.7 → 0.17.1
  • f181c7e Bump version: 0.17.1-beta.6 → 0.17.1-beta.7
  • e70fd4f feat: support IVF_FLAT, binary vectors and hamming distance (#1955)
  • ac0068b feat(python): add ignore_missing to the async drop_table() method (#1953)
  • Additional commits viewable in compare view

Updates quote from 1.0.37 to 1.0.38

Release notes

Sourced from quote's releases.

1.0.38

  • Support interpolating arrays inside of arrays using a repetition (#286)
Commits
  • 0245506 Release 1.0.38
  • d978c51 Merge pull request #286 from dtolnay/array
  • 09d1e42 Implement repetition for arrays
  • 5bba89f Add repetition test with array of array
  • aafba72 Prevent upload-artifact step from causing CI failure
  • c889896 Update not-quotable ui test for ToTokens impl changes
  • 87c247f Resolve some needless_lifetimes clippy lints
  • 31d7a01 Ignore needless_lifetimes clippy lint
  • 6cff24b Upload CI Cargo.lock for reproducing failures
  • See full diff in compare view

Updates syn from 2.0.91 to 2.0.92

Release notes

Sourced from syn's releases.

2.0.92

  • Fix parenthesization of jumps inside ranges (#1798)
Commits
  • c494b9a Release 2.0.92
  • 21ec874 Rename leftmost_subexpression_with_begin_operator
  • 3a8d163 Merge pull request #1801 from dtolnay/fixupinvariant
  • 90c730d Add exhaustive test of FixupContext leading/trailing invariant
  • 4947eb4 Merge pull request #1800 from dtolnay/rightmost
  • eb0eb0c Rename subsequent_subexpression -> rightmost_subexpression
  • cf75a99 Merge pull request #1799 from dtolnay/precedence
  • 331b4d0 Simplify distinction between leading and trailing precedence
  • 560dd9d Merge pull request #1798 from dtolnay/jumpinrange
  • 55462c8 Fix parenthesization of jumps in ranges
  • Additional commits viewable in compare view

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 minor group with 4 updates in the / directory: [spider](https://github.com/spider-rs/spider), [lancedb](https://github.com/lancedb/lancedb), [quote](https://github.com/dtolnay/quote) and [syn](https://github.com/dtolnay/syn).


Updates `spider` from 2.21.33 to 2.22.8
- [Release notes](https://github.com/spider-rs/spider/releases)
- [Changelog](https://github.com/spider-rs/spider/blob/main/CHANGELOG.md)
- [Commits](spider-rs/spider@v2.21.33...v2.22.8)

Updates `lancedb` from 0.14.0 to 0.14.1
- [Release notes](https://github.com/lancedb/lancedb/releases)
- [Changelog](https://github.com/lancedb/lancedb/blob/main/release_process.md)
- [Commits](lancedb/lancedb@v0.14.0...v0.14.1)

Updates `quote` from 1.0.37 to 1.0.38
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.37...1.0.38)

Updates `syn` from 2.0.91 to 2.0.92
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.91...2.0.92)

---
updated-dependencies:
- dependency-name: spider
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: lancedb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 27, 2024
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.

0 participants