Compare commits

..

10 Commits

Author SHA1 Message Date
tuna2134
b246b518a5 delete 2025-11-14 02:50:22 +00:00
tuna2134
cbea7678b3 bump 2025-11-14 02:49:45 +00:00
tuna2134
9150a2eef9 Merge pull request #278 from neodyland/dependabot/cargo/ort-ea968ff
build(deps): bump ort from `95d520a` to `ea968ff`
2025-11-13 18:34:21 -08:00
tuna2134
896f1e52c7 Merge pull request #277 from neodyland/dependabot/cargo/ureq-3.1.4
build(deps): bump ureq from 3.1.2 to 3.1.4
2025-11-11 06:41:52 +09:00
dependabot[bot]
7d9aa420c7 build(deps): bump ort from 95d520a to ea968ff
Bumps [ort](https://github.com/pykeio/ort) from `95d520a` to `ea968ff`.
- [Release notes](https://github.com/pykeio/ort/releases)
- [Commits](95d520a6f6...ea968ff6c7)

---
updated-dependencies:
- dependency-name: ort
  dependency-version: ea968ff6c761953e5c9e2d1ee1d51811a067966f
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-10 07:35:34 +00:00
dependabot[bot]
09966c2473 build(deps): bump ureq from 3.1.2 to 3.1.4
Bumps [ureq](https://github.com/algesten/ureq) from 3.1.2 to 3.1.4.
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](https://github.com/algesten/ureq/compare/3.1.2...3.1.4)

---
updated-dependencies:
- dependency-name: ureq
  dependency-version: 3.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-10 07:35:10 +00:00
tuna2134
9f5433770c Merge pull request #275 from neodyland/dependabot/cargo/ort-95d520a
build(deps): bump ort from `4c1b6c0` to `95d520a`
2025-11-03 16:54:19 +09:00
tuna2134
ecdb652406 Merge pull request #276 from neodyland/dependabot/cargo/wasm-bindgen-futures-0.4.55
build(deps): bump wasm-bindgen-futures from 0.4.54 to 0.4.55
2025-11-03 16:54:09 +09:00
dependabot[bot]
f6a6887b33 build(deps): bump wasm-bindgen-futures from 0.4.54 to 0.4.55
Bumps [wasm-bindgen-futures](https://github.com/wasm-bindgen/wasm-bindgen) from 0.4.54 to 0.4.55.
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits)

---
updated-dependencies:
- dependency-name: wasm-bindgen-futures
  dependency-version: 0.4.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-03 07:36:36 +00:00
dependabot[bot]
0f95a7f606 build(deps): bump ort from 4c1b6c0 to 95d520a
Bumps [ort](https://github.com/pykeio/ort) from `4c1b6c0` to `95d520a`.
- [Release notes](https://github.com/pykeio/ort/releases)
- [Commits](4c1b6c0ec2...95d520a6f6)

---
updated-dependencies:
- dependency-name: ort
  dependency-version: 95d520a6f650a84467372b3f0a81dfce924260d3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-03 07:36:22 +00:00
4 changed files with 429 additions and 416 deletions

839
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@ documentation = "https://docs.rs/sbv2_core"
anyhow = "1.0.100" anyhow = "1.0.100"
dotenvy = "0.15.7" dotenvy = "0.15.7"
env_logger = "0.11.6" env_logger = "0.11.6"
ndarray = "0.16.1" ndarray = "0.17.1"
once_cell = "1.20.3" once_cell = "1.20.3"
[profile.release] [profile.release]

View File

@@ -44,4 +44,4 @@ base64 = ["dep:base64"]
[build-dependencies] [build-dependencies]
dirs = "6.0.0" dirs = "6.0.0"
ureq = "3.1.2" ureq = "3.1.4"

View File

@@ -17,4 +17,4 @@ sbv2_core = { path = "../sbv2_core", default-features = false, features = ["no_s
once_cell.workspace = true once_cell.workspace = true
js-sys = "0.3.70" js-sys = "0.3.70"
ndarray.workspace = true ndarray.workspace = true
wasm-bindgen-futures = "0.4.54" wasm-bindgen-futures = "0.4.55"