From f700978d4b97234334f93efbefd05f418ec12977 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 08:55:56 +0000 Subject: [PATCH] chore(deps): bump rstest from 0.26.1 to 0.27.0 Bumps [rstest](https://github.com/la10736/rstest) from 0.26.1 to 0.27.0. - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/v0.26.1...v0.27.0) --- updated-dependencies: - dependency-name: rstest dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2529044629972..30cf98959d309 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5367,9 +5367,9 @@ dependencies = [ [[package]] name = "rstest" -version = "0.26.1" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5a3193c063baaa2a95a33f03035c8a72b83d97a54916055ba22d35ed3839d49" +checksum = "948203e6d13b83e51a90d7cf236dd58a0065f23f4b902f00f306e7eb2bd09b9c" dependencies = [ "futures-timer", "futures-util", @@ -5378,9 +5378,9 @@ dependencies = [ [[package]] name = "rstest_macros" -version = "0.26.1" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c845311f0ff7951c5506121a9ad75aec44d083c31583b2ea5a30bcb0b0abba0" +checksum = "a8d92eaf7b6e51e12471d71ddc72608e7151573de44099aacfbb1128177c0da4" dependencies = [ "cfg-if", "glob", diff --git a/Cargo.toml b/Cargo.toml index 5f11c5717c4f5..c92821c7fec4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -196,7 +196,7 @@ prost = "0.14.1" rand = "0.9" recursive = "0.1.1" regex = "1.12" -rstest = "0.26.1" +rstest = "0.27.0" serde_json = "1" sha2 = "^0.11.0" sqlparser = { version = "0.62.0", default-features = false, features = ["std", "visitor"] }