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",