Update cassette requirement from 0.2 to 0.3 (#920)

Updates the requirements on [cassette](https://github.com/jamesmunns/cassette) to permit the latest version.
- [Release notes](https://github.com/jamesmunns/cassette/releases)
- [Commits](https://github.com/jamesmunns/cassette/compare/v0.2.1...v0.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-05-22 19:48:08 +02:00 committed by GitHub
parent ed7ed50c25
commit 9989af1b97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,5 +27,5 @@ fugit = "0.3.7"
[dev-dependencies]
parking_lot = "0.12"
cassette = "0.2"
cassette = "0.3"
cooked-waker = "5.0.0"