mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-04 06:11:12 +00:00
Compare commits
2 Commits
155e7628f4
...
5948b1bd1f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5948b1bd1f | ||
|
|
8f85d96488 |
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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" }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user