chore: dependencies

This commit is contained in:
Elijah McMorris 2025-03-20 12:02:51 -07:00
parent 40215f53e9
commit 669d3cfdd2
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
5 changed files with 365 additions and 292 deletions

View file

@ -9,7 +9,7 @@ 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.43", features = ["fs", "time", "sync"] }
tokio = { version = "1.44", features = ["fs", "time", "sync"] }
futures = "0.3"
wikidata = "1.1"
bzip2 = { version = "0.4", features = ["tokio"] }