From e6615f0c1307e963fa1d2af164b6c32ab7c2736f Mon Sep 17 00:00:00 2001
From: CompatHelper Julia <compathelper_noreply@julialang.org>
Date: Mon, 18 Nov 2024 00:15:13 +0000
Subject: [PATCH] CompatHelper: bump compat for StructArrays to 0.7, (keep
 existing compat)

---
 Project.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Project.toml b/Project.toml
index 97870ef8..716da1c4 100644
--- a/Project.toml
+++ b/Project.toml
@@ -96,7 +96,7 @@ SpecialFunctions = "0.10, 1, 2"
 StaticArraysCore = "1"
 Statistics = "1.8"
 StatsBase = "0.33,0.34"
-StructArrays = "0.5,0.6"
+StructArrays = "0.5,0.6, 0.7"
 Tables = "1"
 TransformVariables = "0.8"
 VLBIImagePriors = "0.9"