From 7150df89507ab590ed4393e5072411af88008f0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 19:28:35 -0500 Subject: [PATCH] CompatHelper: bump compat for SaferIntegers to 3, (keep existing compat) (#115) Co-authored-by: CompatHelper Julia --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ff2d94c..940db90 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] HTTP = "0.8.19, 0.9" JSON3 = "1.5.1" -SaferIntegers = "2.5.1" +SaferIntegers = "2.5.1, 3" StructTypes = "1.2.3" TimeZones = "1.5.2" julia = "1.4"