From dd0360814cd6a6b436f9b19432a6f53be7e723de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:35:11 +0000 Subject: [PATCH] build(deps): bump embedded-hal-bus from 0.2.0 to 0.3.0 Bumps [embedded-hal-bus](https://github.com/rust-embedded/embedded-hal) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/rust-embedded/embedded-hal/releases) - [Commits](https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-bus-v0.2.0...embedded-hal-bus-v0.3.0) --- updated-dependencies: - dependency-name: embedded-hal-bus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- urukul/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb57c8835..d1156cb63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,13 +275,12 @@ dependencies = [ [[package]] name = "embedded-hal-bus" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d3980bf28e8577db59fe2bdb3df868a419469d2cecb363644eea2b6f7797669" +checksum = "513e0b3a8fb7d3013a8ae17a834283f170deaf7d0eeab0a7c1a36ad4dd356d22" dependencies = [ "critical-section", "embedded-hal 1.0.0", - "portable-atomic", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 74c9e3554..5d767b787 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ embedded-hal-02 = { package = "embedded-hal", version = "0.2.7", features = [ "unproven", ] } embedded-hal-1 = { package = "embedded-hal", version = "1.0" } -embedded-hal-bus = "0.2.0" +embedded-hal-bus = "0.3.0" urukul = { version = "0.1.1", path = "urukul" } ad9912 = { version = "0.1.1", path = "ad9912" } diff --git a/urukul/Cargo.toml b/urukul/Cargo.toml index 232880eac..3a391a913 100644 --- a/urukul/Cargo.toml +++ b/urukul/Cargo.toml @@ -17,7 +17,7 @@ arbitrary-int = { version = "1.3.0", features = ["serde"] } thiserror = { version = "2.0.11", default-features = false } num-traits = { version = "0.2.19", default-features = false } embedded-hal = { version = "1.0" } -embedded-hal-bus = "0.2.0" +embedded-hal-bus = "0.3.0" bitbybit = "1.3.3" ad9912 = { version = "0.1.1", path = "../ad9912" } log = "0.4"