mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Bump crc-any from 2.4.4 to 2.5.0
Bumps [crc-any](https://github.com/magiclen/crc-any) from 2.4.4 to 2.5.0. - [Commits](https://github.com/magiclen/crc-any/compare/v2.4.4...v2.5.0) --- updated-dependencies: - dependency-name: crc-any dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
cloud-hypervisor-bot
parent
dd7318e839
commit
24a6a1805b
Generated
+2
-2
@@ -487,9 +487,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "crc-any"
|
name = "crc-any"
|
||||||
version = "2.4.4"
|
version = "2.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c01a5e1f881f6fb6099a7bdf949e946719fd4f1fefa56264890574febf0eb6d0"
|
checksum = "a62ec9ff5f7965e4d7280bd5482acd20aadb50d632cf6c1d74493856b011fa73"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"debug-helper",
|
"debug-helper",
|
||||||
]
|
]
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ io_uring = ["dep:io-uring"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "1.5.0"
|
byteorder = "1.5.0"
|
||||||
crc-any = "2.4.4"
|
crc-any = "2.5.0"
|
||||||
io-uring = { version = "0.6.4", optional = true }
|
io-uring = { version = "0.6.4", optional = true }
|
||||||
libc = "0.2.167"
|
libc = "0.2.167"
|
||||||
log = "0.4.22"
|
log = "0.4.22"
|
||||||
|
|||||||
Reference in New Issue
Block a user