summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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