mirror of
https://github.com/NexVeridian/wikidata-to-surrealdb.git
synced 2025-09-02 01:49:13 +00:00
fix: makefile and update dependences
This commit is contained in:
parent
47cde83c7a
commit
d9803555d1
7 changed files with 28 additions and 25 deletions
|
@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
|
|||
anyhow = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
surrealdb = { version = "2.0.1", features = ["protocol-http", "kv-mem"] }
|
||||
surrealdb = { version = "2.0.2", features = ["protocol-http", "kv-mem"] }
|
||||
tokio = { version = "1.39", features = ["fs", "time", "sync"] }
|
||||
futures = "0.3"
|
||||
wikidata = "1.1"
|
||||
|
@ -19,7 +19,7 @@ backon = { version = "1.2", features = ["tokio-sleep"] }
|
|||
|
||||
[dev-dependencies]
|
||||
rstest = "0.22"
|
||||
surrealdb = { version = "2.0.1", features = ["kv-mem"] }
|
||||
surrealdb = { version = "2.0.2", features = ["kv-mem"] }
|
||||
criterion = { version = "0.5", features = ["async_tokio"] }
|
||||
pprof = { version = "0.13", features = ["criterion", "protobuf-codec"] }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue