summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2022-02-23 13:15:38 +0100
committerSamantaz Fox <coding@samantaz.fr>2022-02-23 13:15:38 +0100
commitea3abe6069bce1eb1737218112f2a649cfa50ef0 (patch)
treef27d0c6c2dd08780495e6492038ad2a41eb766cb
parent997d936e9c8d2b9ab87935fcbdd5b34a54d726b5 (diff)
downloadinvidious-ea3abe6069bce1eb1737218112f2a649cfa50ef0.tar.gz
invidious-ea3abe6069bce1eb1737218112f2a649cfa50ef0.tar.bz2
invidious-ea3abe6069bce1eb1737218112f2a649cfa50ef0.zip
Bump 'sqlite3' to v0.19.0 and 'pg' to v0.26.0
-rw-r--r--shard.lock6
-rw-r--r--shard.yml4
2 files changed, 5 insertions, 5 deletions
diff --git a/shard.lock b/shard.lock
index be4333c1..65f144e4 100644
--- a/shard.lock
+++ b/shard.lock
@@ -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
diff --git a/shard.yml b/shard.yml
index bf382ec3..508205ad 100644
--- a/shard.yml
+++ b/shard.yml
@@ -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