Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
5948b1bd1f
Merge 3dab05fc0e into 8f85d96488 2026-01-14 14:38:24 +08:00
dependabot[bot]
8f85d96488
build(deps): bump ndarray from 0.17.1 to 0.17.2 in /rust (#183)
Bumps [ndarray](https://github.com/rust-ndarray/ndarray) from 0.17.1 to 0.17.2.
- [Release notes](https://github.com/rust-ndarray/ndarray/releases)
- [Changelog](https://github.com/rust-ndarray/ndarray/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-ndarray/ndarray/compare/0.17.1...0.17.2)

---
updated-dependencies:
- dependency-name: ndarray
  dependency-version: 0.17.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-13 18:14:31 +08:00
dependabot[bot]
3dab05fc0e
build(deps): bump fluent_ui from 4.11.3 to 4.12.0
Bumps [fluent_ui](https://github.com/bdlukaa/fluent_ui) from 4.11.3 to 4.12.0.
- [Release notes](https://github.com/bdlukaa/fluent_ui/releases)
- [Changelog](https://github.com/bdlukaa/fluent_ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bdlukaa/fluent_ui/commits)

---
updated-dependencies:
- dependency-name: fluent_ui
  dependency-version: 4.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 00:19:59 +00:00
4 changed files with 6 additions and 6 deletions

View File

@ -453,10 +453,10 @@ packages:
dependency: "direct main"
description:
name: fluent_ui
sha256: "569f61002931665b9613ed12008a368d60ae66baab78b6270c4dc8b44f24d1df"
sha256: "8645eabacb46bfc9632fadc6e106756cdc6f2a4efb5a4fed4410bd3131306fe8"
url: "https://pub.dev"
source: hosted
version: "4.11.3"
version: "4.12.0"
flutter:
dependency: "direct main"
description: flutter

View File

@ -24,7 +24,7 @@ dependencies:
url: https://github.com/boyan01/window_manager.git
path: packages/window_manager
ref: 6fae92d21b4c80ce1b8f71c1190d7970cf722bd4
fluent_ui: 4.11.3
fluent_ui: 4.12.0
flutter_staggered_grid_view: ^0.7.0
flutter_acrylic: ^1.1.4
url_launcher: ^6.3.2

4
rust/Cargo.lock generated
View File

@ -3580,9 +3580,9 @@ dependencies = [
[[package]]
name = "ndarray"
version = "0.17.1"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7c9125e8f6f10c9da3aad044cc918cf8784fa34de857b1aa68038eb05a50a9"
checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
dependencies = [
"matrixmultiply",
"num-complex 0.4.6",

View File

@ -48,7 +48,7 @@ ort = { version = "2.0.0-rc.11", features = [
tokenizers = { version = "0.22.2", default-features = false, features = [
"onig",
] }
ndarray = "0.17.1"
ndarray = "0.17.2"
serde_json = "1.0.149"
serde = { version = "1.0.228", features = ["derive"] }
unp4k_rs = { git = "https://github.com/StarCitizenToolBox/unp4k_rs", rev = "29430002d6f3a8d87feabac26c03ae0311c81263" }