From 60f65aa190250b2376599c0c999f3ba1878a508e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:49:09 +0000 Subject: [PATCH] chore(deps): bump rustix from 0.38.40 to 0.38.41 Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.40 to 0.38.41. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.40...v0.38.41) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17ddc22..ca21644 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,9 +935,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.40" +version = "0.38.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0" +checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" dependencies = [ "bitflags", "errno", diff --git a/Cargo.toml b/Cargo.toml index 718d1b7..757cf3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ liblzma = { version = "0.3.5", features = ["static"] } log = "0.4.22" procfs = { version= "0.17.0" } regex = "1.11.1" -rustix = { version = "0.38.40", features = ["process", "thread", "mount", "fs", "runtime"] } +rustix = { version = "0.38.41", features = ["process", "thread", "mount", "fs", "runtime"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha2 = "0.10.8"