Compare commits

...

6 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
3 changed files with 412 additions and 385 deletions

793
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"
dotenvy = "0.15.7"
env_logger = "0.11.6"
ndarray = "0.16.1"
ndarray = "0.17.1"
once_cell = "1.20.3"
[profile.release]

View File

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