Skip to content

Commit

Permalink
chore(deps): update rstest requirement from ^0.17.0 to ^0.18.1
Browse files Browse the repository at this point in the history
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](la10736/rstest@0.17.0...v0.18.1)

---
updated-dependencies:
- dependency-name: rstest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 10, 2023
1 parent 95cb1aa commit 6ed9f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/plex-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6ed9f9e

Please sign in to comment.