From 3d2ab89f85361cc598d15280f25384c6615f1755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 12:57:00 +0000 Subject: [PATCH] Update esp-println requirement from 0.5.0 to 0.6.0 Updates the requirements on [esp-println](https://github.com/esp-rs/esp-println) to permit the latest version. - [Release notes](https://github.com/esp-rs/esp-println/releases) - [Commits](https://github.com/esp-rs/esp-println/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: esp-println dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92ee3d8..a9776dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" [dependencies] hal = { package = "esp32c3-hal", version = "0.9.0", features=["embassy", "async", "embassy-time-timg0"]} esp-backtrace = { version = "0.7.0", features = ["esp32c3", "panic-handler", "print-uart"] } -esp-println = { version = "0.5.0", features = ["esp32c3", "log"] } +esp-println = { version = "0.6.0", features = ["esp32c3", "log"] } esp-alloc = { version = "0.3.0" } esp-wifi = { git="https://github.com/esp-rs/esp-wifi", features = ["esp32c3", "async", "esp-now"], rev = "8e35b68c4aaed2c6a4d1159dd1c1287a5a2359be"} embassy-sync = "0.2.0"