1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-15 05:22:12 +02:00

cargo: bump the patch group in /src/bare-metal/aps/examples with 1 update (#1871)

Bumps the patch group in /src/bare-metal/aps/examples with 1 update:
[log](https://github.com/rust-lang/log).

Updates `log` from 0.4.20 to 0.4.21

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-04 10:54:04 +00:00 committed by GitHub
parent adff70d025
commit 64e3a88d80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.20"
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "scopeguard"

View File

@ -8,7 +8,7 @@ publish = false
[dependencies]
bitflags = "2.4.2"
log = "0.4.17"
log = "0.4.21"
smccc = "0.1.1"
spin = "0.9.8"