mirror of
https://github.com/containers/youki
synced 2024-11-09 19:25:15 +01:00
Bump serde from 1.0.202 to 1.0.203 in the patch group
Bumps the patch group with 1 update: [serde](https://github.com/serde-rs/serde). Updates `serde` from 1.0.202 to 1.0.203 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.202...v1.0.203) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a35d20fa08
commit
9c149a8f2b
33
Cargo.lock
generated
33
Cargo.lock
generated
@ -533,7 +533,7 @@ dependencies = [
|
||||
"flate2",
|
||||
"libcgroups",
|
||||
"libcontainer",
|
||||
"nix 0.28.0",
|
||||
"nix",
|
||||
"num_cpus",
|
||||
"oci-spec",
|
||||
"once_cell",
|
||||
@ -1916,7 +1916,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "800bccc21b216764f96334a241a072b842121843bf679f5a03b0c2c21cb339ed"
|
||||
dependencies = [
|
||||
"cc",
|
||||
"nix 0.28.0",
|
||||
"nix",
|
||||
"pkg-config",
|
||||
]
|
||||
|
||||
@ -1938,7 +1938,7 @@ dependencies = [
|
||||
"libbpf-sys",
|
||||
"libc",
|
||||
"mockall",
|
||||
"nix 0.28.0",
|
||||
"nix",
|
||||
"oci-spec",
|
||||
"procfs",
|
||||
"quickcheck",
|
||||
@ -1965,7 +1965,7 @@ dependencies = [
|
||||
"libcgroups",
|
||||
"libseccomp",
|
||||
"nc",
|
||||
"nix 0.28.0",
|
||||
"nix",
|
||||
"oci-spec",
|
||||
"once_cell",
|
||||
"prctl",
|
||||
@ -2248,17 +2248,6 @@ dependencies = [
|
||||
"cc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.27.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
|
||||
dependencies = [
|
||||
"bitflags 2.5.0",
|
||||
"cfg-if",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.28.0"
|
||||
@ -2658,7 +2647,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "059a34f111a9dee2ce1ac2826a68b24601c4298cfeb1a587c3cb493d5ab46f52"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"nix 0.28.0",
|
||||
"nix",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -3153,7 +3142,7 @@ dependencies = [
|
||||
"anyhow",
|
||||
"libc",
|
||||
"nc",
|
||||
"nix 0.28.0",
|
||||
"nix",
|
||||
"oci-spec",
|
||||
]
|
||||
|
||||
@ -3376,9 +3365,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
||||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
version = "1.0.202"
|
||||
version = "1.0.203"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
|
||||
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
|
||||
dependencies = [
|
||||
"serde_derive",
|
||||
]
|
||||
@ -3406,9 +3395,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_derive"
|
||||
version = "1.0.202"
|
||||
version = "1.0.203"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
|
||||
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -5712,7 +5701,7 @@ dependencies = [
|
||||
"libcgroups",
|
||||
"libcontainer",
|
||||
"liboci-cli",
|
||||
"nix 0.28.0",
|
||||
"nix",
|
||||
"once_cell",
|
||||
"pentacle",
|
||||
"procfs",
|
||||
|
Loading…
Reference in New Issue
Block a user