Compare commits

...

6 Commits

Author SHA1 Message Date
tuna2134
2d0c469b21 Merge pull request #294 from neodyland/dependabot/cargo/ort-2de3406
build(deps): bump ort from `45d6a26` to `2de3406`
2026-01-06 11:57:47 +09:00
tuna2134
585c82ebaf Merge pull request #295 from neodyland/dependabot/cargo/tokio-1.49.0
build(deps): bump tokio from 1.48.0 to 1.49.0
2026-01-06 11:57:37 +09:00
dependabot[bot]
19fa8faba0 build(deps): bump tokio from 1.48.0 to 1.49.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.48.0...tokio-1.49.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 07:19:12 +00:00
dependabot[bot]
f60bc53dbb build(deps): bump ort from 45d6a26 to 2de3406
Bumps [ort](https://github.com/pykeio/ort) from `45d6a26` to `2de3406`.
- [Release notes](https://github.com/pykeio/ort/releases)
- [Commits](45d6a267b5...2de3406598)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-05 07:18:55 +00:00
tuna2134
18074e596d Merge pull request #291 from neodyland/dependabot/cargo/axum-0.8.8
build(deps): bump axum from 0.8.7 to 0.8.8
2025-12-29 13:22:17 +09:00
dependabot[bot]
00b41def11 build(deps): bump axum from 0.8.7 to 0.8.8
Bumps [axum](https://github.com/tokio-rs/axum) from 0.8.7 to 0.8.8.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/axum/compare/axum-v0.8.7...axum-v0.8.8)

---
updated-dependencies:
- dependency-name: axum
  dependency-version: 0.8.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 07:21:15 +00:00
2 changed files with 14 additions and 20 deletions

30
Cargo.lock generated
View File

@@ -101,9 +101,9 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "axum"
version = "0.8.7"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
dependencies = [
"axum-core",
"bytes",
@@ -945,7 +945,7 @@ dependencies = [
"itoa",
"pin-project-lite",
"pin-utils",
"smallvec 1.15.1",
"smallvec",
"tokio",
"want",
]
@@ -1029,7 +1029,7 @@ dependencies = [
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec 1.15.1",
"smallvec",
"zerovec",
]
@@ -1087,7 +1087,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
dependencies = [
"idna_adapter",
"smallvec 1.15.1",
"smallvec",
"utf8_iter",
]
@@ -1854,12 +1854,12 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "ort"
version = "2.0.0-rc.10"
source = "git+https://github.com/pykeio/ort.git#45d6a267b57c8b24ce49b75811e57ffced7ceebc"
source = "git+https://github.com/pykeio/ort.git#2de34065983a5c034f5afcc072b23b99479f465b"
dependencies = [
"libloading",
"ndarray",
"ort-sys",
"smallvec 2.0.0-alpha.12",
"smallvec",
"tracing",
"ureq",
]
@@ -1867,7 +1867,7 @@ dependencies = [
[[package]]
name = "ort-sys"
version = "2.0.0-rc.10"
source = "git+https://github.com/pykeio/ort.git#45d6a267b57c8b24ce49b75811e57ffced7ceebc"
source = "git+https://github.com/pykeio/ort.git#2de34065983a5c034f5afcc072b23b99479f465b"
dependencies = [
"hmac-sha256",
"lzma-rust2",
@@ -1893,7 +1893,7 @@ dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec 1.15.1",
"smallvec",
"windows-link",
]
@@ -2675,12 +2675,6 @@ version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]]
name = "smallvec"
version = "2.0.0-alpha.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef784004ca8777809dcdad6ac37629f0a97caee4c685fcea805278d81dd8b857"
[[package]]
name = "socket2"
version = "0.6.1"
@@ -2943,9 +2937,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.48.0"
version = "1.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
dependencies = [
"bytes",
"libc",
@@ -3103,7 +3097,7 @@ version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
dependencies = [
"smallvec 1.15.1",
"smallvec",
]
[[package]]

View File

@@ -10,13 +10,13 @@ license.workspace = true
[dependencies]
anyhow.workspace = true
axum = "0.8.7"
axum = "0.8.8"
dotenvy.workspace = true
env_logger.workspace = true
log = "0.4.29"
sbv2_core = { version = "0.2.0-alpha6", path = "../sbv2_core", features = ["aivmx"] }
serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.48.0", features = ["full"] }
tokio = { version = "1.49.0", features = ["full"] }
utoipa = { version = "5.4.0", features = ["axum_extras"] }
utoipa-scalar = { version = "0.3.0", features = ["axum"] }