From 9989af1b97ce7111939708bb83a3cc9e871a3216 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 19:48:08 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rtic-time/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtic-time/Cargo.toml b/rtic-time/Cargo.toml index 93d3224a7a..154b68cc04 100644 --- a/rtic-time/Cargo.toml +++ b/rtic-time/Cargo.toml @@ -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"