From c512511075ac62fa69987d3ec4b996b25559a72f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:41:56 +0000 Subject: [PATCH] Bump rustix from 0.38.26 to 0.38.28 Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.26 to 0.38.28. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.26...v0.38.28) --- updated-dependencies: - dependency-name: rustix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a13488ef..e8d3b521 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ dependencies = [ "num_cpus", "perf-event2", "procfs", - "rustix 0.38.26", + "rustix 0.38.28", "serde", "serde_json", "serde_urlencoded", @@ -1805,9 +1805,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.26" +version = "0.38.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9470c4bf8246c8daf25f9598dca807fb6510347b1e1cfa55749113850c79d88a" +checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316" dependencies = [ "bitflags 2.4.0", "errno 0.3.8", diff --git a/Cargo.toml b/Cargo.toml index cd3aa8f0..8f81aa6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ path = "src/bin/aperf.rs" clap = { version = "4.2.5", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } chrono = { version = "0.4", features = ["serde"] } -rustix = { version = "0.38.26", features = ["system"] } +rustix = { version = "0.38.28", features = ["system"] } serde_yaml = "0.9" thiserror = "1.0" log = "0.4.20"