summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaltycrys <73420320+saltycrys@users.noreply.github.com>2021-02-04 05:11:54 +0100
committersaltycrys <73420320+saltycrys@users.noreply.github.com>2021-02-04 05:11:54 +0100
commit5c8ab35f5572338483fd982c180cdb1803639215 (patch)
tree954cf5b70bc8c1e2d7a7540e8a89979b1fea5ba8
parentc2f74879da29f0d6b1d095489883905a72d3f3db (diff)
downloadinvidious-5c8ab35f5572338483fd982c180cdb1803639215.tar.gz
invidious-5c8ab35f5572338483fd982c180cdb1803639215.tar.bz2
invidious-5c8ab35f5572338483fd982c180cdb1803639215.zip
Bump dependencies
-rw-r--r--shard.lock4
-rw-r--r--shard.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/shard.lock b/shard.lock
index 5dbac470..a9074b32 100644
--- a/shard.lock
+++ b/shard.lock
@@ -22,7 +22,7 @@ shards:
pg:
git: https://github.com/will/crystal-pg.git
- version: 0.22.1
+ version: 0.23.1
pool:
git: https://github.com/ysbaddaden/pool.git
@@ -38,5 +38,5 @@ shards:
sqlite3:
git: https://github.com/crystal-lang/crystal-sqlite3.git
- version: 0.17.0
+ version: 0.18.0
diff --git a/shard.yml b/shard.yml
index 1f89b468..3cc964f2 100644
--- a/shard.yml
+++ b/shard.yml
@@ -12,10 +12,10 @@ targets:
dependencies:
pg:
github: will/crystal-pg
- version: ~> 0.22.1
+ version: ~> 0.23.1
sqlite3:
github: crystal-lang/crystal-sqlite3
- version: ~> 0.17.0
+ version: ~> 0.18.0
kemal:
github: kemalcr/kemal
version: ~> 0.27.0