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"