From 358542b7ed1e89f33621c2ca89a95198e6d59b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:58:11 +0000 Subject: [PATCH] chore: bump rstest from 0.23.0 to 0.24.0 Bumps [rstest](https://github.com/la10736/rstest) from 0.23.0 to 0.24.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.23.0...v0.24.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- prqlc/prqlc/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 124f6f8f34ad..77da2ff462ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3329,21 +3329,21 @@ dependencies = [ [[package]] name = "rstest" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a2c585be59b6b5dd66a9d2084aa1d8bd52fbdb806eafdeffb52791147862035" +checksum = "03e905296805ab93e13c1ec3a03f4b6c4f35e9498a3d5fa96dc626d22c03cd89" dependencies = [ - "futures", "futures-timer", + "futures-util", "rstest_macros", "rustc_version", ] [[package]] name = "rstest_macros" -version = "0.23.0" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "825ea780781b15345a146be27eaefb05085e337e869bff01b4306a4fd4a9ad5a" +checksum = "ef0053bbffce09062bee4bcc499b0fbe7a57b879f1efe088d6d8d4c7adcdef9b" dependencies = [ "cfg-if", "glob", diff --git a/prqlc/prqlc/Cargo.toml b/prqlc/prqlc/Cargo.toml index e15f8d509502..9f281f6695e0 100644 --- a/prqlc/prqlc/Cargo.toml +++ b/prqlc/prqlc/Cargo.toml @@ -133,7 +133,7 @@ criterion = { version = "0.5.1", default-features = false } glob = { version = "0.3.2" } insta = { workspace = true } insta-cmd = { workspace = true } -rstest = "0.23.0" +rstest = "0.24.0" similar = { workspace = true } similar-asserts = { workspace = true } tempfile = { version = "3.15.0" }