From 949fff46438b920a98263493eae3ebfd97d133dd Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Mon, 10 Nov 2025 12:22:00 +0100 Subject: [PATCH] utilada_aws 2.8.2 metadata (#1662) This only update the `xmlada` or `aws` dependencies in the crate declaration so that these two crates can be used with AWS 25 + XML 25 as well as AWS 25 + XML 24 The declarations: aws = "^24.0" xmlada = "^24.0" are not enough to allow that and the pull request only change them to accept ^25.0 explicitly. --- index/ut/utilada_aws/utilada_aws-2.8.2.toml | 2 +- index/ut/utilada_xml/utilada_xml-2.8.2.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index/ut/utilada_aws/utilada_aws-2.8.2.toml b/index/ut/utilada_aws/utilada_aws-2.8.2.toml index 1e0d0135..b0c43b93 100644 --- a/index/ut/utilada_aws/utilada_aws-2.8.2.toml +++ b/index/ut/utilada_aws/utilada_aws-2.8.2.toml @@ -28,7 +28,7 @@ An alternate HTTP backend is provided by CURL with `utilada_curl`. [[depends-on]] utilada = "^2.8.1" -aws = "^24.0" +aws = "^24.0|^25.0" [gpr-externals] UTIL_AWS_IMPL = ["1", "2", "3"] diff --git a/index/ut/utilada_xml/utilada_xml-2.8.2.toml b/index/ut/utilada_xml/utilada_xml-2.8.2.toml index 32e5daae..4fec7a92 100644 --- a/index/ut/utilada_xml/utilada_xml-2.8.2.toml +++ b/index/ut/utilada_xml/utilada_xml-2.8.2.toml @@ -25,7 +25,7 @@ This library provides a serialization framework on top of XML/Ada for Ada Utilit [[depends-on]] utilada = "^2.8.2" -xmlada = "^24.0" +xmlada = "^24.0|^25.0" [gpr-externals] UTIL_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"]