From 1552a77e5cba2143fea7faa028c9cf75b2317a65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 03:18:22 +0000 Subject: [PATCH] build(deps): bump linux-raw-sys from 0.4.7 to 0.4.8 (#30484) Bumps [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) from 0.4.7 to 0.4.8. - [Commits](https://github.com/sunfishcode/linux-raw-sys/compare/v0.4.7...v0.4.8) --- updated-dependencies: - dependency-name: linux-raw-sys dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04a2d733ce9..cb5fbc98430 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3361,9 +3361,9 @@ dependencies = [ [[package]] name = "linux-raw-sys" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128" +checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db" [[package]] name = "lock_api"