From 0f1287d9cd0cd5f1376ce452d7c40c18af956fcb Mon Sep 17 00:00:00 2001 From: TheBeastLT Date: Sun, 22 Oct 2023 16:15:48 +0300 Subject: [PATCH] update official addons --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7082f18b..a07f68d9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ env-future-send = [] [dependencies] stremio-derive = { path = "stremio-derive" } stremio-watched-bitfield = { path = "stremio-watched-bitfield" } -stremio-official-addons = "=2.0.10" +stremio-official-addons = "=2.0.11" serde = "1.0.*" serde_json = "1.0.*" serde_url_params = "0.2.*"