summaryrefslogtreecommitdiffstats
path: root/shard.yml
diff options
context:
space:
mode:
authorsyeopite <syeopite@syeopite.dev>2021-05-24 06:45:50 -0700
committersyeopite <syeopite@syeopite.dev>2021-06-08 13:10:58 -0700
commit065c104f274b88495dc331f32dd3dc1cf2c99646 (patch)
tree39204972ea1c23c6934ca24598c00cce8a4f01ae /shard.yml
parent7f272f12936382542372534fbafbae15b1b6b012 (diff)
downloadinvidious-065c104f274b88495dc331f32dd3dc1cf2c99646.tar.gz
invidious-065c104f274b88495dc331f32dd3dc1cf2c99646.tar.bz2
invidious-065c104f274b88495dc331f32dd3dc1cf2c99646.zip
Upgrade to crystal 1.0.0
Diffstat (limited to 'shard.yml')
-rw-r--r--shard.yml11
1 files changed, 4 insertions, 7 deletions
diff --git a/shard.yml b/shard.yml
index a15b3ea5..f7746cb5 100644
--- a/shard.yml
+++ b/shard.yml
@@ -12,23 +12,20 @@ targets:
dependencies:
pg:
github: will/crystal-pg
- version: ~> 0.23.1
+ version: ~> 0.23.2
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.18.0
kemal:
github: kemalcr/kemal
- version: ~> 0.27.0
- pool:
- github: ysbaddaden/pool
- version: ~> 0.2.3
+ version: ~> 1.0.0
protodec:
github: iv-org/protodec
- version: ~> 0.1.3
+ version: ~> 0.1.4
lsquic:
github: iv-org/lsquic.cr
version: ~> 2.18.1-1
-crystal: 0.36.1
+crystal: 1.0.0
license: AGPLv3