From 799612d44935d03bb0d6e6025802d6d7be60a7c1 Mon Sep 17 00:00:00 2001 From: Alex Piechowski Date: Tue, 1 Feb 2022 09:58:41 -0600 Subject: [PATCH] Update to crystal-pg v0.26.x https://github.com/will/crystal-pg/compare/v0.24.0...v0.26.0 https://github.com/crystal-lang/crystal-db/compare/v0.10.1...v0.11.0 This adds the upstream changes from crystal-pg v0.11 This also allows us to remove the monkey patches required for null array elements in avram, added/utilized by the bulk upsert functionality #789 --- shard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shard.yml b/shard.yml index 7133ec705..89be47042 100644 --- a/shard.yml +++ b/shard.yml @@ -18,7 +18,7 @@ dependencies: version: ~> 0.1.0 pg: github: will/crystal-pg - version: ~> 0.24.0 + version: ~> 0.26.0 habitat: github: luckyframework/habitat version: ~> 0.4.7