From e6f896afae7196cdbf1bc556487b716ff65ec7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 17:01:11 +0000 Subject: [PATCH] chore(deps): bump sysinfo from 0.32.1 to 0.33.0 Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.32.1 to 0.33.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- preconfig_tester/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea04a74..62e8fe2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1297,9 +1297,9 @@ dependencies = [ [[package]] name = "sysinfo" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c33cd241af0f2e9e3b5c32163b873b29956890b5342e6745b917ce9d490f4af" +checksum = "948512566b1895f93b1592c7574baeb2de842f224f2aab158799ecadb8ebbb46" dependencies = [ "core-foundation-sys", "libc", diff --git a/preconfig_tester/Cargo.toml b/preconfig_tester/Cargo.toml index 0f1ec5f..fd4afac 100644 --- a/preconfig_tester/Cargo.toml +++ b/preconfig_tester/Cargo.toml @@ -9,7 +9,7 @@ LegalCopyright = "2024 by ANKDDEV" OriginalFilename = "zapret_preconfig_tester.exe" [dependencies] -sysinfo = "0.32.0" +sysinfo = "0.33.0" native-tls = "0.2.12" ureq = { version = "2.12.1", features = ["tls"] } winapi = { version = "0.3.9", features = [