Update ui_test requirement from 0.29.1 to 0.30.1 (#19799)

# Objective

- Fixes #19670

## Solution

- Updated breaking code to be able to upgrade `ui_test` to the latest
version.

## Testing

- CI checks.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Martín Maita 2025-06-30 20:19:46 +02:00 committed by GitHub
parent c6a6afc60a
commit d7ce35234f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
publish = false
[dependencies]
ui_test = "0.29.1"
ui_test = "0.30.1"
[[test]]
name = "example"

View File

@ -123,7 +123,8 @@ pub fn test_with_multiple_configs(
let emitter: Box<dyn StatusEmitter + Send> = if env::var_os("CI").is_some() {
Box::new((
Text::verbose(),
Gha::<true> {
Gha {
group: true,
name: test_name.into(),
},
))