From a28432fecc451616fecf21987a652ce94cc45c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:37:24 +0200 Subject: [PATCH] build(deps): bump linux-raw-sys from 0.4.8 to 0.4.10 (#30520) Bumps [linux-raw-sys](https://github.com/sunfishcode/linux-raw-sys) from 0.4.8 to 0.4.10. - [Commits](https://github.com/sunfishcode/linux-raw-sys/compare/v0.4.8...v0.4.10) --- 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 2a2efb75b7c..d1f1dcd7691 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3336,9 +3336,9 @@ dependencies = [ [[package]] name = "linux-raw-sys" -version = "0.4.8" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db" +checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f" [[package]] name = "lock_api"