Bump 'sqlite3' to v0.19.0 and 'pg' to v0.26.0

pull/2928/head
Samantaz Fox 2 years ago
parent 997d936e9c
commit ea3abe6069
No known key found for this signature in database
GPG Key ID: F42821059186176E

@ -10,7 +10,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 +30,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
@ -46,7 +46,7 @@ shards:
sqlite3:
git: https://github.com/crystal-lang/crystal-sqlite3.git
version: 0.18.0
version: 0.19.0
ameba:
git: https://github.com/crystal-ameba/ameba.git

@ -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

Loading…
Cancel
Save