diff --git a/Project.toml b/Project.toml index 5f161eab..cca2fdf3 100644 --- a/Project.toml +++ b/Project.toml @@ -45,7 +45,7 @@ FlexiMapsStructArraysExt = ["FlexiMaps", "StructArrays"] [compat] Accessors = "0.1.36" -ColorTypes = "0.11" +ColorTypes = "0.11, 0.12" CompositionsBase = "0.1.2" ConstructionBase = "1.5.1" DataPipes = "0.3.5" @@ -59,7 +59,7 @@ LinearAlgebra = "1" Reexport = "1.2.2" Skipper = "0.1.11" StaticArrays = "1.5.6" -StructArrays = "0.6.21" +StructArrays = "0.6.21, 0.7.1" Tables = "1" Test = "1" URIs = "1.4" diff --git a/test/Project.toml b/test/Project.toml index ab39622f..87f4ddae 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -31,7 +31,6 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" # only needed for running upst [compat] Aqua = "0.8" -ColorTypes = "0.11" CompatHelperLocal = "0.1.24" DictArrays = "0.1.4" Dictionaries = "0.3,0.4" @@ -43,7 +42,6 @@ InverseFunctions = "0.1.7" OffsetArrays = "1.12.7" Skipper = "0.1.11" StaticArrays = "1.5.6" -StructArrays = "0.6.8" Tables = "1" TestItemRunner = "1" TestItems = "1"