fix: update to Cargo.lock

This commit is contained in:
Valentin Weber 2025-07-19 17:03:55 +02:00
parent be57449df2
commit 9929cf70bb
No known key found for this signature in database
GPG key ID: 44797000F143F522

11
Cargo.lock generated
View file

@ -125,6 +125,7 @@ dependencies = [
"time",
"tokio",
"toml",
"u8g2-fonts",
"uuid",
"zerocopy",
]
@ -1104,6 +1105,16 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64"
[[package]]
name = "u8g2-fonts"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e4bdc43a7fb3720ece9ba4405b57db4fc479ad6af6b57090f6ff4c040f5d54b"
dependencies = [
"embedded-graphics",
"embedded-graphics-core",
]
[[package]]
name = "unicode-ident"
version = "1.0.12"