From 242af4796dc7b218454dfce83553f1b07fd66829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 20:37:58 +0000 Subject: [PATCH] Bump perf-event2 from 0.7.1 to 0.7.2 Bumps [perf-event2](https://github.com/Phantomical/perf-event) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/Phantomical/perf-event/releases) - [Commits](https://github.com/Phantomical/perf-event/compare/v0.7.1...v0.7.2) --- updated-dependencies: - dependency-name: perf-event2 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 06743769..4b653cba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1471,9 +1471,9 @@ dependencies = [ [[package]] name = "perf-event2" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463b1e66002294e9bded57bb46be9170b3876b7ceb090ce595f20b607577474a" +checksum = "5e25284c4a86df3bccd1818dee1fe9390424fce73a58fe2f19957f2cc5de8b28" dependencies = [ "bitflags 2.4.0", "c-enum", diff --git a/Cargo.toml b/Cargo.toml index d57b7638..1ef29f37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tokio = { version = "1.24.2", features = ["full"] } strum = "0.24" strum_macros = "0.24" sysctl = "*" -perf-event2 = "0.7.1" +perf-event2 = "0.7.2" num_cpus = "1.0" libc = "0.2" flate2 = "1.0.26"