From 19fc42931404e6cf39abc0bf661bfa27ee57db4b Mon Sep 17 00:00:00 2001 From: Jacob Sapoznikow Date: Wed, 12 Apr 2023 15:20:47 +0000 Subject: [PATCH] Bump ckandex --- common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }