From ca4291f7d0a8964476054a6992f1de6781fe31a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 11:36:59 +0000 Subject: [PATCH] Update sysinfo requirement from 0.29.7 to 0.30.1 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] --- vergen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vergen/Cargo.toml b/vergen/Cargo.toml index 6bdc6e62..852c7c1e 100644 --- a/vergen/Cargo.toml +++ b/vergen/Cargo.toml @@ -43,7 +43,7 @@ anyhow = "1.0.72" git2-rs = { version = "0.18.0", package = "git2", optional = true, default-features = false } gix = { version = "0.55.2", optional = true, default-features = false, features = ["revision", "interrupt"] } rustc_version = { version = "0.4.0", optional = true } -sysinfo = { version = "0.29.7", optional = true, default-features = false } +sysinfo = { version = "0.30.1", optional = true, default-features = false } time = { version = "0.3.23", features = [ "formatting", "local-offset",