From 801e7eb1b634cda07bf5ad62f68b0046b3bc7a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:10:23 +0000 Subject: [PATCH] build(deps): update rstest requirement from 0.22.0 to 0.23.0 Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version. - [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.22.0...v0.23.0) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 276575d..7273001 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ thiserror = "1.0" [dev-dependencies] criterion = "0.5.1" -rstest = { version = "0.22.0", default-features = false } +rstest = { version = "0.23.0", default-features = false } rust_decimal = { version = "1.35", default-features = false } miette = { version = "5.10", features = ["fancy"] } chumsky = "0.9.3"