From 7f7d0a536d8045ed8f254fe75d9aa0d646c7a750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 00:03:35 +0200 Subject: [PATCH] examples: uno: Update pwm-pca9685 dependency to 1.0 --- examples/arduino-uno/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/arduino-uno/Cargo.toml b/examples/arduino-uno/Cargo.toml index 31956a5b4f..c29850017b 100644 --- a/examples/arduino-uno/Cargo.toml +++ b/examples/arduino-uno/Cargo.toml @@ -10,7 +10,7 @@ panic-halt = "0.2.0" ufmt = "0.2.0" nb = "1.1.0" embedded-hal = "1.0" -pwm-pca9685 = "0.3.1" +pwm-pca9685 = "1.0.0" infrared = "0.14.1" embedded-storage = "0.2"