aboutsummaryrefslogtreecommitdiff
path: root/rtic-time/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-22 19:48:08 +0200
committerGitHub <noreply@github.com>2024-05-22 17:48:08 +0000
commit9989af1b97ce7111939708bb83a3cc9e871a3216 (patch)
treeff59ee919c07990d39fcb5bb8f9b3b6335df5731 /rtic-time/Cargo.toml
parented7ed50c25ace5c724246d367b713a844cfcd527 (diff)
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>
Diffstat (limited to 'rtic-time/Cargo.toml')
-rw-r--r--rtic-time/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtic-time/Cargo.toml b/rtic-time/Cargo.toml
index 93d3224..154b68c 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"