From 0d73f271fa9967c6995598641098cd2ee0e6b878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 10:51:22 +0000 Subject: [PATCH] Bump sysinfo from 0.29.2 to 0.29.3 (#787) Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.29.2 to 0.29.3. - [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-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- bzl-remote-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e856e7ba..cab003e59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3185,9 +3185,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" [[package]] name = "sysinfo" -version = "0.29.2" +version = "0.29.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9557d0845b86eea8182f7b10dff120214fb6cd9fd937b6f4917714e546a38695" +checksum = "5bcd0346f90b6bc83526c7b180039a8acd26a5c848cc556d457f6472eb148122" dependencies = [ "cfg-if 1.0.0", "core-foundation-sys", diff --git a/bzl-remote-core/Cargo.toml b/bzl-remote-core/Cargo.toml index 897e2a01b..7bcacb2e3 100644 --- a/bzl-remote-core/Cargo.toml +++ b/bzl-remote-core/Cargo.toml @@ -71,7 +71,7 @@ redis = { version = "0.23.0", features = ["tokio-comp", "connection-manager"] } urlencoding = "2.1.2" http = "0.2.9" http-body = "0.4.5" -sysinfo = "0.29.2" +sysinfo = "0.29.3" [build-dependencies]