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
235 stars 15 forks source link

Bump the minor group with 4 updates #201

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the minor group with 4 updates: backtrace, gimli, native-tls and object.

Updates backtrace from 0.3.71 to 0.3.72

Release notes

Sourced from backtrace's releases.

0.3.72

This release removes a lot of dead code. Some feature flags that haven't done anything in a long time are gone. If you depend on those features, Cargo's resolver will not update you to 0.3.72.

If your code runs on Windows, or you want it to run on visionOS, however, you should probably update to this version. It contains a number of fixes for both OS. It also uses the latest version of a number of dependencies.

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/backtrace-rs/compare/0.3.71...0.3.72

Commits


Updates gimli from 0.28.1 to 0.29.0

Changelog

Sourced from gimli's changelog.

0.29.0

Released 2024/04/11.

Breaking changes

  • Changed Reader type parameter to ReaderOffset for read::UnwindContext and related types. Replaced Expression with UnwindExpression in unwind information types. #703

Changed

  • Changed write::Sections::for_each and for_each_mut to specify section lifetime. #699

  • Fixed writing unwind information with an LSDA encoding that is not DW_EH_PE_absptr. #704

  • Fixed parsing for an empty DWP index. #706

  • Improved error handling in read::Unit::dwo_name. #693

  • Fixed warnings. #692 #694 #695 #696

Added

  • Added MIPS register definitions. #690

  • Added PowerPC register definitions. #691

  • Added read::DwarfSections and read::DwarfPackageSections. #698

  • Implemented BitOr for DwEhPe. #709

  • Added read::Relocate, read::RelocateReader, and write::RelocateWriter. #709


Commits


Updates native-tls from 0.2.11 to 0.2.12

Release notes

Sourced from native-tls's releases.

v0.2.12

What's Changed

New Contributors

Full Changelog: https://github.com/sfackler/rust-native-tls/compare/v0.2.11...v0.2.12

Changelog

Sourced from native-tls's changelog.

Change Log

[Unreleased]

Commits
  • 5ed6bd1 Release v0.2.12
  • 0af3169 Merge pull request #294 from simlay/add-visionos-support
  • 9a5d8ce Added visionos target support
  • 6ba3cf1 Merge pull request #295 from simlay/make-tempfile-be-a-macos-specific-dependency
  • 3018442 Make tempfile be a macos-only dependency
  • 0b69ce6 Merge pull request #285 from simlay/add-tvos-and-watchos-target-flags
  • 6e462d6 cargo fmt
  • 14ef1ce Update ci.yml
  • 5375254 Add tvOS and watchOS support
  • 5db1b77 Merge pull request #279 from tamird/mutex-new-const
  • Additional commits viewable in compare view


Updates object from 0.32.2 to 0.35.0

Changelog

Sourced from object's changelog.

0.35.0

Released 2024/04/10.

Breaking changes

  • Moved the 'file lifetime parameter from read::Object to its associated types. #655

Added

  • Added support more section kinds in build::elf. #650

  • Added thin archive support to read::ArchiveFile. #651

  • Added read::ReadCacheOps and changed read::ReadCache bound from Read + Seek to ReadCacheOps. #652

  • Added read::ObjectSection::relocation_map #654

  • Added read::ArchiveFile::symbols. #658

  • Added BinaryFormat::native_object. #661

Changed

  • The minimum supported rust version for the read feature and its dependencies has changed to 1.65.0. #655

  • Fixed sh_offset handling for SHT_NOBITS sections in build::elf. #645

  • Fixed handling of ELF files with dynamic symbols but no dynamic strings. #646

  • Fixed potential panics in read::WasmFile due to invalid function indices. #649

  • Fixed handling of Wasm components in read::WasmFile. #649

  • Fixed sh_entsize for 32-bit hash sections in write::elf. #650

... (truncated)

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 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