Merge pull request #2928 from SamantazFox/bump-dependencies

Bump dependencies
This commit is contained in:
Samantaz Fox 2022-04-09 20:36:09 +02:00 committed by GitHub
commit fabbecf4c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,9 @@
version: 2.0
shards:
ameba:
git: https://github.com/crystal-ameba/ameba.git
version: 0.14.3
athena-negotiation:
git: https://github.com/athena-framework/negotiation.git
version: 0.1.1
@ -10,7 +14,7 @@ shards:
db:
git: https://github.com/crystal-lang/crystal-db.git
version: 0.10.1
version: 0.11.0
exception_page:
git: https://github.com/crystal-loot/exception_page.git
@ -30,7 +34,7 @@ shards:
pg:
git: https://github.com/will/crystal-pg.git
version: 0.24.0
version: 0.26.0
protodec:
git: https://github.com/iv-org/protodec.git
@ -42,12 +46,8 @@ shards:
spectator:
git: https://github.com/icy-arctic-fox/spectator.git
version: 0.10.4
version: 0.10.5
sqlite3:
git: https://github.com/crystal-lang/crystal-sqlite3.git
version: 0.18.0
ameba:
git: https://github.com/crystal-ameba/ameba.git
version: 0.14.3
version: 0.19.0

View File

@ -3,7 +3,7 @@ version: 0.20.1
authors:
- Omar Roth <omarroth@protonmail.com>
- Invidous team
- Invidious team
targets:
invidious:
@ -12,10 +12,10 @@ targets:
dependencies:
pg:
github: will/crystal-pg
version: ~> 0.24.0
version: ~> 0.26.0
sqlite3:
github: crystal-lang/crystal-sqlite3
version: ~> 0.18.0
version: ~> 0.19.0
kemal:
github: kemalcr/kemal
version: ~> 1.1.0
@ -32,7 +32,7 @@ dependencies:
development_dependencies:
spectator:
github: icy-arctic-fox/spectator
version: ~> 0.10.4
version: ~> 0.10.5
ameba:
github: crystal-ameba/ameba
version: ~> 0.14.3