From 05c5448bc137a7798450dec71b0750841bac2c5e Mon Sep 17 00:00:00 2001 From: syeopite Date: Thu, 19 Dec 2024 13:18:04 -0800 Subject: Update Kemal to 1.6.0 and remove Kilt Kilt is unmaintained and the ECR templating logic has been natively integrated into Kemal with the issues previously seen having been resolved. This commit is mostly a precursor to support the next Kemal release which will add the ability to create error handlers for raised exceptions. See https://github.com/kemalcr/kemal/pull/688 --- shard.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'shard.yml') diff --git a/shard.yml b/shard.yml index af7e4186..154e44fc 100644 --- a/shard.yml +++ b/shard.yml @@ -17,10 +17,7 @@ dependencies: version: ~> 0.21.0 kemal: github: kemalcr/kemal - version: ~> 1.1.2 - kilt: - github: jeromegn/kilt - version: ~> 0.6.1 + version: ~> 1.6.0 protodec: github: iv-org/protodec version: ~> 0.1.5 -- cgit v1.2.3