build: Bump log from 0.4.21 to 0.4.22

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

---
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-07-15 23:26:18 +00:00 committed by Rob Bradford
parent 5fc143205c
commit dec4a82058
15 changed files with 16 additions and 16 deletions

4
Cargo.lock generated
View File

@ -1204,9 +1204,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.21"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "managed"

View File

@ -37,7 +37,7 @@ epoll = "4.3.3"
event_monitor = { path = "event_monitor" }
hypervisor = { path = "hypervisor" }
libc = "0.2.153"
log = { version = "0.4.21", features = ["std"] }
log = { version = "0.4.22", features = ["std"] }
option_parser = { path = "option_parser" }
seccompiler = "0.4.0"
serde_json = "1.0.115"

View File

@ -15,7 +15,7 @@ byteorder = "1.5.0"
hypervisor = { path = "../hypervisor" }
libc = "0.2.153"
linux-loader = { version = "0.11.0", features = ["bzimage", "elf", "pe"] }
log = "0.4.21"
log = "0.4.22"
serde = { version = "1.0.197", features = ["derive", "rc"] }
thiserror = "1.0.60"
uuid = "1.8.0"

View File

@ -13,7 +13,7 @@ byteorder = "1.5.0"
crc-any = "2.4.4"
io-uring = { version = "0.6.3", optional = true }
libc = "0.2.153"
log = "0.4.21"
log = "0.4.22"
remain = "0.2.13"
serde = { version = "1.0.197", features = ["derive"] }
smallvec = "1.13.2"

View File

@ -13,7 +13,7 @@ byteorder = "1.5.0"
event_monitor = { path = "../event_monitor" }
hypervisor = { path = "../hypervisor" }
libc = "0.2.153"
log = "0.4.21"
log = "0.4.22"
pci = { path = "../pci" }
serde = { version = "1.0.197", features = ["derive"] }
thiserror = "1.0.60"

View File

@ -19,7 +19,7 @@ igvm_defs = { version = "0.3.1", optional = true }
kvm-bindings = { version = "0.8.1", optional = true, features = ["serde"] }
kvm-ioctls = { version = "0.17.0", optional = true }
libc = "0.2.153"
log = "0.4.21"
log = "0.4.22"
mshv-bindings = { git = "https://github.com/rust-vmm/mshv", tag = "v0.2.0", features = [
"fam-wrappers",
"with-serde",

View File

@ -8,7 +8,7 @@ version = "0.1.0"
epoll = "4.3.3"
getrandom = "0.2.14"
libc = "0.2.153"
log = "0.4.21"
log = "0.4.22"
net_gen = { path = "../net_gen" }
rate_limiter = { path = "../rate_limiter" }
serde = { version = "1.0.197", features = ["derive"] }

View File

@ -14,7 +14,7 @@ anyhow = "1.0.81"
byteorder = "1.5.0"
hypervisor = { path = "../hypervisor" }
libc = "0.2.153"
log = "0.4.21"
log = "0.4.22"
serde = { version = "1.0.197", features = ["derive"] }
thiserror = "1.0.60"
vfio-bindings = { git = "https://github.com/rust-vmm/vfio", branch = "main", features = [

View File

@ -6,6 +6,6 @@ version = "0.1.0"
[dependencies]
epoll = "4.3.3"
libc = "0.2.153"
log = "0.4.21"
log = "0.4.22"
thiserror = "1.0.60"
vmm-sys-util = "0.12.1"

View File

@ -6,7 +6,7 @@ version = "0.1.0"
[dependencies]
libc = "0.2.153"
log = "0.4.21"
log = "0.4.22"
once_cell = "1.19.0"
serde = { version = "1.0.197", features = ["derive", "rc"] }
serde_json = "1.0.115"

View File

@ -11,7 +11,7 @@ clap = { version = "4.5.4", features = ["cargo", "wrap_help"] }
env_logger = "0.11.3"
epoll = "4.3.3"
libc = "0.2.153"
log = "0.4.21"
log = "0.4.22"
option_parser = { path = "../option_parser" }
vhost = { version = "0.11.0", features = ["vhost-user-backend"] }
vhost-user-backend = "0.15.0"

View File

@ -10,7 +10,7 @@ clap = { version = "4.5.4", features = ["cargo", "wrap_help"] }
env_logger = "0.11.3"
epoll = "4.3.3"
libc = "0.2.153"
log = "0.4.21"
log = "0.4.22"
net_util = { path = "../net_util" }
option_parser = { path = "../option_parser" }
vhost = { version = "0.11.0", features = ["vhost-user-backend"] }

View File

@ -16,7 +16,7 @@ byteorder = "1.5.0"
epoll = "4.3.3"
event_monitor = { path = "../event_monitor" }
libc = "0.2.153"
log = "0.4.21"
log = "0.4.22"
net_gen = { path = "../net_gen" }
net_util = { path = "../net_util" }
pci = { path = "../pci" }

View File

@ -8,7 +8,7 @@ version = "0.1.0"
default = []
[dependencies]
log = "0.4.21"
log = "0.4.22"
virtio-queue = "0.12.0"
vm-memory = { version = "0.14.1", features = [
"backend-atomic",

View File

@ -42,7 +42,7 @@ igvm_defs = { version = "0.3.1", optional = true }
landlock = "0.4.0"
libc = "0.2.153"
linux-loader = { version = "0.11.0", features = ["bzimage", "elf", "pe"] }
log = "0.4.21"
log = "0.4.22"
micro_http = { git = "https://github.com/firecracker-microvm/micro-http", branch = "main" }
mshv-bindings = { git = "https://github.com/rust-vmm/mshv", tag = "v0.2.0", features = [
"fam-wrappers",