diff --git a/Project.toml b/Project.toml index 167cb9aa..80e6073d 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ name = "Arrow" uuid = "69666777-d1a9-59fb-9406-91d4454c9d45" authors = ["quinnj "] -version = "2.6.2" +version = "2.6.3" [deps] ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd" @@ -41,7 +41,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" ArrowTypes = "1.1,2" BitIntegers = "0.2, 0.3" CodecLz4 = "0.4" -CodecZstd = "0.7" +CodecZstd = "0.7, 0.8" ConcurrentUtilities = "2" DataAPI = "1" EnumX = "1" @@ -50,5 +50,5 @@ PooledArrays = "0.5, 1.0" SentinelArrays = "1" Tables = "1.1" TimeZones = "1" -TranscodingStreams = "0.9.12" +TranscodingStreams = "0.9.12, 0.10" julia = "1.6"