benbrandt / text-splitter

Split text into semantic chunks, up to a desired chunk size. Supports calculating length by characters and tokens, and is callable from Rust and Python.
MIT License
245 stars 15 forks source link

Bump the minor group with 5 updates #322

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the minor group with 5 updates:

Package From To
mio 1.0.1 1.0.2
serde 1.0.205 1.0.206
serde_derive 1.0.205 1.0.206
serde_json 1.0.122 1.0.124
syn 2.0.72 2.0.74

Updates mio from 1.0.1 to 1.0.2

Changelog

Sourced from mio's changelog.

1.0.2

Commits


Updates serde from 1.0.205 to 1.0.206

Release notes

Sourced from serde's releases.

v1.0.206

  • Improve support for flatten attribute inside of enums (#2567, thanks @​Mingun)
Commits


Updates serde_derive from 1.0.205 to 1.0.206

Release notes

Sourced from serde_derive's releases.

v1.0.206

  • Improve support for flatten attribute inside of enums (#2567, thanks @​Mingun)
Commits


Updates serde_json from 1.0.122 to 1.0.124

Release notes

Sourced from serde_json's releases.

v1.0.124

v1.0.123

Commits
  • cf771a0 Release 1.0.124
  • 8b314a7 Merge pull request #1173 from iex-rs/fix-big-endian
  • 8eba786 Fix skip_to_escape on BE architectures
  • 2cab07e Release 1.0.123
  • 346189a Fix needless_borrow clippy lint in new control character test
  • 859ead8 Merge pull request #1161 from iex-rs/vectorized-string-parsing
  • e43da5e Immediately bail-out on empty strings
  • 8389d8a Don't run the slow algorithm from the beginning
  • 1f0dcf7 Allow clippy::items_after_statements
  • a95d6df Big endian support
  • Additional commits viewable in compare view


Updates syn from 2.0.72 to 2.0.74

Release notes

Sourced from syn's releases.

2.0.74

  • Fix "temporary is dropped and runs the destructor for type `impl Iterator`" regression affecting certain use of Generics iterator methods (#1719)

2.0.73

Commits
  • b15ae28 Release 2.0.74
  • 6cf2344 Merge pull request #1719 from dtolnay/iterators
  • 2955ac5 Expose non-impl-Trait iterator return types
  • 7dc05a5 Add regression test for issue 1718
  • 857942e Revert "Define Fields::members iterator type privately inside method"
  • 65ec30d Revert "Embed Generics iterator implementations into method bodies"
  • b5a5a8c Release 2.0.73
  • 8cdb5c7 Add example of using Fields::members iterator
  • 2afdc12 Remove redundancy of Generics::split_for_impl cfg with type's cfg
  • 64b0dc8 Combine Generics impl blocks into one
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions