From 9bb2f9dc68eed6c8830c19e1388698f3ebad8713 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Sat, 2 Aug 2025 00:02:45 +0000 Subject: [PATCH] CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9f5edcc..982ffd9 100644 --- a/Project.toml +++ b/Project.toml @@ -16,7 +16,7 @@ URIs = "5c2747f8-b7ea-4ff2-ba2e-563bfd36b1d4" [compat] Base64 = "1" -DataStructures = "0.18.20" +DataStructures = "0.18.20, 0.19" Dates = "1" JSON3 = "1" Logging = "1"