mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
build: Bump thiserror from 1.0.37 to 1.0.38
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.37 to 1.0.38. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.37...1.0.38) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0e273e8b0d
commit
3df82337f1
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -1208,18 +1208,18 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror"
|
name = "thiserror"
|
||||||
version = "1.0.37"
|
version = "1.0.38"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
|
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror-impl",
|
"thiserror-impl",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror-impl"
|
name = "thiserror-impl"
|
||||||
version = "1.0.37"
|
version = "1.0.38"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
|
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -36,7 +36,7 @@ option_parser = { path = "option_parser" }
|
|||||||
seccompiler = "0.3.0"
|
seccompiler = "0.3.0"
|
||||||
serde_json = "1.0.89"
|
serde_json = "1.0.89"
|
||||||
signal-hook = "0.3.14"
|
signal-hook = "0.3.14"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.38"
|
||||||
tpm = { path = "tpm"}
|
tpm = { path = "tpm"}
|
||||||
tracer = { path = "tracer" }
|
tracer = { path = "tracer" }
|
||||||
vmm = { path = "vmm" }
|
vmm = { path = "vmm" }
|
||||||
|
@ -16,7 +16,7 @@ libc = "0.2.139"
|
|||||||
linux-loader = { version = "0.8.1", features = ["elf", "bzimage", "pe"] }
|
linux-loader = { version = "0.8.1", features = ["elf", "bzimage", "pe"] }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
serde = { version = "1.0.151", features = ["rc", "derive"] }
|
serde = { version = "1.0.151", features = ["rc", "derive"] }
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.38"
|
||||||
uuid = "1.2.2"
|
uuid = "1.2.2"
|
||||||
versionize = "0.1.9"
|
versionize = "0.1.9"
|
||||||
versionize_derive = "0.1.4"
|
versionize_derive = "0.1.4"
|
||||||
|
@ -13,7 +13,7 @@ libc = "0.2.139"
|
|||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
qcow = { path = "../qcow" }
|
qcow = { path = "../qcow" }
|
||||||
smallvec = "1.10.0"
|
smallvec = "1.10.0"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.38"
|
||||||
versionize = "0.1.9"
|
versionize = "0.1.9"
|
||||||
versionize_derive = "0.1.4"
|
versionize_derive = "0.1.4"
|
||||||
vhdx = { path = "../vhdx" }
|
vhdx = { path = "../vhdx" }
|
||||||
|
@ -14,7 +14,7 @@ hypervisor = { path = "../hypervisor" }
|
|||||||
libc = "0.2.139"
|
libc = "0.2.139"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
phf = { version = "0.11.1", features = ["macros"] }
|
phf = { version = "0.11.1", features = ["macros"] }
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.38"
|
||||||
tpm = { path = "../tpm" }
|
tpm = { path = "../tpm" }
|
||||||
versionize = "0.1.9"
|
versionize = "0.1.9"
|
||||||
versionize_derive = "0.1.4"
|
versionize_derive = "0.1.4"
|
||||||
|
@ -13,7 +13,7 @@ tdx = []
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.68"
|
anyhow = "1.0.68"
|
||||||
byteorder = "1.4.3"
|
byteorder = "1.4.3"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.38"
|
||||||
libc = "0.2.139"
|
libc = "0.2.139"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
kvm-ioctls = { version = "0.12.0", optional = true }
|
kvm-ioctls = { version = "0.12.0", optional = true }
|
||||||
|
@ -12,7 +12,7 @@ log = "0.4.17"
|
|||||||
net_gen = { path = "../net_gen" }
|
net_gen = { path = "../net_gen" }
|
||||||
rate_limiter = { path = "../rate_limiter" }
|
rate_limiter = { path = "../rate_limiter" }
|
||||||
serde = "1.0.151"
|
serde = "1.0.151"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.38"
|
||||||
versionize = "0.1.9"
|
versionize = "0.1.9"
|
||||||
versionize_derive = "0.1.4"
|
versionize_derive = "0.1.4"
|
||||||
virtio-bindings = "0.1.0"
|
virtio-bindings = "0.1.0"
|
||||||
|
@ -20,7 +20,7 @@ vmm-sys-util = "0.11.0"
|
|||||||
libc = "0.2.139"
|
libc = "0.2.139"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
serde = { version = "1.0.151", features = ["derive"] }
|
serde = { version = "1.0.151", features = ["derive"] }
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.38"
|
||||||
versionize = "0.1.9"
|
versionize = "0.1.9"
|
||||||
versionize_derive = "0.1.4"
|
versionize_derive = "0.1.4"
|
||||||
vm-allocator = { path = "../vm-allocator" }
|
vm-allocator = { path = "../vm-allocator" }
|
||||||
|
@ -11,5 +11,5 @@ dirs = "4.0.0"
|
|||||||
serde = { version = "1.0.151", features = ["rc", "derive"] }
|
serde = { version = "1.0.151", features = ["rc", "derive"] }
|
||||||
serde_json = "1.0.89"
|
serde_json = "1.0.89"
|
||||||
test_infra = { path = "../test_infra" }
|
test_infra = { path = "../test_infra" }
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.38"
|
||||||
wait-timeout = "0.2.0"
|
wait-timeout = "0.2.0"
|
||||||
|
@ -10,7 +10,7 @@ log = "0.4.17"
|
|||||||
serde = { version = "1.0.151", features = ["rc"] }
|
serde = { version = "1.0.151", features = ["rc"] }
|
||||||
serde_derive = "1.0.149"
|
serde_derive = "1.0.149"
|
||||||
serde_json = "1.0.89"
|
serde_json = "1.0.89"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.38"
|
||||||
vfio-bindings = { git = "https://github.com/rust-vmm/vfio", branch = "main", features = ["fam-wrappers"] }
|
vfio-bindings = { git = "https://github.com/rust-vmm/vfio", branch = "main", features = ["fam-wrappers"] }
|
||||||
vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-atomic"] }
|
vm-memory = { version = "0.10.0", features = ["backend-mmap", "backend-atomic"] }
|
||||||
vmm-sys-util = "0.11.0"
|
vmm-sys-util = "0.11.0"
|
@ -11,5 +11,5 @@ crc32c = "0.6.3"
|
|||||||
libc = "0.2.139"
|
libc = "0.2.139"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
remain = "0.2.6"
|
remain = "0.2.6"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.38"
|
||||||
uuid = { version = "1.2.2", features = ["v4"] }
|
uuid = { version = "1.2.2", features = ["v4"] }
|
||||||
|
@ -25,7 +25,7 @@ seccompiler = "0.3.0"
|
|||||||
serde = { version = "1.0.151", features = ["derive"] }
|
serde = { version = "1.0.151", features = ["derive"] }
|
||||||
serde_json = "1.0.89"
|
serde_json = "1.0.89"
|
||||||
serial_buffer = { path = "../serial_buffer" }
|
serial_buffer = { path = "../serial_buffer" }
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.38"
|
||||||
versionize = "0.1.9"
|
versionize = "0.1.9"
|
||||||
versionize_derive = "0.1.4"
|
versionize_derive = "0.1.4"
|
||||||
vhost = { version = "0.6.0", features = ["vhost-user-master", "vhost-user-slave", "vhost-kern", "vhost-vdpa"] }
|
vhost = { version = "0.6.0", features = ["vhost-user-master", "vhost-user-slave", "vhost-kern", "vhost-vdpa"] }
|
||||||
|
@ -12,7 +12,7 @@ mshv = ["vfio-ioctls/mshv"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.68"
|
anyhow = "1.0.68"
|
||||||
hypervisor = { path = "../hypervisor" }
|
hypervisor = { path = "../hypervisor" }
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.38"
|
||||||
serde = { version = "1.0.151", features = ["rc", "derive"] }
|
serde = { version = "1.0.151", features = ["rc", "derive"] }
|
||||||
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false }
|
vfio-ioctls = { git = "https://github.com/rust-vmm/vfio", branch = "main", default-features = false }
|
||||||
vm-memory = { version = "0.10.0", features = ["backend-mmap"] }
|
vm-memory = { version = "0.10.0", features = ["backend-mmap"] }
|
||||||
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.68"
|
anyhow = "1.0.68"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.38"
|
||||||
serde = { version = "1.0.151", features = ["rc", "derive"] }
|
serde = { version = "1.0.151", features = ["rc", "derive"] }
|
||||||
serde_json = "1.0.89"
|
serde_json = "1.0.89"
|
||||||
versionize = "0.1.9"
|
versionize = "0.1.9"
|
||||||
|
@ -40,7 +40,7 @@ serde = { version = "1.0.151", features = ["rc", "derive"] }
|
|||||||
serde_json = "1.0.89"
|
serde_json = "1.0.89"
|
||||||
serial_buffer = { path = "../serial_buffer" }
|
serial_buffer = { path = "../serial_buffer" }
|
||||||
signal-hook = "0.3.14"
|
signal-hook = "0.3.14"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.38"
|
||||||
tracer = { path = "../tracer" }
|
tracer = { path = "../tracer" }
|
||||||
uuid = "1.2.2"
|
uuid = "1.2.2"
|
||||||
versionize = "0.1.9"
|
versionize = "0.1.9"
|
||||||
|
Loading…
Reference in New Issue
Block a user