aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/Cargo.toml
diff options
context:
space:
mode:
authorYuri Astrakhan <[email protected]>2025-05-18 20:51:15 +0200
committerDario Nieuwenhuis <[email protected]>2025-05-18 20:52:09 +0200
commitef0f29f0ede245671ffd82fcf384a9105f174c24 (patch)
treefeeeb499bf2772a77b1b71b503b173b6890ec22e /embassy-sync/Cargo.toml
parent51d0252194cd69f73bade2aaeef3163f3cc7453f (diff)
Update defmt dependencies
Diffstat (limited to 'embassy-sync/Cargo.toml')
-rw-r--r--embassy-sync/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-sync/Cargo.toml b/embassy-sync/Cargo.toml
index 92ee38ed9..65cade317 100644
--- a/embassy-sync/Cargo.toml
+++ b/embassy-sync/Cargo.toml
@@ -24,7 +24,7 @@ std = []
24turbowakers = [] 24turbowakers = []
25 25
26[dependencies] 26[dependencies]
27defmt = { version = "0.3", optional = true } 27defmt = { version = "1.0.1", optional = true }
28log = { version = "0.4.14", optional = true } 28log = { version = "0.4.14", optional = true }
29 29
30futures-sink = { version = "0.3", default-features = false, features = [] } 30futures-sink = { version = "0.3", default-features = false, features = [] }