Update bootloader version in Cargo.lock

This commit is contained in:
Philipp Oppermann
2024-02-16 12:36:31 +01:00
parent b99c3f6d1d
commit bebad6d5a9

4
Cargo.lock generated
View File

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