From 6ed9f9ea0a2b7ca30d4055f8293a853f0ce4a20a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:11:54 +0000 Subject: [PATCH] chore(deps): update rstest requirement from ^0.17.0 to ^0.18.1 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/0.17.0...v0.18.1) --- updated-dependencies: - dependency-name: rstest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/plex-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/plex-api/Cargo.toml b/crates/plex-api/Cargo.toml index 3ffd03cb..b36181b7 100644 --- a/crates/plex-api/Cargo.toml +++ b/crates/plex-api/Cargo.toml @@ -42,7 +42,7 @@ regex = "^1.7" httpmock = "^0.6" async-std = { version = "^1.12", features = ["attributes"] } plex-api-test-helper = { path = "../plex-api-test-helper" } -rstest = "^0.17.0" +rstest = "^0.18.1" rpassword = "^7.2" dash-mpd = "^0.10.0" hls_m3u8 = "^0.4.1"