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

このコミットが含まれているのは:
Samantaz Fox 2022-02-23 13:15:38 +01:00
コミット ea3abe6069
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: F42821059186176E
2個のファイルの変更5行の追加5行の削除

ファイルの表示

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