From 41bc44f501be820f6c716785a9111241dbc44ea2 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Tue, 22 Feb 2022 18:19:29 +0100 Subject: [PATCH] Bump kemal dependency to v1.1.1 Solves broken playback on crystal 1.3.* See: https://github.com/kemalcr/kemal/pull/628 Closes: https://github.com/iv-org/invidious/issues/2783 --- shard.lock | 6 +----- shard.yml | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/shard.lock b/shard.lock index be4333c1..e4b6045b 100644 --- a/shard.lock +++ b/shard.lock @@ -18,11 +18,7 @@ shards: kemal: git: https://github.com/kemalcr/kemal.git - version: 1.1.0 - - kilt: - git: https://github.com/jeromegn/kilt.git - version: 0.6.1 + version: 1.1.1 lsquic: git: https://github.com/iv-org/lsquic.cr.git diff --git a/shard.yml b/shard.yml index bf382ec3..ed6afc83 100644 --- a/shard.yml +++ b/shard.yml @@ -18,7 +18,7 @@ dependencies: version: ~> 0.18.0 kemal: github: kemalcr/kemal - version: ~> 1.1.0 + version: ~> 1.1.1 protodec: github: iv-org/protodec version: ~> 0.1.4