Skip to content

Commit 3fe80d7

Browse files
committed
feat: update pcb proj
1 parent d4e2e66 commit 3fe80d7

File tree

4 files changed

+5
-5
lines changed

4 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ heapless = { version = "0.8.0", default-features = false }
2121
esp-alloc = "0.8.0"
2222
esp-hal-wifimanager = { version = "0.1.0", default-features = false, features = ["ap", "ble", "esp32c3"] }
2323
serde = { version = "1.0.219", features = ["alloc", "derive"], default-features = false }
24-
serde_json = { version = "1.0.140", default-features = false, features = ["alloc"] }
24+
serde_json = { version = "1.0.142", 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"
@@ -37,7 +37,7 @@ critical-section = "1.2.0"
3737
getrandom = { version = "=0.2.15", features = ["custom"] }
3838
uuid = { version = "=1.12.1", default-features = false, features = ["v4"] }
3939
dyn-smooth = "0.2.0"
40-
esp-hal-ota = { version = "0.4.2", features = ["esp32c3"] }
40+
esp-hal-ota = { version = "0.4.3", features = ["esp32c3"] }
4141
esp32c3 = { version = "0.30.0" }
4242
anyhow = { version = "1.0.98", default-features = false }
4343
embedded-hal-bus = { version = "0.3.0", features = ["async"] }

FKM3.epro

161 KB
Binary file not shown.

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ convert_case = "0.8.0"
1111
proc-macro2 = "1.0.95"
1212
quote = "1.0.40"
1313
serde = { version = "1.0.219", features = ["derive"] }
14-
serde_json = "1.0.140"
14+
serde_json = "1.0.142"
1515
syn = { version = "2.0.104", features = ["extra-traits", "full"] }

0 commit comments

Comments
 (0)