summaryrefslogtreecommitdiffstats
path: root/shard.yml
diff options
context:
space:
mode:
Diffstat (limited to 'shard.yml')
-rw-r--r--shard.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/shard.yml b/shard.yml
index 367f7c73..513e5db3 100644
--- a/shard.yml
+++ b/shard.yml
@@ -12,10 +12,10 @@ targets:
dependencies:
pg:
github: will/crystal-pg
- version: ~> 0.24.0
+ version: ~> 0.28.0
sqlite3:
github: crystal-lang/crystal-sqlite3
- version: ~> 0.18.0
+ version: ~> 0.21.0
kemal:
github: kemalcr/kemal
version: ~> 1.1.2
@@ -28,6 +28,9 @@ dependencies:
athena-negotiation:
github: athena-framework/negotiation
version: ~> 0.1.1
+ http_proxy:
+ github: mamantoha/http_proxy
+ version: ~> 0.10.3
development_dependencies:
spectator: