From 0e79b0217b48b974ac79f05c37c7633b21c6c24d Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Thu, 5 Jun 2025 15:02:09 +0000 Subject: [PATCH] Update Rust crate numtoa to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a01acd6..9dba207 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ embassy-usb = { version = "0.1.0", git = "https://github.com/embassy-rs/embassy" embassy-time = { version = "0.1.2", git = "https://github.com/embassy-rs/embassy", features = ["defmt-timestamp-uptime"] } embassy-futures = { version = "0.1.0", git = "https://github.com/embassy-rs/embassy" } -numtoa = "0.2.4" +numtoa = "0.3.0" usbd-hid = "0.6.1" defmt-rtt = "0.4" -- 2.47.1