mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
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:
parent
ed7ed50c25
commit
9989af1b97
1 changed files with 1 additions and 1 deletions
|
@ -27,5 +27,5 @@ fugit = "0.3.7"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12"
|
||||||
cassette = "0.2"
|
cassette = "0.3"
|
||||||
cooked-waker = "5.0.0"
|
cooked-waker = "5.0.0"
|
||||||
|
|
Loading…
Reference in a new issue