1
0
Fork 0
mirror of https://github.com/containers/youki synced 2024-06-02 04:46:13 +02:00

Merge pull request #2447 from containers/dependabot/cargo/bitflags-2.4.1

This commit is contained in:
github-actions[bot] 2023-10-16 01:46:56 +00:00 committed by GitHub
commit 54d00e0654
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 10 deletions

18
Cargo.lock generated
View File

@ -248,9 +248,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.4.0"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
[[package]]
name = "bitvec"
@ -1394,7 +1394,7 @@ version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd"
dependencies = [
"bitflags 2.4.0",
"bitflags 2.4.1",
"debugid",
"fxhash",
"serde",
@ -1936,7 +1936,7 @@ name = "libcontainer"
version = "0.3.0"
dependencies = [
"anyhow",
"bitflags 2.4.0",
"bitflags 2.4.1",
"caps",
"chrono",
"fastrand",
@ -2233,7 +2233,7 @@ version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
dependencies = [
"bitflags 2.4.0",
"bitflags 2.4.1",
"cfg-if",
"libc",
"memoffset 0.9.0",
@ -2378,7 +2378,7 @@ version = "0.10.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
dependencies = [
"bitflags 2.4.0",
"bitflags 2.4.1",
"cfg-if",
"foreign-types",
"libc",
@ -3199,7 +3199,7 @@ version = "0.38.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbc6396159432b5c8490d4e301d8c705f61860b8b6c863bf79942ce5401968f3"
dependencies = [
"bitflags 2.4.0",
"bitflags 2.4.1",
"errno",
"libc",
"linux-raw-sys 0.4.3",
@ -3764,7 +3764,7 @@ version = "0.25.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10081a99cbecbc363d381b9503563785f0b02735fccbb0d4c1a2cb3d39f7e7fe"
dependencies = [
"bitflags 2.4.0",
"bitflags 2.4.1",
"cap-fs-ext",
"cap-std",
"fd-lock",
@ -5666,7 +5666,7 @@ version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4857cedf8371f690bb6782a3e2b065c54d1b6661be068aaf3eac8b45e813fdf8"
dependencies = [
"bitflags 2.4.0",
"bitflags 2.4.1",
"windows-sys 0.48.0",
]

View File

@ -20,7 +20,7 @@ v1 = ["libcgroups/v1"]
cgroupsv2_devices = ["libcgroups/cgroupsv2_devices"]
[dependencies]
bitflags = "2.4.0"
bitflags = "2.4.1"
caps = "0.5.5"
chrono = { version = "0.4", default-features = false, features = [
"clock",