update deps

This commit was merged in pull request #39.
This commit is contained in:
2026-08-24 20:07:54 +02:00
parent ce661a4bde
commit 25ddf8ca25
2 changed files with 7 additions and 40 deletions
+1 -3
View File
@@ -40,9 +40,8 @@ embedded-hal = "1.0.0"
embedded-hal-bus = "0.3.0"
embedded-graphics = "0.8.2"
embedded-graphics-core = "0.4.1"
base64 = { version = "0.22", default-features = false, features = ["alloc"] }
base64 = { version = "0.23.1", default-features = false, features = ["alloc"] }
pn532 = "0.5.0"
ndef = "0.5.0"
num_enum = { version = "0.7.6", default-features = false }
embassy-sync = "0.8.0"
embedded-hal-async = "1.0.0"
@@ -52,7 +51,6 @@ ch1115 = { version = "0.1.2", features = ["graphics"] }
[patch.crates-io]
ch1115 = { git = "https://github.com/ede1998/ch1115.git", rev = "2d3a3ba38050efe012e6a210afe3e125ec280c37" }
i2c-character-display = { git = "https://github.com/ede1998/i2c-character-display.git", rev = "57aef1f49da183c120b8e995ef77549e3515d3c6" }
# For fine tuning these settings, please refer to https://doc.rust-lang.org/cargo/reference/profiles.html
[profile.dev]