Skip to content

Commit cdc415d

Browse files
committed
bump dependencies for log, embassy-net, embassy-executor, and embedded-text
1 parent 749e5b6 commit cdc415d

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ esp-rtos = { version = "0.1.1", features = [
1919
] }
2020

2121
esp-bootloader-esp-idf = { version = "0.3.0", features = ["esp32s3"] }
22-
log = "0.4.27"
22+
log = "0.4.28"
2323

24-
embassy-net = { version = "0.7.0", features = [
24+
embassy-net = { version = "0.7.1", features = [
2525
"dhcpv4",
2626
"log",
2727
"medium-ethernet",
@@ -39,7 +39,7 @@ esp-backtrace = { version = "0.18.0", features = [
3939
] }
4040
esp-println = { version = "0.16.0", features = ["esp32s3", "log-04"] }
4141
# for more networking protocol support see https://crates.io/crates/edge-net
42-
embassy-executor = { version = "0.9.0", features = ["log"] }
42+
embassy-executor = { version = "0.9.1", features = ["log"] }
4343
embassy-time = { version = "0.5.0", features = ["log"] }
4444
esp-radio = { version = "0.16.0", features = [
4545
"esp-alloc",
@@ -52,7 +52,7 @@ esp-radio = { version = "0.16.0", features = [
5252
mipidsi = { version = "0.9.0" }
5353
heapless = { version = "0.8.0", default-features = false }
5454
rust-mqtt = { version = "0.3.0", default-features = false, features = [] }
55-
embedded-text = "0.7.2"
55+
embedded-text = "0.7.3"
5656
embedded-graphics = { version = "0.8.1", features = [] }
5757
embedded-hal = { version = "1.0.0", features = [] }
5858
serde = { version = "1.0.228", default-features = false, features = ["derive"] }

0 commit comments

Comments
 (0)