From 75b169bdd9a3fe5931a97828687172ba98023988 Mon Sep 17 00:00:00 2001 From: David Anthoff Date: Mon, 13 May 2019 12:04:51 -0700 Subject: [PATCH] Update some [compat] bounds --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e9aa9ee9..23c61219 100644 --- a/Project.toml +++ b/Project.toml @@ -28,13 +28,13 @@ DataValues = "≥ 0.4.4" FileIO = "≥ 1.0.1" FilePaths = "≥ 0.7.0" IterableTables = "≥ 0.8.3" -IteratorInterfaceExtensions = "≥ 0.1.1" +IteratorInterfaceExtensions = "^0.1.1, ^1" JSON = "≥ 0.19.0" MacroTools = "≥ 0.4.4" NodeJS = "≥ 0.5.1" Requires = "≥ 0.5.2" Rsvg = "≥ 0.2.2" -TableTraits = "≥ 0.3.1" +TableTraits = "^0.3.1, ^0.4, ^1" URIParser = "≥ 0.4.0" julia = "1"