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 19 updates #458

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 26, 2024

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

Package From To
spider 2.13.13 2.13.50
fastembed 4.1.1 4.2.0
proc-macro2 1.0.91 1.0.92
tree-sitter-rust 0.23.1 0.23.2
async-compression 0.4.17 0.4.18
cpufeatures 0.2.15 0.2.16
libc 0.2.164 0.2.165
litemap 0.7.3 0.7.4
portable-atomic 1.9.0 1.10.0
portable-atomic-util 0.2.3 0.2.4
tracing-core 0.1.32 0.1.33
url 2.5.3 2.5.4
webpki-roots 0.26.6 0.26.7
yoke 0.7.4 0.7.5
zerofrom 0.1.4 0.1.5
zerofrom-derive 0.1.4 0.1.5

Updates spider from 2.13.13 to 2.13.50

Release notes

Sourced from spider's releases.

v2.13.50

Whats Changed

Major fixes for critical bugs that can hang the process.

  • perf reduce cpu usage for streaming rewriter
  • fix hang on iteration streaming
  • fix chrome connection hang
  • fix cache backend default build
  • fix domain absolute link join
  • fix shutdown break loop

Full Changelog: spider-rs/spider@v2.12.12...v2.13.50

Commits

Updates fastembed from 4.1.1 to 4.2.0

Release notes

Sourced from fastembed's releases.

v4.2.0

4.2.0 (2024-11-23)

🍕 Features

v4.1.2

4.1.2 (2024-11-22)

🧹 Chores

Commits
  • 49a2185 chore(release): 4.2.0 [skip ci]
  • a890a61 feat: Added ClipVitB32 model to support text-to-image search. (#126)
  • f19a540 ci: Use ONNX version as cache key for the ONNX cache (#127)
  • 106ab1f chore(release): 4.1.2 [skip ci]
  • 87f4ced chore: Bump ort to v2.0.0-rc.9 (#125)
  • See full diff in compare view

Updates proc-macro2 from 1.0.91 to 1.0.92

Release notes

Sourced from proc-macro2's releases.

1.0.92

  • Improve compiler/fallback mismatch panic message (#487)
Commits

Updates tree-sitter-rust from 0.23.1 to 0.23.2

Release notes

Sourced from tree-sitter-rust's releases.

v0.23.2

NOTE: Download tree-sitter-rust.tar.xz for the complete source code.

Commits

Updates async-compression from 0.4.17 to 0.4.18

Changelog

Sourced from async-compression's changelog.

0.4.18 - 2024-11-23

Fixed

  • Adjust Level::Precise clamp range for flate2.
Commits
  • e238a8b docs: update changelog
  • 6907729 chore: release v0.4.18
  • 8844733 Merge pull request #314 from eth3lbert/flate2-precise
  • 0b83b1a Adjust Level::Precise clamp range for flate2
  • e12ca46 Merge pull request #311 from Nullus157/dependabot/github_actions/codecov/code...
  • 906f155 chore(deps): bump codecov/codecov-action from 4 to 5
  • f0a5c74 Merge pull request #306 from Nullus157/release-plz-2024-10-20T06-37-16Z
  • See full diff in compare view

Updates cpufeatures from 0.2.15 to 0.2.16

Commits

Updates libc from 0.2.164 to 0.2.165

Release notes

Sourced from libc's releases.

0.2.165

Added

Fixed

Deprecated

... (truncated)

Changelog

Sourced from libc's changelog.

0.2.165 - 2024-11-25

Added

Fixed

Deprecated

... (truncated)

Commits
  • 575fa43 release-plz: Add a new cleanup section
  • 0928922 chore: release v0.2.165
  • 84fdcde Merge pull request #4144 from tgross35/release-plz-config
  • ffd4bbc ci: Update release-plz to make use of backport links for the changelog
  • d0b90ea Merge pull request #4143 from tgross35/backport-can-len8_dlc
  • 940e7e7 Merge pull request #4135 from tgross35/backport-fix-constness
  • ceeb0fe Expose len8_dlc field of can_frame struct on Linux
  • c2bded3 fix: make sure the const-extern-fn feature is enabled
  • c93e86c ci: Skip unit tests on some platforms
  • 35fe9c7 Add a test that the const extern fn macro works
  • Additional commits viewable in compare view

Updates litemap from 0.7.3 to 0.7.4

Changelog

Sourced from litemap's changelog.

Changelog

icu4x 2.0-beta1

  • Components
    • General
      • Constructors updated to take type-safe "preferences" objects instead of locales.
        • Preference bags are often built from a locale, but they can also be built manually or merged from other sources.
        • Preference bags are taken by value, so most call sites will need to change from &locale.into() to locale.into() or (&locale).into()
      • Compiled data updated to CLDR 45 and ICU 75 (unicode-org#4782)
      • Compiled data updated to CLDR 46 (unicode-org#5479, unicode-org#5598)
      • Fine-tuning error enums; removal of obsolete variants (unicode-org#4959, unicode-org#4638, unicode-org#5019, unicode-org#5041, unicode-org#5146)
      • Refactored FromStr and try_from_str functions (unicode-org#4934, unicode-org#5085)
      • Deleted various deprecated functions
      • Shadow default instead of making new function const_default (unicode-org#5354)
      • Rename marker types (unicode-org#4999)
      • Fix take/into function names and conventions (unicode-org#5723)
    • icu
      • Adding datagen feature to meta crate (#5047)
    • icu_calendar
      • Restructure icu_calendar public API to put all calendars under cal (unicode-org#5701)
      • Consistently name calendar-specific Date/DateTime functions that have a calendar argument (unicode-org#5692)
      • Move all calendar types to cal module (unicode-org#5701)
      • Shorten integer types returned by day_of_month(), week_of_month(), and week_of_year() to u8 (unicode-org#5702)
      • IntoAnyCalendar: new kind() method (unicode-org#4975)
      • Fixed various broken assertions (unicode-org#4986)
      • Fix Japanese calendar year 0 (unicode-org#5006)
      • Add Date, Time, and DateTime from str impls via IXDTF (unicode-org#5260)
      • Fix bug by consistently 1-indexing months and days (unicode-org#5726)
      • Refactor YearInfo to separate cyclic/Temporal/Formatting eras (unicode-org#5509)
      • FormattableMonth -> MonthInfo, and split standard from formatting month codes (unicode-org#5536)
      • Remove unix epoch APIs (unicode-org#5748)
      • Shorten integer type of day_of_month, week_of_month, week_of_year (unicode-org#5702)
    • icu_collator
      • Introduce a borrowed version of the collator (unicode-org#5513)
      • Adapt the collator to Unicode 16 normalization changes (unicode-org#4878)
      • Use script fallback in collator (unicode-org#5743)
    • icu_collections
    • icu_normalizer
      • Introduce borrowed variants of normalizer structs (unicode-org#5413)
      • Make the normalizer work with new Unicode 16 normalization behaviors (unicode-org#4860)
    • icu_datetime
      • All-new semantic skeletons. (unicode-org#1317, unicode-org#4945)
        • This is a re-write of DateTimeFormatter and most of the icu_datetime crate. It adds the ability to format specific subsets of fields, conforming with LDML version 46. All call sites of ICU4X 1.x DateTimeFormatter will need to be updated. It is recommended to start fresh with the new crate documentation.
      • Optimize YearNames storage (unicode-org#5721)
      • Drop support for week-of-year, to likely be re-added in a future version or upon request (unicode-org#5569)
      • Remove VVV time zone format, to possibly be added back later (unicode-org#5659)
      • Fix generic location format for single-tz countries (unicode-org#5657)
      • Support localized offsets with seconds (unicode-org#5674)
      • Audit datetime format function (unicode-org#5789)

... (truncated)

Commits

Updates ort from 2.0.0-rc.8 to 2.0.0-rc.9

Release notes

Sourced from ort's releases.

v2.0.0-rc.9

🌴 Undo The Flattening (pykeio/ort@d4f82fc)

A previous ort release 'flattened' all exports, such that everything was exported at the crate root - ort::{TensorElementType, Session, Value}. This was done at a time when ort didn't export much, but now it exports a lot, so this was leading to some big, ugly use blocks.

rc.9 now has most exports behind their respective modules - Session is now imported as ort::session::Session, Tensor as ort::value::Tensor, etc. rust-analyzer and some quick searches on docs.rs can help you find the right paths to import.

📦 Tensor extract optimization (pykeio/ort@1dbad54)

Previously, calling any of the extract_tensor_* methods would have to call back to ONNX Runtime to determine the value's ValueType to ensure it was OK to extract. This involved a lot of FFI calls and a few allocations which could have a notable performance impact in hot loops.

Since a value's type never changes after it is created, the ValueType is now created when the Value is constructed (i.e. via Tensor::from_array or returned from a session). This makes extract_tensor_* a lot cheaper!

Note that this does come with some breaking changes:

  • Raw tensor extract methods return &[i64] for their dimensions instead of Vec<i64>.
  • Value::dtype() and Tensor::memory_info() now return &ValueType and &MemoryInfo respectively, instead of their non-borrowed counterparts.
  • ValueType::Tensor now has an extra field for symbolic dimensions, dimension_symbols, so you might have to update matches on ValueType.

🚥 Threading management (pykeio/ort@87577ef)

2.0.0-rc.9 introduces a new trait: ThreadManager. This allows you to define custom thread create & join functions for session & environment thread pools! See the thread_manager.rs test for an example of how to create your own ThreadManager and apply it to a session, or an environment's GlobalThreadPoolOptions (previously EnvironmentGlobalThreadPoolOptions).

Additionally, sessions may now opt out of the environment's global thread pool if one is configured.

🧠 Shape inference for custom operators (pykeio/ort@87577ef)

ort now provides ShapeInferenceContext, an interface for custom operators to provide a hint to ONNX Runtime about the shape of the operator's output tensors based on its inputs, which may open the doors to memory optimizations.

See the updated custom_operators.rs example to see how it works.

📃 Session output refactor (pykeio/ort@8a16adb)

SessionOutputs has been slightly refactored to reduce memory usage and slightly increase performance. Most notably, it no longer derefs to a &BTreeMap.

The new SessionOutputs interface closely mirrors BTreeMap's API, so most applications require no changes unless you were explicitly dereferencing to a &BTreeMap.

🛠️ LoRA Adapters (pykeio/ort@d877fb3)

ONNX Runtime v1.20.0 introduces a new Adapter format for supporting LoRA-like weight adapters, and now ort has it too!

An Adapter essentially functions as a map of tensors, loaded from disk or memory and copied to a device (typically whichever device the session resides on). When you add an Adapter to RunOptions, those tensors are automatically added as inputs (except faster, because they don't need to be copied anywhere!)

With some modification to your ONNX graph, you can add LoRA layers using optional inputs which Adapter can then override. (Hopefully ONNX Runtime will provide some documentation on how this can be done soon, but until then, it's ready to use in ort!)

let model = Session::builder()?.commit_from_file("tests/data/lora_model.onnx")?;
let lora = Adapter::from_file("tests/data/adapter.orl", None)?;
let mut run_options = RunOptions::new()?;
run_options.add_adapter(&lora)?;
let outputs = model.run_with_options(ort::inputs![Tensor::<f32>::from_array(([4, 4], vec![1.0; 16]))?]?, &run_options)?;

🗂️ Prepacked weights (pykeio/ort@87577ef)

PrepackedWeights allows multiple sessions to share the same weights across multiple sessions. If you create multiple Sessions from one model file, they can all share the same memory!

... (truncated)

Commits

Updates ort-sys from 2.0.0-rc.8 to 2.0.0-rc.9

Release notes

Sourced from ort-sys's releases.

v2.0.0-rc.9

🌴 Undo The Flattening (pykeio/ort@d4f82fc)

A previous ort release 'flattened' all exports, such that everything was exported at the crate root - ort::{TensorElementType, Session, Value}. This was done at a time when ort didn't export much, but now it exports a lot, so this was leading to some big, ugly use blocks.

rc.9 now has most exports behind their respective modules - Session is now imported as ort::session::Session, Tensor as ort::value::Tensor, etc. rust-analyzer and some quick searches on docs.rs can help you find the right paths to import.

📦 Tensor extract optimization (pykeio/ort@1dbad54)

Previously, calling any of the extract_tensor_* methods would have to call back to ONNX Runtime to determine the value's ValueType to ensure it was OK to extract. This involved a lot of FFI calls and a few allocations which could have a notable performance impact in hot loops.

Since a value's type never changes after it is created, the ValueType is now created when the Value is constructed (i.e. via Tensor::from_array or returned from a session). This makes extract_tensor_* a lot cheaper!

Note that this does come with some breaking changes:

  • Raw tensor extract methods return &[i64] for their dimensions instead of Vec<i64>.
  • Value::dtype() and Tensor::memory_info() now return &ValueType and &MemoryInfo respectively, instead of their non-borrowed counterparts.
  • ValueType::Tensor now has an extra field for symbolic dimensions, dimension_symbols, so you might have to update matches on ValueType.

🚥 Threading management (pykeio/ort@87577ef)

2.0.0-rc.9 introduces a new trait: ThreadManager. This allows you to define custom thread create & join functions for session & environment thread pools! See the thread_manager.rs test for an example of how to create your own ThreadManager and apply it to a session, or an environment's GlobalThreadPoolOptions (previously EnvironmentGlobalThreadPoolOptions).

Additionally, sessions may now opt out of the environment's global thread pool if one is configured.

🧠 Shape inference for custom operators (pykeio/ort@87577ef)

ort now provides ShapeInferenceContext, an interface for custom operators to provide a hint to ONNX Runtime about the shape of the operator's output tensors based on its inputs, which may open the doors to memory optimizations.

See the updated custom_operators.rs example to see how it works.

📃 Session output refactor (pykeio/ort@8a16adb)

SessionOutputs has been slightly refactored to reduce memory usage and slightly increase performance. Most notably, it no longer derefs to a &BTreeMap.

The new SessionOutputs interface closely mirrors BTreeMap's API, so most applications require no changes unless you were explicitly dereferencing to a &BTreeMap.

🛠️ LoRA Adapters (pykeio/ort@d877fb3)

ONNX Runtime v1.20.0 introduces a new Adapter format for supporting LoRA-like weight adapters, and now ort has it too!

An Adapter essentially functions as a map of tensors, loaded from disk or memory and copied to a device (typically whichever device the session resides on). When you add an Adapter to RunOptions, those tensors are automatically added as inputs (except faster, because they don't need to be copied anywhere!)

With some modification to your ONNX graph, you can add LoRA layers using optional inputs which Adapter can then override. (Hopefully ONNX Runtime will provide some documentation on how this can be done soon, but until then, it's ready to use in ort!)

let model = Session::builder()?.commit_from_file("tests/data/lora_model.onnx")?;
let lora = Adapter::from_file("tests/data/adapter.orl", None)?;
let mut run_options = RunOptions::new()?;
run_options.add_adapter(&lora)?;
let outputs = model.run_with_options(ort::inputs![Tensor::<f32>::from_array(([4, 4], vec![1.0; 16]))?]?, &run_options)?;

🗂️ Prepacked weights (pykeio/ort@87577ef)

PrepackedWeights allows multiple sessions to share the same weights across multiple sessions. If you create multiple Sessions from one model file, they can all share the same memory!

... (truncated)

Commits

Updates portable-atomic from 1.9.0 to 1.10.0

Changelog

Sourced from portable-atomic's changelog.

[1.10.0] - 2024-11-23

  • Update to stabilized s390x and Arm64EC inline assembly. (97645c1, e1d1a97)

  • Make get_mut const fn on Rust 1.83+. (0dea68c)

  • Make from_ptr const fn on Rust 1.83+. (align to the std atomic change in Rust 1.84) (50532d8)

  • Various optimizations:

    • RISC-V without A-extension: Optimize 16-bit fetch_not when Zabha enabled. (a487a09)
    • s390x: Optimize 128-bit CAS/RMW. (fba028d, 33ab2c1)
    • PowerPC64: Optimize 128-bit Acquire/AcqRel/SeqCst CAS/RMW and 128-bit CAS with Relaxed failure ordering. (33ab2c1)
    • AVR: Optimize 8-bit load/store. (33ab2c1)
  • Improve support of run-time detection and outline-atomics:

    • Enable run-time detection by default on powerpc64 and aarch64 linux-uclibc. (#193)
    • Improve run-time detection of powerpc64 quadword-atomics. (1e3bfda)
    • Improve run-time detection of Zhaoxin CPU. (f283d2a)
  • Support RISC-V Zacas extension on pre-1.82 rustc. (#194)

  • Improve compile-time detection of RISC-V Zaamo/Zabha extensions. (673137a)

  • Respect RUSTC_BOOTSTRAP=-1 recently added in nightly in rustc version detection. (5b2847a)

Commits
  • b703006 Release portable-atomic 1.10.0
  • 1af9480 Update changelog
  • 33ab2c1 Cleanups for AVR/MSP430/PowerPC/RISC-V/s390x
  • 6d945ab Revert "ci: Temporarily disable NetBSD test"
  • e7b7a56 Release portable-atomic-util 0.2.4
  • 99e56d6 ci: Adjust codegen job
  • 8b642b9 util: Update docs and changelog
  • d8e6bbf util: add portable_atomic_unstable_coerce_unsized cfg option (#195)
  • 13e9580 Apply unqualified_local_imports lint
  • 464f393 tools: Tweak test.sh
  • Additional commits viewable in compare view

Updates portable-atomic-util from 0.2.3 to 0.2.4

Release notes

Sourced from portable-atomic-util's releases.

portable-atomic-util 0.2.4

Commits
  • e7b7a56 Release portable-atomic-util 0.2.4
  • 99e56d6 ci: Adjust codegen job
  • 8b642b9 util: Update docs and changelog
  • d8e6bbf util: add portable_atomic_unstable_coerce_unsized cfg option (#195)
  • 13e9580 Apply unqualified_local_imports lint
  • 464f393 tools: Tweak test.sh
  • 1e3bfda detect/auxv: Check PPC_FEATURE_BOOKE
  • dbd9c12 detect: Update comments about libc
  • df05e62 Update docs
  • babb3a9 Update utils.rs helpers
  • Additional commits viewable in compare view

Updates tracing-core from 0.1.32 to 0.1.33

Release notes

Sourced from tracing-core's releases.

tracing-core 0.1.33

Added

  • Add index API for Field (#2820)
  • allow &[u8] to be recorded as event/span field (#2954)

Changed

  • Bump MSRV to 1.63 (#2793)
  • Use const thread_locals when possible (#2838)

Fixed

  • Fix missed register_callsite error (#2938)
  • Do not add valuable/std feature as dependency unless valuable is used (#3002)
  • prefix macro calls with ::core to avoid clashing with local macros (#3024)

Documented

  • Fix incorrect (incorrectly updated) docs for LevelFilter (#2767)

Thanks to new contributor @​maddiemort for contributing to this release!

#2767: tokio-rs/tracing#2767 #2793: tokio-rs/tracing#2793 #2820: tokio-rs/tracing#2820 #2838: tokio-rs/tracing#2838 #2938: tokio-rs/tracing#2938 #2954: tokio-rs/tracing#2954 #3002: tokio-rs/tracing#3002 #3024: tokio-rs/tracing#3024

Commits
  • cb0f0e7 chore: prepare tracing-core 0.1.33 (#3153)
  • 11c8273 subscriber: don't gate with_ansi() on the "ansi" feature (#3020)
  • 8a25a16 core: fix missed register_callsite error (#2938)
  • 6f08af0 subscriber: set log max level when reloading (#1270)
  • f6a6c8c tracing: add index API for Field (#2820)
  • 345fbff Add json-subscriber to ecosystem (#3121)
  • 82a92df fix: correct SerializeField definition and doc formatting (#3040)
  • 0759973 fix: prefix macro calls with ::core to avoid clashing with local macros (#3024)
  • 40ae82f macros: allow field path segments to be keywords (#2925)
  • 329d8d3 docs: remove non-existing method in comments (#2894)
  • Additional commits viewable in compare view

Updates url from 2.5.3 to 2.5.4

Release notes

Sourced from url's releases.

v2.5.4

What's Changed

  • Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" by @​valenting in servo/rust-url#999
  • Updates the MSRV to 1.63 required though the libc v0.2.164 dependency

Full Changelog: servo/rust-url@v2.5.3...v2.5.4

Commits

Updates webpki-roots from 0.26.6 to 0.26.7

Release notes

Sourced from webpki-roots's releases.

0.26.7

Upstream changes

What's Changed

New Contributors

Full Changelog: rustls/webpki-roots@v/0.26.6...v/0.26.7

Commits

Updates yoke from 0.7.4 to 0.7.5

Changelog

Sourced from yoke's changelog.

Changelog

Description has been truncated

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

| Package | From | To |
| --- | --- | --- |
| [spider](https://github.com/spider-rs/spider) | `2.13.13` | `2.13.50` |
| [fastembed](https://github.com/Anush008/fastembed-rs) | `4.1.1` | `4.2.0` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.91` | `1.0.92` |
| [tree-sitter-rust](https://github.com/tree-sitter/tree-sitter-rust) | `0.23.1` | `0.23.2` |
| [async-compression](https://github.com/Nullus157/async-compression) | `0.4.17` | `0.4.18` |
| [cpufeatures](https://github.com/RustCrypto/utils) | `0.2.15` | `0.2.16` |
| [libc](https://github.com/rust-lang/libc) | `0.2.164` | `0.2.165` |
| [litemap](https://github.com/unicode-org/icu4x) | `0.7.3` | `0.7.4` |
| [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.9.0` | `1.10.0` |
| [portable-atomic-util](https://github.com/taiki-e/portable-atomic) | `0.2.3` | `0.2.4` |
| [tracing-core](https://github.com/tokio-rs/tracing) | `0.1.32` | `0.1.33` |
| [url](https://github.com/servo/rust-url) | `2.5.3` | `2.5.4` |
| [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.6` | `0.26.7` |
| [yoke](https://github.com/unicode-org/icu4x) | `0.7.4` | `0.7.5` |
| [zerofrom](https://github.com/unicode-org/icu4x) | `0.1.4` | `0.1.5` |
| [zerofrom-derive](https://github.com/unicode-org/icu4x) | `0.1.4` | `0.1.5` |



Updates `spider` from 2.13.13 to 2.13.50
- [Release notes](https://github.com/spider-rs/spider/releases)
- [Changelog](https://github.com/spider-rs/spider/blob/main/CHANGELOG.md)
- [Commits](https://github.com/spider-rs/spider/commits/v2.13.50)

Updates `fastembed` from 4.1.1 to 4.2.0
- [Release notes](https://github.com/Anush008/fastembed-rs/releases)
- [Changelog](https://github.com/Anush008/fastembed-rs/blob/main/.releaserc)
- [Commits](Anush008/fastembed-rs@v4.1.1...v4.2.0)

Updates `proc-macro2` from 1.0.91 to 1.0.92
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.91...1.0.92)

Updates `tree-sitter-rust` from 0.23.1 to 0.23.2
- [Release notes](https://github.com/tree-sitter/tree-sitter-rust/releases)
- [Commits](tree-sitter/tree-sitter-rust@v0.23.1...v0.23.2)

Updates `async-compression` from 0.4.17 to 0.4.18
- [Release notes](https://github.com/Nullus157/async-compression/releases)
- [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md)
- [Commits](Nullus157/async-compression@v0.4.17...v0.4.18)

Updates `cpufeatures` from 0.2.15 to 0.2.16
- [Commits](RustCrypto/utils@cpufeatures-v0.2.15...cpufeatures-v0.2.16)

Updates `libc` from 0.2.164 to 0.2.165
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.165/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.164...0.2.165)

Updates `litemap` from 0.7.3 to 0.7.4
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `ort` from 2.0.0-rc.8 to 2.0.0-rc.9
- [Release notes](https://github.com/pykeio/ort/releases)
- [Commits](https://github.com/pykeio/ort/commits/v2.0.0-rc.9)

Updates `ort-sys` from 2.0.0-rc.8 to 2.0.0-rc.9
- [Release notes](https://github.com/pykeio/ort/releases)
- [Commits](https://github.com/pykeio/ort/commits/v2.0.0-rc.9)

Updates `portable-atomic` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/taiki-e/portable-atomic/releases)
- [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md)
- [Commits](taiki-e/portable-atomic@v1.9.0...v1.10.0)

Updates `portable-atomic-util` from 0.2.3 to 0.2.4
- [Release notes](https://github.com/taiki-e/portable-atomic/releases)
- [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md)
- [Commits](taiki-e/portable-atomic@portable-atomic-util-0.2.3...portable-atomic-util-0.2.4)

Updates `tracing-core` from 0.1.32 to 0.1.33
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-core-0.1.32...tracing-core-0.1.33)

Updates `url` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.3...v2.5.4)

Updates `webpki-roots` from 0.26.6 to 0.26.7
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](rustls/webpki-roots@v/0.26.6...v/0.26.7)

Updates `yoke` from 0.7.4 to 0.7.5
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `yoke-derive` from 0.7.4 to 0.7.5
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

Updates `zerofrom` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits/ind/databake@0.1.5)

Updates `zerofrom-derive` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits/ind/databake@0.1.5)

---
updated-dependencies:
- dependency-name: spider
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: fastembed
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tree-sitter-rust
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: async-compression
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: cpufeatures
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: libc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: litemap
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: ort
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: ort-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: portable-atomic
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: portable-atomic-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: tracing-core
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: url
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: webpki-roots
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: yoke
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: yoke-derive
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: zerofrom
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: zerofrom-derive
  dependency-type: indirect
  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 Nov 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 26, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 26, 2024
@dependabot dependabot bot deleted the dependabot/cargo/minor-2033a9d523 branch November 26, 2024 17:41
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