From a44f5ad7c406c82034d6db68a14eddc2b391deac Mon Sep 17 00:00:00 2001 From: Jacob Quinn Date: Fri, 10 May 2024 10:38:55 -0600 Subject: [PATCH] bump dep compats --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 65fea5d..c3de654 100644 --- a/Project.toml +++ b/Project.toml @@ -17,10 +17,10 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] -CodecBzip2 = "0.7" +CodecBzip2 = "0.7, 0.8" CodecXz = "0.7" CodecZlib = "0.7" -CodecZstd = "0.7" +CodecZstd = "0.7, 0.8" JSON3 = "1" SentinelArrays = "1" StructTypes = "1.5"