diff --git a/common/Cargo.toml b/common/Cargo.toml index baf4eaa..e095bbf 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -13,7 +13,7 @@ authors = ["RedstoneWizard08", "Rexicon226", "cheese3660", "Wormhole Contributor serde_json = "1.0" serde = { version = "1.0", features = ["derive"] } keyvalues-parser = "0.1.0" -ckandex = "0.4.2" +ckandex = "0.6.2" tokio = { version = "1.26.0", features = ["full"] } reqwest = { version = "0.11.14", features = ["stream", "gzip"] } tokio-stream = { version = "0.1.12", features = ["tokio-util", "fs", "net", "sync"] }