mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
chore: dependencies
This commit is contained in:
parent
dd64959604
commit
a38e8ce9be
7 changed files with 891 additions and 713 deletions
24
Cargo.toml
24
Cargo.toml
|
@ -8,21 +8,17 @@ license = "MIT OR Apache-2.0"
|
|||
anyhow = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
surrealdb = { version = "2.2.1", features = ["protocol-http", "kv-mem"] }
|
||||
tokio = { version = "1.44", features = ["fs", "time", "sync"] }
|
||||
surrealdb = { version = "2.3.7", features = ["protocol-http", "kv-mem"] }
|
||||
tokio = { version = "1.47", features = ["fs", "time", "sync"] }
|
||||
futures = "0.3"
|
||||
wikidata = "1.1"
|
||||
bzip2 = { version = "0.4", features = ["tokio"] }
|
||||
indicatif = "0.17"
|
||||
rand = "0.8"
|
||||
backon = { version = "1.4", features = ["tokio-sleep"] }
|
||||
bzip2 = { version = "0.6" }
|
||||
indicatif = "0.18"
|
||||
rand = "0.9"
|
||||
backon = { version = "1.5", features = ["tokio-sleep"] }
|
||||
|
||||
[dev-dependencies]
|
||||
rstest = "0.22"
|
||||
surrealdb = { version = "2.2.1", features = ["kv-mem"] }
|
||||
criterion = { version = "0.5", features = ["async_tokio"] }
|
||||
pprof = { version = "0.13", features = ["criterion", "protobuf-codec"] }
|
||||
|
||||
[[bench]]
|
||||
name = "bench"
|
||||
harness = false
|
||||
rstest = "0.26"
|
||||
surrealdb = { version = "2.3.7", features = ["kv-mem"] }
|
||||
criterion = { version = "0.7", features = ["async_tokio"] }
|
||||
pprof = { version = "0.15", features = ["criterion", "protobuf-codec"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue