From 4d3e2c5b72a7fd78f71d7147ab73f414184b9c8d Mon Sep 17 00:00:00 2001 From: NexVeridian Date: Mon, 8 Apr 2024 19:06:37 -0700 Subject: [PATCH] bump wikidata --- .dockerignore | 1 - Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index 708a2d5..92dbecb 100644 --- a/.dockerignore +++ b/.dockerignore @@ -11,4 +11,3 @@ docker-compose.dev.yml docker-compose.yml dockerfile *.md -.torrent diff --git a/Cargo.toml b/Cargo.toml index be350d9..a4cf6a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ serde_json = "1.0" surrealdb = "1.1" tokio = { version = "1.35", features = ["time"] } futures = "0.3" -wikidata = "0.3.1" +wikidata = "1.0" bzip2 = { version = "0.4", features = ["tokio"] } lazy_static = "1.4" indicatif = "0.17"