Skip to content

Commit 166d354

Browse files
committed
chore: update dependencies
1 parent b195aa6 commit 166d354

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ static_cell = { version = "2.1.0", features = ["nightly"] }
2020
heapless = { version = "0.8.0", default-features = false }
2121
esp-alloc = "0.7.0"
2222
esp-hal-wifimanager = { git = "https://github.com/filipton/esp-hal-wifimanager", default-features = false, features = ["ap", "ble"] }
23-
serde = { version = "1.0.218", features = ["alloc", "derive"], default-features = false }
24-
serde_json = { version = "1.0.139", default-features = false, features = ["alloc"] }
23+
serde = { version = "1.0.219", features = ["alloc", "derive"], default-features = false }
24+
serde_json = { version = "1.0.140", default-features = false, features = ["alloc"] }
2525
adv-shift-registers = "0.2.5"
2626
embedded-hal = "1.0.0"
2727
esp-hal-mdns = "0.1.0"
@@ -40,7 +40,7 @@ dyn-smooth = "0.2.0"
4040
esp-hal-ota = { version = "0.4.0", features = [] }
4141
esp32c3 = { version = "0.28.0", optional = true }
4242
esp32 = { version = "0.36.0", optional = true }
43-
anyhow = { version = "1.0.96", default-features = false }
43+
anyhow = { version = "1.0.97", default-features = false }
4444
embedded-hal-bus = { version = "0.3.0", features = ["async"] }
4545
embedded-tls = { version = "0.17.0", default-features = false, features = ["alloc", "embedded-io-adapters", "log"] }
4646
rand_core = { version = "0.6.4", features = ["getrandom"] }

0 commit comments

Comments
 (0)