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 6 updates #517

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor group with 6 updates in the / directory:

Package From To
serde 1.0.216 1.0.217
spider 2.21.33 2.22.19
lancedb 0.14.0 0.14.1
redb 2.3.0 2.4.0
quote 1.0.37 1.0.38
syn 2.0.91 2.0.93

Updates serde from 1.0.216 to 1.0.217

Release notes

Sourced from serde's releases.

v1.0.217

  • Support serializing externally tagged unit variant inside flattened field (#2786, thanks @​Mingun)
Commits
  • 930401b Release 1.0.217
  • cb6eaea Fix roundtrip inconsistency:
  • b6f339c Resolve repr_packed_without_abi clippy lint in tests
  • 2a5caea Merge pull request #2872 from dtolnay/ehpersonality
  • b9f93f9 Add no-std CI on stable compiler
  • eb5cd47 Drop #[lang = "eh_personality"] from no-std test
  • 8478a3b Merge pull request #2871 from dtolnay/nostdstart
  • dbb9091 Replace #[start] with extern fn main
  • See full diff in compare view

Updates spider from 2.21.33 to 2.22.19

Release notes

Sourced from spider's releases.

v2.22.19

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

  • chore(website,page): fix concurrent initial scoped access to lazy_static!
  • chore(chrome): add more network block layers for chrome
  • chore(chrome): remove smart mode default idle_dom usage
  • perf(page): dynamic rewriter chunk size
  • chore(website): add connect layer concurrency limit apply
  • perf(runtime): add dedicated thread for request connect

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

Commits
  • 6b61a14 perf(runtime): add dedicated thread for request connect
  • 264e18c perf(page): add max limit streaming chunk size
  • e5e0638 chore(website): add connect layer concurrency limit
  • d5b69ce chore(page): add goaway retry
  • 1b9c3c1 perf(page): add dynamic rewriter chunk size
  • 861d899 chore(crate): remove htm5ever crate
  • 40e1ab7 chore(docs): fix crate features disk and balance
  • 8ab3d21 chore(test): fix crawl subscription
  • 0fc58cd chore(static): fix concurrency access lazy_static
  • ce34344 chore(smart): fix re-rendering wait_for
  • Additional commits viewable 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 redb from 2.3.0 to 2.4.0

Release notes

Sourced from redb's releases.

2.4.0

  • Add Database::cache_stats()
  • Fix open() and create() to return InvalidData when they are called on a database file that is not a valid redb database
  • Significantly speed up restore_savepoint(). The time is takes now scales with the change delta since the savepoint was captured, rather than the size of the database file
  • DatabaseStats::fragmented_bytes() is now more accurate
Changelog

Sourced from redb's changelog.

2.4.0 - 2024-12-30

  • Add Database::cache_stats()
  • Fix open() and create() to return InvalidData when they are called on a database file that is not a valid redb database
  • Significantly speed up restore_savepoint(). The time is takes now scales with the change delta since the savepoint was captured, rather than the size of the database file
  • DatabaseStats::fragmented_bytes() is now more accurate
Commits
  • 507e1fd Bump version to 2.4.0
  • 69b3c85 Update changelog
  • dd0d4ae Update benchmark numbers in README
  • 8d0859b Enable compaction for rocksdb in benchmark
  • 45621b6 Fix typo in output string
  • 4aaf48b Switch to optimistic rocksdb transaction in benchmark
  • ec48f3d Refactor benchmark code
  • 51ca54c Optimize restore_savepoint()
  • b27a9df Fix BuddyAllocator::difference
  • efb761c Improve debugging code
  • 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.93

Release notes

Sourced from syn's releases.

2.0.93

  • Fix expression parsing edge cases: x as T <<= y (#1804), break as T (#1805), match x { _ if .. => {} } (#1807)
  • Fix expression printing edge cases: || -> T 'a: {} (#1806), if break x {} (#1808, #1810)

2.0.92

  • Fix parenthesization of jumps inside ranges (#1798)
Commits
  • 3f2acdc Release 2.0.93
  • 2ecf36a Merge pull request #1810 from dtolnay/confusable
  • 6240d9c Recursive implementation of confusable_with_adjacent_block
  • 39c8d4e Merge pull request #1809 from dtolnay/permutations
  • c770215 Add exhaustive expressions parsing test
  • 672aca9 Exclude slow expressions test from miri
  • 52d1ebb Merge pull request #1808 from dtolnay/ifbreak
  • 7fbb4ae Fix if break x {}
  • 6baa793 Merge pull request #1807 from dtolnay/rangearrow
  • 23f8f3b Fix match x { _ if .. => {} }
  • 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 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.216` | `1.0.217` |
| [spider](https://github.com/spider-rs/spider) | `2.21.33` | `2.22.19` |
| [lancedb](https://github.com/lancedb/lancedb) | `0.14.0` | `0.14.1` |
| [redb](https://github.com/cberner/redb) | `2.3.0` | `2.4.0` |
| [quote](https://github.com/dtolnay/quote) | `1.0.37` | `1.0.38` |
| [syn](https://github.com/dtolnay/syn) | `2.0.91` | `2.0.93` |



Updates `serde` from 1.0.216 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.216...v1.0.217)

Updates `spider` from 2.21.33 to 2.22.19
- [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.19)

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 `redb` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/cberner/redb/releases)
- [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md)
- [Commits](cberner/redb@v2.3.0...v2.4.0)

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.93
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.91...2.0.93)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- 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: redb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 31, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 1, 2025

Superseded by #519.

@dependabot dependabot bot closed this Jan 1, 2025
@dependabot dependabot bot deleted the dependabot/cargo/minor-767bf30177 branch January 1, 2025 06:43
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