build(deps): bump log from 0.4.20 to 0.4.21

Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21)

---
updated-dependencies:
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-03-20 23:53:26 +00:00
committed by Karolin Varner
parent 16c0080cdc
commit 0edfb625e8
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ allocator-api2-tests = "0.2.14"
memsec = "0.6.3"
rand = "0.8.5"
typenum = "1.17.0"
log = { version = "0.4.20" }
log = { version = "0.4.21" }
clap = { version = "4.4.10", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }
arbitrary = { version = "1.3.2", features = ["derive"] }