From 4e76d2d3037132bddae8f4ab0153e3adf98be6b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 19:01:18 +0000 Subject: [PATCH] Update sysinfo requirement from 0.28 to 0.29 Updates the requirements on [sysinfo](https://github.com/GuillaumeGomez/sysinfo) to permit the latest version. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b94b676..3f6a861 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ log = "0.4" #Memory Shenanigans process-memory = { version = "0.5", optional = true } # For reading external process memory proc-maps = { version = "0.3", optional = true } # For querying memory maps -sysinfo = { version = "0.28", optional = true } # For getting PID by name +sysinfo = { version = "0.29", optional = true } # For getting PID by name bytemuck = { version = "1.12", features = ["derive"] } [target.'cfg(windows)'.dependencies]