From 11c3fed76a644b72897a234473f42cd995f1e7e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 05:09:06 +0900 Subject: [PATCH] Bump rtic-monotonics from 2.0.2 to 2.0.3 (#4) Bumps [rtic-monotonics](https://github.com/rtic-rs/rtic) from 2.0.2 to 2.0.3. - [Commits](https://github.com/rtic-rs/rtic/commits) --- updated-dependencies: - dependency-name: rtic-monotonics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03bc970..0223086 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1108,9 +1108,9 @@ dependencies = [ [[package]] name = "rtic-monotonics" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e17f88319061d17d3b99997263397b176e3260177e2b4ff4ffed0078d97894c" +checksum = "f1cb90bcfdbbacf3ca37340cdab52ec2de5611c744095ef7889e9c50c233b748" dependencies = [ "cfg-if", "cortex-m", diff --git a/Cargo.toml b/Cargo.toml index 86a95f6..da307cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ default-features = false features = ["thumbv6-backend"] [workspace.dependencies.rtic-monotonics] -version = "2.0.2" +version = "2.0.3" default-features = false features = ["rp2040"]