mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2025-12-20 05:37:06 +01:00
Compare commits
1 Commits
master
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3d0bad63c |
2
schemsearch-cli/Cargo.toml
Executable file → Normal file
2
schemsearch-cli/Cargo.toml
Executable file → Normal file
@@ -13,7 +13,7 @@ schemsearch-sql = { path = "../schemsearch-sql", optional = true }
|
|||||||
|
|
||||||
clap = { version = "4.1.8", features = ["cargo"] }
|
clap = { version = "4.1.8", features = ["cargo"] }
|
||||||
futures = { version = "0.3", optional = true }
|
futures = { version = "0.3", optional = true }
|
||||||
sqlx = { version = "0.7", features = [ "runtime-async-std-native-tls" , "mysql" ], optional = true }
|
sqlx = { version = "0.8", features = [ "runtime-async-std-native-tls" , "mysql" ], optional = true }
|
||||||
rayon = "1.7.0"
|
rayon = "1.7.0"
|
||||||
indicatif = { version = "0.17.3", features = ["rayon"] }
|
indicatif = { version = "0.17.3", features = ["rayon"] }
|
||||||
serde = "1.0.157"
|
serde = "1.0.157"
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ license = "AGPL-3.0-or-later"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sqlx = { version = "0.7", features = [ "runtime-async-std-native-tls" , "mysql" ] }
|
sqlx = { version = "0.8", features = [ "runtime-async-std-native-tls" , "mysql" ] }
|
||||||
|
|
||||||
schemsearch-lib = { path = "../schemsearch-lib" }
|
schemsearch-lib = { path = "../schemsearch-lib" }
|
||||||
schemsearch-files = { path = "../schemsearch-files" }
|
schemsearch-files = { path = "../schemsearch-files" }
|
||||||
Reference in New Issue
Block a user