From 5431f2e2b541c6edb43e9b020464fbbc58ad6e24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:17:34 +0000 Subject: [PATCH] chore(deps): Update rstest requirement from 0.18.1 to 0.19.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.18.1...v0.19.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 50da3e5..5dad16f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ itertools = "0.11.0" criterion = { version = "0.5.1", features = ["html_reports"] } fst = "0.4.7" phf = { version = "0.11.1", features = ["macros"] } -rstest = "0.18.1" +rstest = "0.19.0" trie-rs = "0.1.1" [workspace]