chore: dependencies

This commit is contained in:
Elijah McMorris 2025-08-05 02:22:11 -07:00
parent dd64959604
commit a38e8ce9be
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
7 changed files with 891 additions and 713 deletions

View file

@ -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"] }