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"