From cdac860881f905e2ee613b61c35b556eae9d744d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 21:52:30 +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] --- connector_arrow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector_arrow/Cargo.toml b/connector_arrow/Cargo.toml index 722b92e..f77cea5 100644 --- a/connector_arrow/Cargo.toml +++ b/connector_arrow/Cargo.toml @@ -80,7 +80,7 @@ similar-asserts = { version = "1.5.0" } half = "2.3.1" rand = { version = "0.8.5", default-features = false } rand_chacha = "0.3.1" -rstest = { version = "0.22.0", default-features = false } +rstest = { version = "0.23.0", default-features = false } url = "2.5.0"