1
0
mirror of https://github.com/containers/youki synced 2024-11-23 01:11:58 +01:00

chore(deps): bump bitflags from 2.3.3 to 2.4.0

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/2.3.3...2.4.0)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-14 00:28:54 +00:00 committed by GitHub
parent 8eccb32247
commit 92a1038080
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
Cargo.lock generated

@ -248,9 +248,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.3.3"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
[[package]]
name = "bitvec"
@ -1410,7 +1410,7 @@ version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd"
dependencies = [
"bitflags 2.3.3",
"bitflags 2.4.0",
"debugid",
"fxhash",
"serde",
@ -1947,7 +1947,7 @@ name = "libcontainer"
version = "0.1.0"
dependencies = [
"anyhow",
"bitflags 2.3.3",
"bitflags 2.4.0",
"caps",
"chrono",
"fastrand",
@ -3208,7 +3208,7 @@ version = "0.38.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbc6396159432b5c8490d4e301d8c705f61860b8b6c863bf79942ce5401968f3"
dependencies = [
"bitflags 2.3.3",
"bitflags 2.4.0",
"errno",
"libc",
"linux-raw-sys 0.4.3",
@ -3743,7 +3743,7 @@ version = "0.25.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10081a99cbecbc363d381b9503563785f0b02735fccbb0d4c1a2cb3d39f7e7fe"
dependencies = [
"bitflags 2.3.3",
"bitflags 2.4.0",
"cap-fs-ext",
"cap-std",
"fd-lock",
@ -5656,7 +5656,7 @@ version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4857cedf8371f690bb6782a3e2b065c54d1b6661be068aaf3eac8b45e813fdf8"
dependencies = [
"bitflags 2.3.3",
"bitflags 2.4.0",
"windows-sys 0.48.0",
]

@ -20,7 +20,7 @@ v1 = ["libcgroups/v1"]
cgroupsv2_devices = ["libcgroups/cgroupsv2_devices"]
[dependencies]
bitflags = "2.3.3"
bitflags = "2.4.0"
caps = "0.5.5"
chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] }
fastrand = "^2.0.0"