From 0040f1b35b8b172de2489406b3d6e830a7296978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 21:00:40 +0000 Subject: [PATCH] Bump rustix from 0.38.28 to 0.38.34 Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.28 to 0.38.34. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.28...v0.38.34) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bcfbd92..e3dd9c67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adler" @@ -113,7 +113,7 @@ dependencies = [ "nix", "perf-event2", "procfs", - "rustix 0.38.28", + "rustix 0.38.34", "serde", "serde_json", "serde_urlencoded", @@ -1821,9 +1821,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.28" +version = "0.38.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" +checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" dependencies = [ "bitflags 2.4.0", "errno", @@ -2251,7 +2251,7 @@ dependencies = [ "cfg-if", "fastrand", "redox_syscall 0.4.1", - "rustix 0.38.28", + "rustix 0.38.34", "windows-sys 0.52.0", ] @@ -2343,7 +2343,7 @@ version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84e482e368cf7efa2c8b570f476e5b9fd9fd5e9b9219fc567832b05f13511091" dependencies = [ - "rustix 0.38.28", + "rustix 0.38.34", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 5bbc7fd6..5137f037 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ nix = { version = "0.29.0", features = ["signal", "poll"] } clap = { version = "4.2.5", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] } -rustix = { version = "0.38.28", features = ["system"] } +rustix = { version = "0.38.34", features = ["system"] } serde_yaml = "0.9" thiserror = "1.0" log = "0.4.21"