From bc40ba6c71565a38efa37e6f6e4301078d0f1f8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:51:36 +0000 Subject: [PATCH] build(deps): bump io-uring from 0.6.4 to 0.7.0 Bumps [io-uring](https://github.com/tokio-rs/io-uring) from 0.6.4 to 0.7.0. - [Commits](https://github.com/tokio-rs/io-uring/commits) --- updated-dependencies: - dependency-name: io-uring dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 17 ++++++----------- alioth/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dae3ae0..1bd22e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,7 +18,7 @@ dependencies = [ "alioth-macros", "assert_matches", "bitfield", - "bitflags 2.6.0", + "bitflags", "io-uring", "libc", "log", @@ -133,12 +133,6 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f798d2d157e547aa99aab0967df39edd0b70307312b6f8bd2848e6abe40896e0" -[[package]] -name = "bitflags" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" - [[package]] name = "bitflags" version = "2.6.0" @@ -290,11 +284,12 @@ dependencies = [ [[package]] name = "io-uring" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "595a0399f411a508feb2ec1e970a4a30c249351e30208960d58298de8660b0e5" +checksum = "5e81902f02e8d5323264098a3db443ca31f179a8d38d9cd9325f19cea31b9b02" dependencies = [ - "bitflags 1.3.2", + "bitflags", + "cfg-if", "libc", ] @@ -425,7 +420,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" dependencies = [ - "bitflags 2.6.0", + "bitflags", ] [[package]] diff --git a/alioth/Cargo.toml b/alioth/Cargo.toml index 347c860..9799758 100644 --- a/alioth/Cargo.toml +++ b/alioth/Cargo.toml @@ -24,7 +24,7 @@ serde-aco.workspace = true snafu.workspace = true [target.'cfg(target_os = "linux")'.dependencies] -io-uring = "0.6" +io-uring = "0.7" [dev-dependencies] assert_matches.workspace = true