Update bootloader version in Cargo.lock

This commit is contained in:
Philipp Oppermann
2024-01-28 11:44:23 +01:00
parent 6393247a3b
commit 66c1792034

4
Cargo.lock generated
View File

@@ -11,6 +11,6 @@ dependencies = [
[[package]] [[package]]
name = "bootloader" name = "bootloader"
version = "0.9.23" version = "0.9.24"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6e02311b16c9819e7c72866d379cdd3026c3b7b25c1edf161f548f8e887e7ff" checksum = "c6f4dd3d0a9b440470ea52afcb5f9f09eeefbe36d1d0c29bae397f493d9fddb1"