From 3e25dd380bcc58628598c87eb1db751209081ad6 Mon Sep 17 00:00:00 2001 From: Jared Burce Date: Wed, 27 May 2026 02:03:21 -0700 Subject: [PATCH] Bump defmt to version 1.1 --- Cargo.lock | 56 +++++++++++++++++++++++++++--------------------------- Cargo.toml | 2 +- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ae449d..5b004e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,14 +201,14 @@ version = "0.3.100" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0963443817029b2024136fc4dd07a5107eb8f977eaf18fcd1fdeb11306b64ad" dependencies = [ - "defmt 1.0.1", + "defmt 1.1.0", ] [[package]] name = "defmt" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "548d977b6da32fa1d1fda2876453da1e7df63ad0304c8b3dae4dbe7b96f39b78" +checksum = "a6e524506490a1953d237cb87b1cfc1e46f88c18f10a22dfe0f507dc6bfc7f7f" dependencies = [ "bitflags 1.3.2", "defmt-macros", @@ -216,9 +216,9 @@ dependencies = [ [[package]] name = "defmt-macros" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d4fc12a85bcf441cfe44344c4b72d58493178ce635338a3f3b78943aceb258e" +checksum = "f0a27770e9c8f719a79d8b638281f4d828f77d8fd61e0bd94451b9b85e576a0b" dependencies = [ "defmt-parser", "proc-macro-error2", @@ -289,7 +289,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06070468370195e0e86f241c8e5004356d696590a678d47d6676795b2e439c6b" dependencies = [ "critical-section", - "defmt 1.0.1", + "defmt 1.1.0", "document-features", "embassy-executor-macros", "embassy-executor-timer-queue", @@ -319,7 +319,7 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc2d050bdc5c21e0862a89256ed8029ae6c290a93aecefc73084b3002cdebb01" dependencies = [ - "defmt 1.0.1", + "defmt 1.1.0", ] [[package]] @@ -353,7 +353,7 @@ checksum = "73974a3edbd0bd286759b3d483540f0ebef705919a5f56f4fc7709066f71689b" dependencies = [ "cfg-if", "critical-section", - "defmt 1.0.1", + "defmt 1.1.0", "embedded-io-async 0.6.1", "futures-core", "futures-sink", @@ -382,7 +382,7 @@ checksum = "592b0c143ec626e821d4d90da51a2bd91d559d6c442b7c74a47d368c9e23d97a" dependencies = [ "cfg-if", "critical-section", - "defmt 1.0.1", + "defmt 1.1.0", "document-features", "embassy-time-driver", "embedded-hal 0.2.7", @@ -479,7 +479,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9eb1aa714776b75c7e67e1da744b81a129b3ff919c8712b5e1b32252c1f07cc7" dependencies = [ - "defmt 1.0.1", + "defmt 1.1.0", ] [[package]] @@ -498,7 +498,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2564b9f813c544241430e147d8bc454815ef9ac998878d30cc3055449f7fd4c0" dependencies = [ - "defmt 1.0.1", + "defmt 1.1.0", "embedded-io 0.7.1", ] @@ -523,7 +523,7 @@ version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25b07a8dfbbbfc0064c0a6bdf9edcf966de6b1c33ce344bdeca3b41615452634" dependencies = [ - "defmt 1.0.1", + "defmt 1.1.0", "enumset_derive", ] @@ -553,7 +553,7 @@ checksum = "641e43d6a60244429117ef2fa7a47182120c7561336ea01f6fb08d634f46bae1" dependencies = [ "allocator-api2", "cfg-if", - "defmt 1.0.1", + "defmt 1.1.0", "document-features", "enumset", "esp-config", @@ -569,7 +569,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02a56964ab5479ac20c9cf76fa3b0d3f2233b20b5d8554e81ef5d65f63c20567" dependencies = [ "cfg-if", - "defmt 1.0.1", + "defmt 1.1.0", "document-features", "embedded-storage", "esp-config", @@ -604,7 +604,7 @@ dependencies = [ "bytemuck", "cfg-if", "critical-section", - "defmt 1.0.1", + "defmt 1.1.0", "delegate", "digest", "document-features", @@ -688,7 +688,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "502744a5b1e7268d27fd2a4e56ad45efe42ead517d6c517a6961540de949b0ee" dependencies = [ - "defmt 1.0.1", + "defmt 1.1.0", "document-features", "riscv", "riscv-rt", @@ -714,7 +714,7 @@ checksum = "162ec711c8d06e79c67b75d01595539e86b0aac209643af98ca87a12250428b3" dependencies = [ "allocator-api2", "cfg-if", - "defmt 1.0.1", + "defmt 1.1.0", "document-features", "embassy-executor", "embassy-sync 0.7.2", @@ -737,7 +737,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d44974639b4e88914f83fe60d2832c00276657d7d857628fdfc966cc7302e8a8" dependencies = [ "cfg-if", - "defmt 1.0.1", + "defmt 1.1.0", "document-features", "embassy-sync 0.6.2", "embassy-sync 0.7.2", @@ -766,7 +766,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b76170a463d18f888a1ad258031901036fd827a9ef126733053ba5f8739fb0c8" dependencies = [ "critical-section", - "defmt 1.0.1", + "defmt 1.1.0", "vcell", ] @@ -777,7 +777,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e62cf8932966b8d445b6f1832977b468178f0a84effb2e9fda89f60c24d45aa3" dependencies = [ "critical-section", - "defmt 1.0.1", + "defmt 1.1.0", "vcell", ] @@ -788,7 +788,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "356af3771d0d6536c735bf71136594f4d1cbb506abf6e0c51a6639e9bf4e7988" dependencies = [ "critical-section", - "defmt 1.0.1", + "defmt 1.1.0", "vcell", ] @@ -799,7 +799,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f5e511df672d79cd63365c92045135e01ba952b6bddd25b660baff5e1110f6b" dependencies = [ "critical-section", - "defmt 1.0.1", + "defmt 1.1.0", "vcell", ] @@ -810,7 +810,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed4a50bbd1380931e095e0973b9b12f782a9c481f2edf1f7c42e7eb4ff736d6d" dependencies = [ "critical-section", - "defmt 1.0.1", + "defmt 1.1.0", "vcell", ] @@ -821,7 +821,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98574d4c577fbe888fe3e6df7fc80d25a05624d9998f7d7de1500ae21fcca78f" dependencies = [ "critical-section", - "defmt 1.0.1", + "defmt 1.1.0", "vcell", ] @@ -832,7 +832,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1810d8ee4845ef87542af981e38eb80ab531d0ef1061e1486014ab7af74c337a" dependencies = [ "critical-section", - "defmt 1.0.1", + "defmt 1.1.0", "vcell", ] @@ -1083,7 +1083,7 @@ name = "padmapper" version = "0.1.0" dependencies = [ "critical-section", - "defmt 1.0.1", + "defmt 1.1.0", "embassy-executor", "embassy-time", "embedded-io 0.7.1", @@ -1226,7 +1226,7 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d07b9f3a0eff773fc4df11f44ada4fa302e529bff4b7fe7e6a4b98a65ce9174" dependencies = [ - "defmt 1.0.1", + "defmt 1.1.0", "riscv", "riscv-pac", "riscv-rt-macros", @@ -1597,7 +1597,7 @@ version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8709f037fb123fe7ff146d2bce86f9dc0dfc53045c016bfd9d703317b6502845" dependencies = [ - "defmt 1.0.1", + "defmt 1.1.0", "document-features", "xtensa-lx", "xtensa-lx-rt-proc-macros", diff --git a/Cargo.toml b/Cargo.toml index cf89e2e..1eb670f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ esp-rtos = { version = "0.2.0", features = [ "esp32s3", ] } -defmt = "1.0.1" +defmt = "1.1.0" esp-bootloader-esp-idf = { version = "0.4.0", features = ["defmt", "esp32s3"] } embassy-executor = { version = "0.9.1", features = ["defmt"] }