build: bump log from 0.4.14 to 0.4.16

Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16.
- [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/commits)

---
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]
2022-03-25 16:52:26 +00:00
parent 648b61d1cc
commit 86a54a2658
17 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ hypervisor = { path = "../hypervisor" }
lazy_static = "1.4.0"
libc = "0.2.121"
linux-loader = { version = "0.4.0", features = ["elf", "bzimage", "pe"] }
log = "0.4.14"
log = "0.4.16"
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }
net_util = { path = "../net_util" }
option_parser = { path = "../option_parser" }